centos 7关闭与启用防火墙
Posted yyee
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了centos 7关闭与启用防火墙相关的知识,希望对你有一定的参考价值。
查看防火墙状态: systemctl status firewalld.service
关闭防火墙: systemctl stop firewalld.service
执行开机禁用防火墙自启命令 : systemctl disable firewalld.service
启动防火墙:systemctl start firewalld.service
防火墙随系统开机启动 : systemctl enable firewalld.service
以上是关于centos 7关闭与启用防火墙的主要内容,如果未能解决你的问题,请参考以下文章
CentOS 7.0关闭默认防火墙启用iptables防火墙
CentOS 7.0关闭默认防火墙启用iptables防火墙
CentOS 7.0关闭默认防火墙启用iptables防火墙
CentOS 7.0关闭默认防火墙启用iptables防火墙