![]() |
Home
| Calendar
| Mail Lists
| List Archives
| Desktop SIG
| Hardware Hacking SIG
Wiki | Flickr | PicasaWeb | Video | Maps & Directions | Installfests | Keysignings Linux Cafe | Meeting Notes | Linux Links | Bling | About BLU |
Bill Horne wrote: > A customer wanted remote assistance, but their VNC server is set up to > only accept connections from my office IP address. However, I _could_ > ssh into the Linux server that's used for backups. How could I tunnel > into the Linux server and have it relay port 5900 out into the LAN at my > customer's site? Same way, except you'd use the internal IP of the other machine. Something like this: ssh -L5900:<Ip_of_vncserver>:5900 <backupserver_IP> and again, then connect to localhost:0 using vncserver. This tunnel forwards the traffic for port 5900 from your local desktop, through the Linux backup server, and over the internal network to the vncserver address, like so: LOCALDESKTOP <<===>> LINUXBACKUP <<===>> VNCSERVER I hope that helps, Grant M. -- Grant Mongardi Senior Systems Engineer NAPC [hidden email] http://www.napc.com/ 781.894.3114 phone 781.894.3997 fax NAPC | technology matters -- This message has been scanned for viruses and dangerous content by MailScanner, and is believed to be clean. _______________________________________________ Discuss mailing list [hidden email] http://lists.blu.org/mailman/listinfo/discuss
![]() |
|
BLU is a member of BostonUserGroups | |
We also thank MIT for the use of their facilities. |