Solaris 10 - dtlogin port chnage?


 
Thread Tools Search this Thread
Operating Systems Solaris Solaris 10 - dtlogin port chnage?
# 1  
Old 02-05-2007
Solaris 10 - dtlogin port chnage?

I have changed my dtlogin port from the deault 177 to 180. When I'm at the Remote Login session screen, how do I specify the port number?
# 2  
Old 02-05-2007
I don't think you can specify a different port for XDMCP connections..
From the dtlogin man page:
Code:
     -udpPort port_number
             Specifies the value for  the  requestPort  resource.
             This  sets the port-number that dtlogin monitors for
             XDMCP requests.  Since  XDMCP  uses  the  registered
             well-known  udp port 177, this resource should prob-
             ably not be changed except for debugging.

Tornado
# 3  
Old 02-05-2007
dtlogin

So there's no way for me to specify the port during login? I have tried 10.10.10.10:180 and it doesn't work.

I also tried 10.10.10.10 180
# 4  
Old 02-05-2007
It doesn't look like XDMCP can use another port.
Tornado
# 5  
Old 02-05-2007
xdm man page has the same comment as dtlogin man page
Code:
     -udpPort port_number
          Specifies the value for the  DisplayManager.requestPort
          resource.   This  sets  the  port-number which xdm will
          monitor  for  XDMCP  requests.   As  XDMCP   uses   the
          registered  well-known  UDP  port  177,  this  resource
          should not be changed except for debugging.

Tornado
# 6  
Old 02-05-2007
I have figured a way to login using port 180 for dtlogin. I downloaded Xmanager and used that for my dtlogin.
Login or Register to Ask a Question

Previous Thread | Next Thread

9 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

How to chnage format and subtract time and date and get average.?

Hello All , Please support for below request how to change format and subtract time and date and get average. xxx 13-OCT-15 11.32.18.241000 AM 13-OCT-15 11.35.49.089080 AM xxx 13-OCT-15 11.32.24.000000 AM 13-OCT-15 11.45.17.810904 AM xxx 13-OCT-15 11.32.25.232000 AM ... (1 Reply)
Discussion started by: mirwasim
1 Replies

2. AIX

Defunct process with dtlogin

Hi, I tried to kill the defunct process but it didn't work. I don't want to make a mistake because some people are working on the server. I don't know if they might have troubles without dtlogin. I would like stop/start dtlogin to stop the defunct process Do you think that works?... (6 Replies)
Discussion started by: Castelior
6 Replies

3. Solaris

dtlogin problem

When I did a ps-ef on a host I noticed that the /usr/openwin/bin/fbconole process was started from the /etc/init PID, and was owned by the operator. What could have caused this issue? (0 Replies)
Discussion started by: amp4cats
0 Replies

4. HP-UX

HP-UX, dtlogin, X browser

All: Have an HP-UX server running init level 3, dtlogin shows up in ps -ef, but when you try to connect to this server via X browser (on Win XP), the browser comes up with just a gray screen w/mouse pointer. All the other HP-UX boxes on the same subnet come up with a pretty dtlogin screen. ... (4 Replies)
Discussion started by: b1f30
4 Replies

5. Solaris

customize dtlogin

Hello out there! I'm using dtlogin with my SunRay 2 and SunRay Server Software 4.0. Now I want to customize the look an funcionality of the dtlogin. e.g. disable the Options - Button or change the Helptext. Can anybody give me a hint where to find a good manual for dtlogin or which files I... (2 Replies)
Discussion started by: Blang
2 Replies

6. Red Hat

Chnage direcortory upon login

Hi, I am using Redhat 4AS and I'm planning to change the default directory (/home/psuser) upon login to /opt/directory/. This is my .bash_profile entry: # .bash_profile # Get the aliases and functions if ; then . ~/.bashrc fi # User specific environment and startup programs... (9 Replies)
Discussion started by: The One
9 Replies

7. AIX

Get CDE/dtlogin to stop listening on port 6000

Hi all, can anyone help me with this? I'm running AIX 5L v5.3 base and installed CDE is 1.0. I've seen recommendations to add "-nolisten tcp" to the args for X but anytime I try that it simply fails to start. I've tried adding it as an arg to /usr/dt/config/Xservers as well as trying to add it... (0 Replies)
Discussion started by: AIXNewbie
0 Replies

8. Shell Programming and Scripting

xml value chnage, need help

Group, I have a xml file like this. <roll no="32" Name="test" home="AZ" Type="par"> <Info cid="5"> I have to change the "roll no" to a different value say, 66 i.e. required output: <roll no="66" Name="test" home="AZ" Type="par"> <Info cid="5"> Please help. Anything with sed or awk... (2 Replies)
Discussion started by: jkl_jkl
2 Replies

9. Solaris

dtlogin logo

hiho, where are the frisky CDE admins.... ;-) how can i change the welcome logo? i found the /usr/dt/config/C/Xresources and the entry: Dtlogin*logo*bitmapFile: but when i enter my own *.bm or *.xpm file the screen use a black logo.... i think i am using the wrong resolution for my picture...... (3 Replies)
Discussion started by: pressy
3 Replies
Login or Register to Ask a Question