简体   繁体   English

Compute Engine 虚拟机未响应请求

[英]Compute Engine VM not responding to request

I am having trouble accessing a port on my vm.我在访问 vm 上的端口时遇到问题。 As you can see from a netstat command, port 8384 is open and listening for tcp connections.正如您从 netstat 命令中看到的那样,端口 8384 已打开并正在侦听 tcp 连接。 I also have a picture of the firewall rules saying the port 8384 allow to have connections from anywhere.我还有一张防火墙规则的图片,说明端口 8384 允许从任何地方建立连接。 Of course, I am typing into my browser http://[external-ip-adddress]:8384.当然,我正在浏览器中输入 http://[external-ip-adddress]:8384。 I am not sure where to go from here in order to trouble shoot the issue.我不知道从哪里开始才能解决问题。

电脑打开端口的图片 防火墙规则说端口 8384 已打开

127.0.0.1 represents the localhost. 127.0.0.1 代表本地主机。 In to allow the port to be broadcasted to the internet, it has to be one can provide the external ip address or 0.0.0.0.为了允许端口广播到互联网,它必须是一个可以提供外部IP地址或0.0.0.0。 In syncthing you can change the port ./syncthing -gui-address=0.0.0.0:8384在同步中,您可以更改端口./syncthing -gui-address=0.0.0.0:8384

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM