Hi all. Very much a student admin here. Per the "Securing Your Server" guide in the Linode Library, I'm attempting to firm up my new Debian 6 install.
When I run 'sudo iptables-restore < /etc/iptables.firewall.rules' I receive the following output (I get the same output if I enter the command as root without sudo):
Code:
FATAL: Module ip_tables not found.
'ptables-restore v1.4.8: iptables-restore: unable to initialize table 'filter
Error occurred at line: 1
Try `iptables-restore -h' or 'iptables-restore --help' for more information.
I've googled this content quite a bit, as well as searching these forums for what appear to be the distinguishing snippets of the error message, but unfortunately I'm not finding anything that speaks directly to my situation (as far as I can tell).
The iptables package is up to date, according to apt-get.
In spite of the error message, the first line in /etc/iptables.firewall.rules is definitely '*filter' (NOT " 'filter ").
The output of 'sudo iptables -L' is normal (according to the guide):
Code:
Chain INPUT (policy ACCEPT)
target prot opt source destination
Chain FORWARD (policy ACCEPT)
target prot opt source destination
Chain OUTPUT (policy ACCEPT)
target prot opt source destination
Any thoughts on the matter would be most welcome. Thanks!