Comment 1 for bug 1797100

Revision history for this message
Alfredo Moralejo (amoralej) wrote :

Hi,

Did you try only applying the iptables rules you described:

iptables -D INPUT -j REJECT --reject-with icmp-host-prohibited
iptables -A INPUT -p gre -j ACCEPT
iptables -A INPUT -j REJECT --reject-with icmp-host-prohibited

but without enabling the kernel modules?

Best regards,

Alfredo