89050909 发表于 2012-11-3 00:42:04

关于屏蔽IP的疑问

https://www.vpser.net/security/linux-iptables.html


我按照上面教程的方法屏蔽的恶意用户的IP和IP段,也保存了规则并重启了,可执行
netstat -ntu | awk '{print $5}' | cut -d: -f1 | sort | uniq -c | sort -n

查看还是可以看到这些IP在访问,这是为什么呢?查看规则里面的规则是存在的啊

service iptables status提示 command not found是不是我的防火墙有问题?

[ 本帖最后由 89050909 于 2012-11-3 12:52 编辑 ]

licess 发表于 2012-11-3 16:53:15

可能iptables 有问题
页: [1]
查看完整版本: 关于屏蔽IP的疑问