打开端口 80 EC2 Amazon Web 服务

发布于 2024-10-17 09:02:18 字数 1459 浏览 2 评论 0原文

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(4

十秒萌定你 2024-10-24 09:02:18

这实际上非常简单:

  • 转到“网络与安全”->“网络与安全”。左侧导航中的安全组设置
  • 找到您的实例所属的安全组
  • 单击入站规则
  • 使用下拉菜单并添加 HTTP(端口 80)
  • 单击应用并享受

This is actually really easy:

  • Go to the "Network & Security" -> Security Group settings in the left hand navigation
  • Find the Security Group that your instance is apart of
  • Click on Inbound Rules
  • Use the drop down and add HTTP (port 80)
  • Click Apply and enjoy
兔姬 2024-10-24 09:02:18

一些快速提示:

  1. 禁用 Windows 实例上的内置防火墙。
  2. 使用 IP 地址而不是 DNS 条目。
  3. 为 tcp 端口 1 至 65000 和源 0.0.0.0/0 创建安全组。它显然不用于生产目的,但它将有助于避免安全组成为问题根源。
  4. 检查您是否确实可以 ping 通您的服务器。这可能还需要对安全组进行一些修改。

Some quick tips:

  1. Disable the inbuilt firewall on your Windows instances.
  2. Use the IP address rather than the DNS entry.
  3. Create a security group for tcp ports 1 to 65000 and for source 0.0.0.0/0. It's obviously not to be used for production purposes, but it will help avoid the Security Groups as a source of problems.
  4. Check that you can actually ping your server. This may also necessitate some Security Group modification.
宣告ˉ结束 2024-10-24 09:02:18
  1. 检查您的实例使用的安全组。查看实例行中“安全组”列的值。这很重要 - 我更改了默认组的规则,但当我遇到类似问题时,我的实例位于 Quickstart-1 组下。
  2. 转到“安全组”选项卡,转到“入站”选项卡,在“创建新规则”组合框中选择“HTTP”,在源字段中保留 0.0.0.0/0,然后单击“添加规则”,然后单击“应用规则更改”。
  1. Check what security group you are using for your instance. See value of Security Groups column in row of your instance. It's important - I changed rules for default group, but my instance was under quickstart-1 group when I had similar issue.
  2. Go to Security Groups tab, go to Inbound tab, select HTTP in Create a new rule combo-box, leave 0.0.0.0/0 in source field and click Add Rule, then Apply rule changes.
可可 2024-10-24 09:02:18

对于那些使用 Centos(或许还有其他 Linux 发行版)的用户,您需要确保其固件 (iptables) 允许端口 80 或您想要的任何其他端口。

请参阅此处了解如何完全禁用它(仅用于测试目的!)。
此处了解具体规则

For those of you using Centos (and perhaps other linux distibutions), you need to make sure that its FW (iptables) allows for port 80 or any other port you want.

See here on how to completely disable it (for testing purposes only!).
And here for specific rules

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文