Multiple Machines behind Firewall
Jerry Westrick
jerry "at" westrick.com
Thu Jul 13 02:26:00 2006
On Wednesday 12 July 2006 22:41, Ashley M. Kirchner wrote:
> One of our office locations has a unix firewall and VNC is running
> through X-windows so that I can connect to that machine and get X on my
> viewer. If I wanted to add vnc server onto any of the machines within
> the network, and forward, say a specific port from the firewall to that
> machine, how do I tell the viewer what to connect to? Right now the
> viewer connects to firewall.domain.com:0 and gets the firewall. How can
> I tell it to connect to a specific port (and theoretically by means of
> the port forwarding on the firewall, connect to the machine behind the
> firewall)?
You do better using SSH and closing the 59xx ports on the filewall...
This will give you:
1) encryption / security
2) Theoretically, give you better responce (through ssh compression, although
compression of compressed streams is debatable)
3) Allow RDP and other things through the firewall also ;)
Jerry