Introduction Firewalld is a firewall management solution available for many Linux distributions which acts as a frontend for the iptables packet filtering system provided by the Linux kernel. In this ...
firewall-cmd --zone=public --query-port=80/tcp # 查看是否有开放的 80 TCP 端口 firewall-cmd --zone=public --add-port=8080/tcp --permanent ...