您的位置:首页 > 运维架构

how to open ubuntu port like 8443

2016-06-16 19:47 357 查看
Today I meet a problem that a project release in tomcat, and can not restart. only to find that need to opne 8443 port.

here I use sudo ufw allow out 8443/tcp.

netstat -a

sudo ufw allow 80/tcp

sudo ufw allow 443/tcp

or

sudo ufw allow http

sudo ufw allow https

sudo ufw status verbose

sudo ufw app list

after I use the ufw to open the port, still can not visit the project, need to check the certificate

sudo ufw allow from any to 127.0.0.1 port 8443 proto tcp
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签:  ubuntu