【发布时间】:2017-02-22 09:47:30
【问题描述】:
我无法访问运行在 Google 云平台上的 8081 端口上的 Cloud9。
我确定应用程序正在该端口上运行,并且同一台机器上其他端口(例如http://xxx.xxx.xxx.xxx:3000)上的应用程序可以正确访问,所以这似乎不是iptables 设置的问题。
我没有收到来自服务器 http://xxx.xxx.xxx.xxx:8081/ 的响应。
谷歌云平台配置:
允许的协议和端口包括 tcp:8000-8089
IP 地址设置为静态和外部
用于运行 Cloud9 的命令:
node server.js -w /home/workspace -l 0.0.0.0 -p 8081 -a username:password
【问题讨论】:
标签: google-cloud-platform firewall iptables cloud9-ide cloud9