Help: for XDMCP


 
Thread Tools Search this Thread
Operating Systems Solaris Help: for XDMCP
# 8  
Old 02-05-2007
Here you go...
Code:
When using GDM (Gnome Display Manager), XDMCP access from remote host is not permitted by default.

To allow XDMCP access from the remote host with GDM, modify xdmcp entry in /etc/X11/gdm/gdm.conf file as follows:

FROM

    [xdmcp]
    # Distributions: Ship with this off.  It is never a safe thing to leave
    # out on the net.  Setting up /etc/hosts.allow and /etc/hosts.deny to only
    # allow local access is another alternative but not the safest.
    # Firewalling port 177 is the safest if you wish to have xdmcp on.
    # Read the manual for more notes on the security of XDMCP.
    Enable=false


TO

    [xdmcp]
    # Distributions: Ship with this off.  It is never a safe thing to leave
    # out on the net.  Setting up /etc/hosts.allow and /etc/hosts.deny to only
    # allow local access is another alternative but not the safest.
    # Firewalling port 177 is the safest if you wish to have xdmcp on.
    # Read the manual for more notes on the security of XDMCP.
    Enable=true


After the modification, restart gdm daemon:

    # svcadm restart svc:/application/gdm2-login:default

Tornado
# 9  
Old 02-06-2007
Quote:
Originally Posted by sparcguy
for solaris 10 and below, there is a file /usr/dt/config/Xconfig

inside this file are configuration entries look for something which says.

############################################################################
# To disable listening for XDMCP requests from X-terminals.
#
Dtlogin.requestPort: 0



'#' it out and restart machine,
When you uncomment it out, don't your disable listening for XDMCP? Thus, it is disable b/c you're listening on port 0.

I have it uncommented out so that I can access my XDMCP connection via port 180 not the default 177.

My looks like this:

Dtlogin.requestPort: 180
# 10  
Old 10-04-2007
OK I have the same problem of not being able to establish a connection. If I do netstat -a I see:

TCP: IPv6

*.6010 *.* 0 0 49152 0 LISTEN

*.6011 *.* 0 0 49152 0 LISTEN

UDP: IPv6

*.177 Idle

UDP: IPv4

*.177 Idle

I am using solaris 9. So i dont have gdm. Also on the config file, I have the line Dtlogin.requestPort: 0 commented out. I am inside of a network and there is no firewall. I still cant connect. How do you enable ports to LISTEN in solaris 9 ? Or what am I doing wrong? Do have to run Xsession?
Login or Register to Ask a Question

Previous Thread | Next Thread

9 More Discussions You Might Find Interesting

1. Solaris

XDMCP Error

Hi Friends, I am not able to login through X browser from Windows Machine to Sun Fire V890 server. Solaris 10 is installed on this machine. Please suggest me what changes need to be done in Solaris Server. Thanks in Advance (2 Replies)
Discussion started by: durgaprasadr13
2 Replies

2. AIX

How to enable XDMCP?

Hello everyone, I installed AIX the other day (several times!) but I can't get XDMCP to work. I remember from when I installed it the last time it worked out of the box. So why doesn't it work now? This is the error message I get: XDMCP fatal error: Session failed Session 2 failed for... (3 Replies)
Discussion started by: Kotzkroete
3 Replies

3. SCO

xdmcp dies in sco600

We have just installed a sco 600 server. Xdmcp comes up in the chooser but if you don't log in within a few minutes it disappears and you have to log in and then out on the console before you can see it in the chooser. Xdmcp is suppossed to be setup for continuous logins automatically. We... (0 Replies)
Discussion started by: khafner
0 Replies

4. UNIX for Dummies Questions & Answers

XDMCP no password

Hello all, Does anyone know or have configure their system to allow no password during an XDMCP session. I' m running Redhat whit gdm manager. Thanks! (0 Replies)
Discussion started by: larryase
0 Replies

5. HP-UX

xdmcp config

hi everybody, can anyone please tell me what are things for verify to have an xdmcp connexion ton HPUX 10.20 host best regards (0 Replies)
Discussion started by: hmaiida
0 Replies

6. HP-UX

xdmcp on HP-UX

Anybody know how to set up xdmcp on HPUX (11.0 +)? Thanks. (1 Reply)
Discussion started by: lyonsd
1 Replies

7. Solaris

xdmcp on Solaris 10 x86

I recently downloaded and installed Solaris 10 on an Intel PC. I want to connect to it via XDMCP from another client. I found you can enable xdmcp as follows: Launch -> Applications -> Utilities -> Administration -> Login Screen Setup Then selected the XDMCP tab and click the box that... (1 Reply)
Discussion started by: lyonsd
1 Replies

8. IP Networking

xdmcp and netstat

On my linux box, i run netstat -l and i see xdmcp in the list but it doesn't have LISTEN as its state, see what it shows below, I'm wondering if this might explain why i can't see it in my exceed broadcast listing of servers broadcasting on our net? My unix boxes don't show this at all. Proto ... (1 Reply)
Discussion started by: kymberm
1 Replies

9. UNIX for Dummies Questions & Answers

XDMCP setup

How do you verify your XDMCP setup on Sun Solaris? I am trying to establish a connection, but no XDMCP servers were found. (1 Reply)
Discussion started by: heinb
1 Replies
Login or Register to Ask a Question