centos 7 - open firewall port - Stack Overflow

centos 7 - open firewall port - Stack Overflow

瀏覽:905
日期:2026-05-06
The answer by ganeshragav is correct, but It is also useful to know that you can use: firewall-cmd --zone=public --add-port=2888/tcp --permanent but if is a known service, you can use: firewall-cmd --zone=public --add-service=http --permanent and then rel...看更多