开启防火墙服务 以前为了方便,把防火墙都关闭了,因为现在项目都比较重要,害怕受到攻击,所以为了安全性,现在需要将防火墙开启,接下来介绍一下步骤. 1, 首先查看防火墙状态: firewall-cmd --state 下图所示为关闭防火墙,接下来需要开启 2, 开启防火墙, 启动firewall: systemctl start firewalld.service 设置开机自启: systemctl enable firewalld.service 3, 重启防火墙: systemctl rest…