Hurricane Electric's IPv6 Tunnel Broker Forums

General IPv6 Topics => IPv6 on Linux & BSD & Mac => Topic started by: yoursswathi on July 09, 2012, 02:29:38 AM

Title: Tunnel creation with putty client
Post by: yoursswathi on July 09, 2012, 02:29:38 AM
I heard that we can create a tunnel to access network resources using the unix putty client. Is it possible? If so, how can we create a tunnel using putty tool?
Title: Re: Tunnel creation with putty client
Post by: jtcloe on July 16, 2012, 11:24:40 PM
Putty is just an ssh client.  While ssh has some ways of tunneling, these tend to be on the crude side for quick and dirty tunnels, or individual port access, not full clean tunnels.

Any tunnel over a TCP protocol (such as those supported by ssh) are going to be troublesome, just research tunnel over tcp and you'll see why.

6in4 tunnels tend to be more reliable, similar to straight GRE if you're familiar with that.