昨天刚购买的ECS,Centos, 使用nodejs搭建超简单web,为啥我使用个人PC输入 http://公网IP:3000 无法访问?
[root@* web]# netstat -tpln
Active Internet connections (only servers)
Proto Recv-Q Send-Q Local Address Foreign Address State PID/Program name
tcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN 3278/sshd
tcp 0 0 0.0.0.0:3000 0.0.0.0:* LISTEN 1291/node
- dongshan8
题主您好,
需要检查一下实例的安全组规则,
看规则是否允许外网访问 3000 的端口哩。
防火墙以及安全策略放行3000端口了嘛?