centos7如何关闭防火墙
Posted 但行好事 莫问前程
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了centos7如何关闭防火墙相关的知识,希望对你有一定的参考价值。
1.centos7自带了firewall,而不是iptables:
关闭firewall:
service firewalld stop
或者:
systemctl stop firewalld
禁止firewall:
systemctl mask firewalld
下面是替换成iptables操作:
yum -y install iptables-services
开机启动:
systemctl enable iptables
启动iptables:
systemctl start iptables
that‘it...
以上是关于centos7如何关闭防火墙的主要内容,如果未能解决你的问题,请参考以下文章