Centos 7 開啓端口

CentOS 7 默認沒有使用iptables,因此經過編輯iptables的配置文件來開啓80端口是不能夠的bash

CentOS 7 採用了 firewalld 防火牆tcp

如要查詢是否開啓80端口則:spa

1
2
[root@joe-pc ~] # firewall-cmd --query-port=80/tcp
no

顯然80端口沒有開啓code

下面咱們開啓80端口:ip

1
2
[root@joe-pc ~] # firewall-cmd --add-port=80/tcp
success
相關文章
相關標籤/搜索