Enable tunneling protocols for VPN and network routing on your OpenVZ VPS.
This article only applies to OpenVZ VPS instances. KVM and Cloud instances have full access to GRE and IPIP without any special configuration.
GRE (Generic Routing Encapsulation) and IPIP (IP in IP) are tunneling protocols used to encapsulate network traffic. Common use cases include:
If you would like to use your RamNode IP(s) to create a GRE or IPIP tunnel, please submit a support ticket requesting that GRE/IPIP be enabled for your VPS.
Go to the Client Area
Open a new support ticket under "Technical Support"
Include your VPS ID or IP address
Specify which protocol you need (GRE, IPIP, or both)
Describe your use case briefly
Once GRE/IPIP is enabled for your container, you'll be able to create tunnels using standard Linux networking tools. You may need to reboot your VPS for the changes to take effect.
After enabling, you can verify the modules are available:
lsmod | grep -E 'gre|ipip'
# or
cat /proc/net/dev_snmp6/tunl0