You can always try using SSH to forward the right ports. Example usage:
ssh -L 2080:: user@host
Then you can connect to localhost:2080 and get a connection with the actual host. Apparently new versions of OpenSSH even support creating a TUN device (http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&sektion=1). (And *sniff*, Mollom thinks I'm dubious)
Posted by Bart (not verified) on Sun, 06/01/2008 - 23:11
You can always try using SSH to forward the right ports. Example usage:
ssh -L 2080:: user@host
Then you can connect to localhost:2080 and get a connection with the actual host. Apparently new versions of OpenSSH even support creating a TUN device (http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&sektion=1). (And *sniff*, Mollom thinks I'm dubious)