CentOS 6/7关闭防火墙命令

Posted a1d4m

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了CentOS 6/7关闭防火墙命令相关的知识,希望对你有一定的参考价值。

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关闭防火墙命令的主要内容,如果未能解决你的问题,请参考以下文章

在 CentOS 8 上实现PXE自动化安装 CentOS 6,7,8

centos8关闭防火墙命令

centos 6.6怎么关闭防火墙

centos7怎么永久关闭防火墙

centos命令行系列之centos6防火墙的关闭以及开启

centos7.2防火墙为啥关不了