`
zhaohaolin
  • 浏览: 986068 次
  • 性别: Icon_minigender_1
  • 来自: 杭州
社区版块
存档分类
最新评论

CentOS Linux如何关闭iptables防火墙

 
阅读更多
新安装完CentOS Linux,发现配置完apache后没法访问,估计是防火墙问题。

/etc/init.d/iptables status

会得到一系列信息,说明防火墙开着。

/etc/init.d/iptables stop

永久关闭:

chkconfig --level 35 iptables off
分享到:
评论
1 楼 alan-hjkl 2012-05-24  
学习!

相关推荐

Global site tag (gtag.js) - Google Analytics