linux7.6 开放端系统端口,常用命令
使用firewall模式
查看
root@lch software]# firewall-cmd --get-active-zones
开放3306端口
[root@lch software]# firewall-cmd --zone=public --add-port=3306/tcp --permanent
重启防火墙
[root@lch software]# firewall-cmd --reload
查看是否启用
[root@lch software]# firewall-cmd --query-port=3306/tcp
版权声明:如无特殊标注,文章均为本站原创,转载时请以链接形式注明文章出处。
评论