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
注意需要重启服务哦:执行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系统vps打开80端口的方法介绍了,很多人在开启80端口后不知如何查看,所以本文还介绍了vps
80端口的查看方法。
这些检测不一定是正确的
在服务器里面检查端口
cmd命令,进行命令提示符。然后我们在窗口中输入netstat -ano按下回车,即会显示所有的端口占用情况
或者防火墙开启 保留远程链接端口3389
绑定域名,完美解决此问题。绑定步骤:IIS-网站属性-主机头 然后写入你的域名就可以了!
之前我没域名的时候就是使用的别的端口访问的!
有人跟你一样,不2!!
后来我才去智强互联注册了个域名用~
挺逗~
欢迎分享,转载请注明来源:夏雨云
评论列表(0条)