I'm currently seeing the following when dealing with iptables:
bar foo # /etc/init.d/iptables stop
* Saving iptables state ...
FATAL: Module ip_tables not found. [ ok ]
* Stopping firewall ... [ ok ]
bar foo # /etc/init.d/iptables start
* Loading iptables state and starting firewall ...
FATAL: Module ip_tables not found. [ ok ]
It's definitely compiled statically into the kernel. I can invoke and use iptables just fine. I'm using patch-o-matic so that I may incorporate ROUTE into my ruleset. Should I just ignore the above FATAL messages?
Start Free Trial