|
|
#iptables -L (提示如下)
iptables v1.3.5: can't initialize iptalbes table 'filter': Table does not exist (do you need to insmod?)
Perhhaps iptables or your kernel needs to be upgraded)
#service iptables start (提示如下)
Unloading iptables modules: [OK]
如果将防火墙启动 在执行 #service iptables start 会提示如下:
Applying iptables firewall rules: iptables-restore v1.3.5: iptables-restore: unable to initializetable 'filter'
Error occurred at line: 3
Try 'iptables-restore -h ' or 'iptables-restore --help' for more information. [FAILED]
(内核升级后,需要再做那些配置才能让iptables能正常使用) |
|