Tunneling all TCP and UDP traffic through a Server

socksssh-tunneltunnelingvpn

On a Linux or Windows system, how would it be possible to tunnel all TCP/UDP packets through a thirdparty server? What would one use, does it work with SOCKS5, OpenVPN or SSH?

Best Answer

ssh will give you probably simplest way of tunneling tcp traffic to know destination/port.

if you would like to tunnel traffic to any destination [tcp/udp/icmp... all ip traffic in general] - openvpn will do the trick.

Related Topic