On Thu, 18 Apr 2002, snaqi wrote: > My first question is, is this possible, I have only one public IP address, > and > I am using nat to hide my internal network, and I want to connect to a > machine with vnc on that with private ip > And then run my web server and ftp server inside that > network. > So my question is how can I connect to vnc host from outside world to the > machine having private ip behind my nat. > > Thanks for help in advance > > Naqi > You could/should ssh port forwarding, for VNC. VNC is not encrypted, everything goes across in plain text.
Setup a local port(5900) to tunnel to the remote port(5900), and then you tell your vncviewer to connect to localhost:0 Much more secure than IP forwarding or redir. For Web/Ftp etc, you'll want to forward/redir those. Mike
