Linux – Tunnel over UDP or TCP

linuxnetworkingtcpiptunneling

Is there a way to create something similar to an IPIP or GRE tunnel only over UDP or TCP?

I have a GRE tunnel between two servers and I noticed that sometimes it starts to drop packets. At the same time if I ping between servers over the internet I have no problems.

I believe this is a traffic shaping problem form my provider (It does not take into account the GRE protocol). I have also tried an IPIP tunnel with the same result.

Best Answer

Give openvpn a shot. You can create tunnels over UDP or TCP.

Related Topic