[Solved] Help=> can't initialize iptables table `raw'

Hi.

root@OpenWrt:~#   iptables -t raw -A OUTPUT -p tcp -m tcp --dport 1723 -j CT --helper pptp
iptables v1.6.1: can't initialize iptables table `raw': Table does not exist (do you need to insmod?)
Perhaps iptables or your kernel needs to be upgraded.

What modules should be installed?
Thank you in advance.

iptables v1.6.1: can’t initialize iptables table `raw’:

lleachii > You have to install RAW tables support (kmod-ipt-raw)

It worked!

1 Like