PINE64
How to install iptables extensions? I get "Extension owner revision 0 not supported" - Printable Version

+- PINE64 (https://forum.pine64.org)
+-- Forum: PinePhone (https://forum.pine64.org/forumdisplay.php?fid=120)
+--- Forum: PinePhone Software (https://forum.pine64.org/forumdisplay.php?fid=121)
+---- Forum: Manjaro on PinePhone (https://forum.pine64.org/forumdisplay.php?fid=130)
+---- Thread: How to install iptables extensions? I get "Extension owner revision 0 not supported" (/showthread.php?tid=17236)



How to install iptables extensions? I get "Extension owner revision 0 not supported" - anon4 - 08-27-2022

I'm trying to do


Code:
sudo iptables --append OUTPUT --match owner --gid-owner allow-net --jump ACCEPT

which works on my desktop but when I try to do it on the pinephone I get


Code:
Warning: Extension owner revision 0 not supported, missing kernel modules?
iptables: No chain/target/match by that name.


The owner iptables extension seems to be installed though because I can do


Code:
sudo iptables --match owner -h

and I get the man page for owner