greatwqs 发表于 2013-2-7 05:40:28

Linux 禁止某个IP访问服务器

Linux 禁止某个IP访问服务器iptables -I INPUT -s XXX.XXX.XXX.XXX -j DROP  
页: [1]
查看完整版本: Linux 禁止某个IP访问服务器