浏览器访问EC2弹性IP超时
http://elastic-ip-address/ 超时,但 http://public-DNS-name-instance/ 工作并打开网页。
- 弹性IP地址已映射到我正在运行的实例。
- 我已修改 iptables 以接受端口 80 上的所有流量
- 实例在允许端口 80 上的 http 流量的安全组下运行,
的输出
这是我的 iptables -L Chain INPUT (policy ACCEPT) 目标 prot 选择源目的地
接受 tcp -- 任何地方 任何地方 tcp dpt:http
链转发(策略接受) 目标 prot opt 源目的地
链输出(策略接受) target prot opt source destination
如何让 http:/// 工作并显示 Web 服务器返回的网页?
谢谢!
http://elastic-ip-address/ times out but http://public-DNS-name-instance/ works and brings up the web page.
- elastic IP address is already mapped to the instance I am running.
- I have modified iptables to accept all traffic on port 80
- instance is running under a security group that allows http traffic on port 80
here is the output of my iptables -L
Chain INPUT (policy ACCEPT)
target prot opt source destination
ACCEPT tcp -- anywhere anywhere tcp dpt:http
Chain FORWARD (policy ACCEPT)
target prot opt source destination
Chain OUTPUT (policy ACCEPT)
target prot opt source destination
How do I get http:/// to work and bring up the web page returned by the web server?
Thanks!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论