gre/ipv6 tunnels not working ovh kimsufi
hello,
i am trying to set up a gre tunnel on my kimsufi server. Unfortunately their stock kernel did not support it, so i installed my own kernel. what ive done is install the stock debian 7 kernel with apt, then use the config to compile my own 3.2.68 grsec kernel.
i have a vps that was being used to tunnel to an ubuntu 14 server w/ grsec at volumedrive, and everything worked fine.
i have followed the basic steps of:
iptunnel add gre1 mode gre local 198.245.51.x remote 185.62.188.x ttl 255
ip addr add 192.168.120.2/30 dev gre1
ip link set gre1 up
the tunnel shows up on the vps, with ifconfig showing data being sent.
on the kimsufi ifconfig shows no data sent or received, just the interface.
i have searched and searched and have not found anything on this. i have turned off all iptables rules as well. i tried on the stock kernel, vanilla 3.2.68 kernel, grsec kernel and its the same. I initially thought it was the kernel, but i no longer think so.
any insight? maybe some crazy setting is set thats blocking gre?
this is a fresh debian 7 with ispconfig 3.0.5.4p5 (from kimsufi/ovh's image)
Last edited by mra707; 03-20-2015 at 08:37 PM.
Reason: solved issue
|