centos7防火墙基本使用
添加放行的服务和端口
firewall-cmd --permanent --add-service=http
firewall-cmd --permanent --add-port=81/tcp
查询是否已经放行
firewall-cmd --permanent --query-service=http
firewall-cmd --permanent --query-port=81/tcp
添加放行的服务和端口
firewall-cmd --permanent --add-service=http
firewall-cmd --permanent --add-port=81/tcp
查询是否已经放行
firewall-cmd --permanent --query-service=http
firewall-cmd --permanent --query-port=81/tcp