Robert Van Overmeiren wrote: > I connected! > > > Logged into SSH gateway: > > > $ ssh -X [EMAIL PROTECTED] > > > Binded ports:
Not "binded", tunneled. > $ ssh -f -N -C -T -l rvanovermeiren -L5902:localhost:5901 10.3.1.194 Notice that this is using the SSH port for communication. That is why it works when connecting directly to the VNC server doesn't. > Then vncviewer: > > > $ vncviewer [-shared] localhost:2 > > > How do I unbind the ports? You close the tunnel by closing the SSH connection. -- William Hooper _______________________________________________ VNC-List mailing list [email protected] To remove yourself from the list visit: http://www.realvnc.com/mailman/listinfo/vnc-list
