Am Dienstag, 7. Mdrz 2006 08:09 schrieb [EMAIL PROTECTED]:
> I need to access a computer that is behind a adsl modem router.

You could use reverse port forwarding:

computer_behind_FW$ ssh -R$remote_port:localhost:$local_port \
    your.linux.box.on.the.internet

The you can access

  computer_behind_FW:$local_port

from any computer on the internet by connecting to 

  your.linux.box.on.the.internet:$remote_port

SSH-Tools for Windows such as putty can probably also do reverse port 
forwarding.

-- 
Dipl.-Phys. Felix E. Klee
Email: [EMAIL PROTECTED] (work), [EMAIL PROTECTED] (home)
Tel: +49 721 8307937, Fax: +49 721 8307936
Linuxburg, Goethestr. 15a, 76135 Karlsruhe, Germany
_______________________________________________
VNC-List mailing list
[email protected]
To remove yourself from the list visit:
http://www.realvnc.com/mailman/listinfo/vnc-list

Reply via email to