linux关闭防火墙
Posted d-w
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了linux关闭防火墙相关的知识,希望对你有一定的参考价值。
在外部访问CentOS中部署应用时,需要关闭防火墙。
1、Centos7默认安装了firewalld,如果没有安装的话,可以使用 yum install firewalld firewalld-config进行安装。
2、关闭防火墙命令:systemctl stop firewalld.service
3、开启防火墙:systemctl start firewalld.service
4、关闭开机自启动:systemctl disable firewalld.service
5、开启开机启动:systemctl enable firewalld.service
以上是关于linux关闭防火墙的主要内容,如果未能解决你的问题,请参考以下文章