开放需要使用的端口 firewall-cmd --zone=public --add-port=这里是你的端口号/tcp --permanent
开放后需要重启防火墙 systemctl restart firewalld
如果需要查看自己有那些端口开放的 firewall-cmd --list-ports
1、lsof -i:端口号
2、netstat -tunlp|grep 端口号
posted on 2021-02-26 18:58 Plyc 阅读(36) 评论(0) 编辑 收藏 举报