Missing kmod-ipt-raw

Hello,
I need to setup a PPTP client connection through my newly bought MT300N-V2.
I’ve installed kmod-nf-nathelper-extra, and noticed that the custom firewall rules make use of it with:

PPTP Passthrough

iptables -t raw -D OUTPUT -p tcp -m tcp --dport 1723 -j CT --helper pptp
iptables -t raw -A OUTPUT -p tcp -m tcp --dport 1723 -j CT --helper pptp

Unfortunately these rules cannot work:

iptables v1.6.2: can’t initialize iptables table `raw’: Table does not exist (do you need to insmod?)

What is missing is kmod-ipt-raw package, which is unfortunately not available.
Is there any solution for this problem? Official support for the module would be wonderful, but also a pointer on how to compile a compatible version on my own will be welcome.

Thanks a lot in advance,

Antonio

Looks like I’m dumb. I’ve updated multiple times to no avail - and now the “missing” package is there.

Sorry for the noise!

Antonio

1 Like