文档首页> Linux系统> centos7如何关闭自带防火墙firewall

centos7如何关闭自带防火墙firewall

发布时间:2022-05-15 18:21        更新时间:2022-12-26 14:18

CentOS 7.0默认使用的是firewall作为防火墙

1、查看防火墙是否开启

 
 
 
firewall-cmd --state

全选代码复制

2、关闭防火墙firewall

 
 
 
systemctl stop firewalld.service

全选代码复制

3、禁止firewall开机启动

 
 
 
systemctl disable firewalld.service