You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Running: Linux xbian 4.19.90+ #1 SMP PREEMPT Wed Dec 18 20:39:10 CET 2019 armv7l GNU/Linux
Attempting to set up firewalling via the AirVPN hummingbird OpenVPN3 binary which sets the tun interface, DNS forwarding and firewalling. It is working well except for the following message:
`iptables v1.8.2 (legacy): can't initialize iptables table "security": Table does not exist (do you need to insmod?)
Perhaps iptables or your kernel needs to be upgraded.'
and...
'ip6tables v1.8.2 (legacy): can't initialize ip6tables table "security": Table does not exist (do you need to insmod?)
Perhaps ip6tables or your kernel needs to be upgraded.`
I had a closer look and it seems that the Xbian kernel does not include the iptables_security module. Is there a way to load this as a loadable kernel module? I think the kernel code is here: linux/net/ipv4/netfilter/iptable_security.c
Running: Linux xbian 4.19.90+ #1 SMP PREEMPT Wed Dec 18 20:39:10 CET 2019 armv7l GNU/Linux
Attempting to set up firewalling via the AirVPN hummingbird OpenVPN3 binary which sets the tun interface, DNS forwarding and firewalling. It is working well except for the following message:
and...
I had a closer look and it seems that the Xbian kernel does not include the iptables_security module. Is there a way to load this as a loadable kernel module? I think the kernel code is here: linux/net/ipv4/netfilter/iptable_security.c
The text was updated successfully, but these errors were encountered: