Currently using the Debian 8 distribution.
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
Hi,
I’m late but this could help others so here is my answer.
IPIP/GRE are kernel modules so all you need is to check the kernel module in /lib/modules/$(uname -r)/kernel/net. They should be both under ./ipv4 if supported. enable them by modproble ipip
ormodprobe gre
This question was answered by @SphericalCow:
according to http://linux-ip.net/gl/ip-tunnels/node4.html, there should be support from kernel versions 2.2 and probably above. Debian 8 seems to be fairly recent release, so the chances are that it is supported. I haven’t used the Debian kernels with DO, so I can’t say for certain.
according to http://linux-ip.net/gl/ip-tunnels/node4.html, there should be support from kernel versions 2.2 and probably above. Debian 8 seems to be fairly recent release, so the chances are that it is supported. I haven’t used the Debian kernels with DO, so I can’t say for certain.