码迷,mamicode.com
首页 > 系统相关 > 详细

Linux 关闭iptable防火墙

时间:2016-04-11 14:39:12      阅读:229      评论:0      收藏:0      [点我收藏+]

标签:linux 关闭iptable防火墙

  做为初学者使用Linux时都会关闭自带的防火墙。

下面是操作过程以Centos6.5为例:

[root@zdw ~]# /etc/init.d/iptables stop         //关闭
iptables: Setting chains to policy ACCEPT: filter          [  OK  ]
iptables: Flushing firewall rules:                         [  OK  ]
iptables: Unloading modules:                               [  OK  ]
[root@zdw ~]# /etc/init.d/iptables stop         //重复执行确认关闭
[root@zdw ~]# chkconfig iptables off            //关闭开机自启动,3表示文本模式
[root@zdw ~]# chkconfig --list|grep ipta
iptables        0:off   1:off   2:off   3:off   4:off   5:off   6:off


参考:

老男孩Linux

本文出自 “写给自己的博客” 博客,请务必保留此出处http://zhaodongwei.blog.51cto.com/4233742/1762526

Linux 关闭iptable防火墙

标签:linux 关闭iptable防火墙

原文地址:http://zhaodongwei.blog.51cto.com/4233742/1762526

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!