Open Centos7 port

After installing the pagoda at Centos7 panel, you can not enter the address to login.

If you cannot access the panel, release the following port (8888|888|80|443|20|21) in the security group

This is the default Centos7 not open these ports, these ports need to be opened to enter the login address;

firewall-cmd --zone=public --add-port=8888/tcp --permanent

Reload:

firewall-cmd --reload

 

View open ports:

firewall-cmd --list-ports

 

About Centos open the firewall and specific port, you can visit: https://blog.csdn.net/zll_0405/article/details/81208606

This blog written in great detail.

 

Guess you like

Origin blog.csdn.net/M82_A1/article/details/91410136