标签:style blog http ar color sp on art log
查看状态:/etc/init.d/iptables status
关闭:/etc/init.d/iptables stop
禁止防火墙在系统启动的时候启动:/sbin/chkconfig --level 2345 iptables off
重启防火墙:/etc/init.d/iptables restart
其它高级用法:如单独开放某个端口什么的需求自行google。
参考:http://blog.csdn.net/bslzl/article/details/7937899
标签:style blog http ar color sp on art log
原文地址:http://my.oschina.net/hebad/blog/346980