【发布时间】:2020-04-04 17:42:51
【问题描述】:
我在 Google Cloud Computing Engine 中运行 VNC 服务器,它在端口 5901 上运行。当我尝试通过以下命令访问服务器时
nc localhost 5901 我可以连接。
但是当我尝试通过分配给我的云控制台的静态外部 IP 进行连接时。我收到超时错误。
我验证了防火墙规则,似乎一切正常。
请大家帮我看看为什么会这样
> $ nc localhost 5901
RFB 003.008
> $ nc 146.148.91.209 5901
(UNKNOWN) [146.148.91.209] 5901 (?) : Connection timed out
【问题讨论】:
标签: google-cloud-platform netcat vnc