:: "Cooper, Kimberly" <[EMAIL PROTECTED]> :: I am wanting to connect to have multiple sessions of VNC. I have set :: up sessions 1-99, however I cannot seem to get 100 and higher to
: Chuck Renner <[EMAIL PROTECTED]> : The problem happens because the client interprets any display number greater : than 99 as an explicit port to use. Try entering the explicit port for : display numbers above 99, i.e. servername:6001 for display 101, 6002 for : display 102, etc. But that would conflict with the TCP ports for the X connection to the same server. Ie, port 6001 is opened as the X port for the same server which opens port 5901 for the VNC port. So if a server goes to open 6001 for the VNC port, it will already be in use. Or to sum it up, when you get to screen 100, the default port assignments have your http ports overlap your VNC ports, and your VNC ports overlap your X ports. You'll have to violate the normal port relationship between the VNC and X ports to the same server. That can be done by using the -rfbport switch. Probably want to manage the http ports with -httpport. So, for example, start your VNC ports at 4000, your http ports at 5000, and your X ports at 6000 (which is required), and you can open a thousand sessions before they overlap. You just need to access them via, eg, vncviewer somehostorother:4001, etc, but still by X -display settings of :1, :2, etc. Wayne Throop [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, mail [EMAIL PROTECTED] with the line: 'unsubscribe vnc-list' in the message BODY See also: http://www.uk.research.att.com/vnc/intouch.html ---------------------------------------------------------------------