码迷,mamicode.com
首页 > 其他好文 > 详细

CentOS 6/7关闭防火墙命令

时间:2018-12-02 10:29:57      阅读:1109      评论:0      收藏:0      [点我收藏+]

标签:code   systemd   user   dbus   nts   moved   use   stat   sys   

CentOS6关闭防火墙:

service iptables stop //临时关闭
chkconfig iptables off //禁止开机启动

注: Centos7使用同样命令,会提示

stop iptables.service 
Failed to stop iptables.service: Unit iptables.service not loaded.

CentOS7关闭防火墙:

systemctl stop firewalld //临时关闭

systemctl disable firewalld //禁止开机启动

Removed symlink /etc/systemd/system/multi-user.target.wants/firewalld.service.

Removed symlink /etc/systemd/system/dbus-org.fedoraproject.FirewallD1.service.

也可以安装iptables-services,使用下面的命令

yum install -y iptables-services //安装iptables-services
service iptables stop //关闭防火墙
service iptables status //检查防火墙状态

CentOS 6/7关闭防火墙命令

标签:code   systemd   user   dbus   nts   moved   use   stat   sys   

原文地址:https://www.cnblogs.com/a1d4m/p/10051975.html

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