浏览器访问EC2弹性IP超时

发布于 2025-01-04 21:03:26 字数 577 浏览 1 评论 0原文

http://elastic-ip-address/ 超时,但 http://public-DNS-name-instance/ 工作并打开网页。

  1. 弹性IP地址已映射到我正在运行的实例。
  2. 我已修改 iptables 以接受端口 80 上的所有流量
  3. 实例在允许端口 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.

  1. elastic IP address is already mapped to the instance I am running.
  2. I have modified iptables to accept all traffic on port 80
  3. 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文