iptables1.4.1.1 rules

mkinitrd -o initrd.img-2.6.24.7 /lib/modules/2.6.24.7


wget http://www.cnblogs.com/1327/admin/ftp://ftp.netfilter.org/pub/iptables/iptables-1.4.1.1.tar.bz2

 ./configure --with-ksource=/usr/src/linux && make && make install


 LocalDomain:/usr/src/linux# sh /var/rules
Setuping local settings...
Reconfiguring kernel parameters...
Loading kernel modules ...
FATAL: Module ipt_conntrack not found.
FATAL: Module ipt_connlimit not found.
Flushing Tables ...
iptables v1.4.1.1: can't initialize iptables table `nat': Table does not exist (do you need to insmod?)
Perhaps iptables or your kernel needs to be upgraded.
iptables v1.4.1.1: can't initialize iptables table `nat': Table does not exist (do you need to insmod?)
Perhaps iptables or your kernel needs to be upgraded.
iptables v1.4.1.1: can't initialize iptables table `nat': Table does not exist (do you need to insmod?)
Perhaps iptables or your kernel needs to be upgraded.
iptables v1.4.1.1: can't initialize iptables table `nat': Table does not exist (do you need to insmod?)
Perhaps iptables or your kernel needs to be upgraded.
iptables v1.4.1.1: can't initialize iptables table `nat': Table does not exist (do you need to insmod?)
Perhaps iptables or your kernel needs to be upgraded.
/var/rules: line 134: /etc/init.d/monitorix: No such file or directory

原文地址:https://www.cnblogs.com/1327/p/1515120.html