1. Port 5900 is the default, with display '0'.
2. VNC allows you to use different port numbers for different machines.
3. You must change the display number in the vncserver as you change the port
number to any given machine.
So it would look like this:
port: 5900 id: 192.168.1.101 display: 0 port: 5901 id: 192.168.1.103 display: 1 port: 5902 id: 192.168.1.104 display:2
It's worth pointing out that you don't really have to change the display number of the vncservers at all - they can all remain at zero, listening on port 5900 (the default setting).
The only thing you do have to configure is your router - when it hears on port 5900+N, it should forward through to port 5900 on machine N.
i.e. it would look like this:
port 5900 on router goes to port 5900 on 192.168.1.101 port 5901 on router goes to port 5900 on 192.168.1.102 port 5902 on router goes to port 5900 on 192.168.1.103 ...
Hopefully, this will help cut down some of your configuration time, since you don't need to do anything on your internal machines (except start up the vncserver, of course).
Bye!
Adrian _______________________________________________ VNC-List mailing list [EMAIL PROTECTED] To remove yourself from the list visit: http://www.realvnc.com/mailman/listinfo/vnc-list
