[CentOS] Re: Accessing vncserver

Wed Jan 31 20:20:56 UTC 2007
Bart Schaefer <barton.schaefer at gmail.com>

> http://martybugs.net/smoothwall/puttyvnc.cgi

Hmm, that one isn't very good because it refers to a specific firewall
device and therefore has odd port number assignments for ssh (not for
the forwarded ports, for ssh itself).

> http://www.maths.utas.edu.au/People/Hill/vnc/vnc.html

That one is better but assumes VNC is running on screen :53 on the
server, which also might not be correct.  If you remember that the
server port number is 5900 plus the VNC screen number, you can use the
above.  E.g., the screen number for the root window (via the X server
vnc module) is :0, so the server side port number is 5900 for it.
Xvnc is probably screen :1, so in that case the server number would be
5901.  Etc.

> http://people.hmdc.harvard.edu/~mathpre/vnc/putty/

And that one has a bunch of broken image links.