linux关闭防火墙

字体大小: 中小 标准 ->行高大小: 标准

在外部访问CentOS中部署应用时,需要关闭防火墙。

关闭防火墙命令:systemctl stop firewalld.service

开启防火墙:systemctl start firewalld.service

关闭开机自启动:systemctl disable firewalld.service

开启开机启动:systemctl enable firewalld.service


此文章由 http://www.ositren.com 收集整理 ,地址为: http://www.ositren.com/htmls/70901.html