> -----Original Message----- > From: Kenneth Ng [mailto:[EMAIL PROTECTED] > > I hv a linux redhat box running vncserver which has two NICs, > one has a > public IP and other has a IP address 192.168.1.1. I was > trying to connect to > another workstation with IP address 192.168.1.90, but fail to > connect to the > server. However, I can connect to any public IP vncserver.
So the setup is: Internet ----- RedHatBox ----- WorkStation. Now you want to access WorkStation from Interenet. Then RedHatBox needs to act as a router. Since the network between RedHatBox and WorkStation is a private-ip-range, the router needs to do nat too (NetworkAddressTranslation) since private-IP-ranges don't make it trough any router. An alternate is having a look at stuff like vnc-proxy. Put that on RedHatBox and you should be able to view WorkStation from Internet. > > Could anyone pls help me on this? Not me, you have to figure out the details yourself. > > Kenneth > _______________________________________________ > VNC-List mailing list > [EMAIL PROTECTED] > http://www.realvnc.com/mailman/listinfo/vnc-list _______________________________________________ VNC-List mailing list [EMAIL PROTECTED] http://www.realvnc.com/mailman/listinfo/vnc-list
