你是否在使用云服務(wù)器的時(shí)候網(wǎng)站出現(xiàn)打不開的狀況,那么多半是vps的80端口未打開或被封了,那么CentOS要如何打開vps 80端口呢?需要通過防火墻打開,具體的隨小編一起來了解下吧。
CentOS 防火墻開啟80端口
#/sbin/iptables -I INPUT -p tcp --dport 80 -j ACCEPT
#/sbin/iptables -I INPUT -p tcp --dport 22 -j ACCEPT
然后保存:
#/etc/rc.d/init.d/iptables save
注意需要重啟服務(wù)哦:執(zhí)行service iptabels save 與 service iptables restart
端口查看方法:
vhost]# /etc/init.d/iptables status
Table: filter
Chain INPUT (policy ACCEPT)
num target prot opt source destination
1 ACCEPT tcp -- 0.0.0.0/0 0.0.0.0/0 tcp dpt:80
2 ACCEPT tcp -- 0.0.0.0/0 0.0.0.0/0 tcp dpt:80
Chain FORWARD (policy ACCEPT)
num target prot opt source destination
Chain OUTPUT (policy ACCEPT)
num target prot opt source destination
上面就是CentOS系統(tǒng)vps打開80端口的方法介紹了,很多人在開啟80端口后不知如何查看,所以本文還介紹了vps 80端口的查看方法。
標(biāo)簽:汕頭 濰坊 南充 通化 涼山 三亞 遼寧 昌都
巨人網(wǎng)絡(luò)通訊聲明:本文標(biāo)題《CentOS VPS如何打開80端口解決網(wǎng)站打不開的問題》,本文關(guān)鍵詞 CentOS,VPS,如何,打開,端口,;如發(fā)現(xiàn)本文內(nèi)容存在版權(quán)問題,煩請(qǐng)?zhí)峁┫嚓P(guān)信息告之我們,我們將及時(shí)溝通與處理。本站內(nèi)容系統(tǒng)采集于網(wǎng)絡(luò),涉及言論、版權(quán)與本站無關(guān)。