centos7 关闭 防火墙
Posted jtlgb
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了centos7 关闭 防火墙相关的知识,希望对你有一定的参考价值。
CentOS 7 默认使用的是firewall作为防火墙
关闭firewall:
systemctl stop firewalld.service #停止firewall
systemctl disable firewalld.service #禁止firewall开机启动
systemctl restart iptables.service #最后重启防火墙使配置生效
systemctl enable iptables.service #设置防火墙开机启动
firewall-cmd --state #查看默认防火墙状态(关闭后显示notrunning,开启后显示running)
以上是关于centos7 关闭 防火墙的主要内容,如果未能解决你的问题,请参考以下文章