|
发表于 2008-4-1 10:52:03
|
显示全部楼层
Post by Eric_DZT;1833333
# ntsysv
把随开机启动的iptables去掉了,
启动后运行
# iptables -L
Chain INPUT (policy ACCEPT)
target prot opt source destination
DROP tcp -- anywhere anywhere tcp dpts:0:1023
DROP udp -- anywhere anywhere udp dpts:0:1023
DROP tcp -- anywhere anywhere tcp flags:FIN,SYN,RST,ACK/SYN
DROP icmp -- anywhere anywhere icmp echo-request
Chain FORWARD (policy DROP)
target prot opt source destination
Chain OUTPUT (policy ACCEPT)
target prot opt source destination
问题依旧,怎么回事?请高手赐教!!
还是有脚本控制Iptables
默认没有的话所有的链都没有条目的。
查下/etc/rc.d/rc.local有没有脚本调用
或者有没有rc.iptables之类的脚本 |
|