Please send replies to the VNC list. Robert Van Overmeiren wrote: > Well, as user 'rvanovermeiren', I start vncserver: > > > $ vncserver (works OK) > > > Then, I test viewer from localhost > > > $ vncviewer :1 (works OK. I can get a textual or graphic desktop)
This tells you nothing of the status of any firewalls on 10.3.1.194, though. > I connect to the SSH gateway, and invoke viewer on an associates IP: > > > $ ssh -X [EMAIL PROTECTED] > $ vncviewer 10.3.1.78:1 (invokes the VNCauth box OK) > > > I try to connect with vncviewer to my IP: > > > $ vncviewer 10.3.1.194:1 (connection times out) I assume this is after you have used SSH to connect to the gateway machine? > > If I knew what log to view, I might find why its not working. I know > port forwarding is working None of your examples use port forwarding, only a remote X tunnel from SSH. > and I doubt the admins are blocking my specific > IP. Is there a firewall on your machine blocking connections, though. Another troubleshooting step would be to use telnet to verify you can connect to the machine: $ telnet 10.3.1.194 5901 And see if you get a response. -- William Hooper _______________________________________________ VNC-List mailing list [email protected] To remove yourself from the list visit: http://www.realvnc.com/mailman/listinfo/vnc-list
