Setting up VNC Server and viewer
John Aldrich
JAldrich "at" covista.com
Mon Apr 3 15:08:00 2006
Andreas Gieryic wrote on :
> That makes it much clearer. One more question. Since
> every workstation I want to connect remotely, I know each
> will run VNC server. I
> then need to
> open a port for each workstation (5900, 5901, 5902...)on
> the router-on the remote side. Is this correct or is
> there a better way?
> Thanks!
>
Possibly a better way would be to use SSH to tunnel connections to a
specific machine which can act as a "gateway" server. Then port forward a
port for each workstation from that machine. Then from the viewer you can
use the "loopback" to connect to each workstation you want to reach -- i.e.
127.0.0.1:5923 for the 22nd workstation (you pretty much can't use :5900, as
that's reserved for the viewer machine.)
John