CentOS7 关闭防火墙
Posted 末
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了CentOS7 关闭防火墙相关的知识,希望对你有一定的参考价值。
CentOS7 的防火墙配置跟以前版本有很大区别,CentOS7这个版本的防火墙默认使用的是firewall,与之前的版本使用iptables不一样
1.关闭防火墙:
systemctl stop firewalld.service
2.开启防火墙:
systemctl start firewalld.service
3.关闭开机启动:
systemctl disable firewalld.service
4.开启开机启动:
systemctl enable firewalld.service
以上是关于CentOS7 关闭防火墙的主要内容,如果未能解决你的问题,请参考以下文章