摘要: 查看防火墙状态 systemctl status firewalld 查看所有已开放的端口 firewall-cmd --list-ports 开放端口 firewall-cmd --zone=public --add-port=82/tcp --permanent 重启防火墙 firewall-c 阅读全文
posted @ 2022-11-05 11:02 lichacc 阅读(25) 评论(0) 推荐(0)