[plug] How to build a tunnel from PuTTY
Leon Brooks
leon at brooks.fdns.net
Thu Jun 19 08:20:40 WST 2003
On Thu, 19 Jun 2003 07:44, Onno Benschop wrote:
> At the bottom of the document you state all the things that won't
> work. Can you please cite a source for that?
PuTTY only forwards TCP, and only creates links in one direction. The
implications for protocols like UDP or services that connect back are
self-evident.
If you want to forward other protocols (effectively do a VPN) you need
to do something like a PPP-over-SSH tunnel, which is quite a different
thing. Unless your UDP traffic buffers lots and/or the entire pipe is
faster than it needs to be for un-tunnelled traffic, a more complex
non-TCP solution like IPSec will bring you better results.
Cheers; Leon
More information about the plug
mailing list