ec2:无法在 Windows 实例上打开端口 5080

发布于 2024-09-27 16:45:00 字数 1549 浏览 5 评论 0原文

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

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

发布评论

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

评论(2

方圜几里 2024-10-04 16:45:00

在 AWS 管理控制台中。

1 转到 Amazon EC2 选项卡

2 单击实例并记下安全组列中的安全组名称您想要打开它的实例。

3 单击链接安全组

4 单击步骤 2 中的安全组名称

5 您应该会看到一个显示 SSH 的下拉列表,单击并选择自定义..

6 输入:

 协议 TCP
 从端口 5080
 至端口 5080
 源(IP 或组)0.0.0.0/0 -- 注 1

7 单击“保存”。

如果您还需要 UDP,请在步骤 6 中重复使用协议 UDP。

注意 1:阅读:http:// /en.wikipedia.org/wiki/Classless_Inter-Domain_Routing 了解更多信息...但不要尝试限制子网,直到您让它适用于全世界。

如果此后不起作用,则您的实例上可能有防火墙。我更喜欢 ubuntu,但试试这个: http://www.cyberciti.biz/faq/disable-linux-firewall-under-centos-rhel-fedora/(适用于 RedHat)

In the AWS management console.

1 goto Amazon EC2 tab

2 Click on Instances and note the Security Group Name from the Security Group column for the instance you want to open it for.

3 Click on the link Security Groups

4 Click on the Security Group Name from step 2.

5 You should see a dropdown that says SSH, click it and select Custom..

6 Enter:

 Protocol                  TCP
 From Port                 5080
 To Port                   5080
 Source (IP or Group)      0.0.0.0/0       -- NOTE 1

7 Click Save.

If you need UDP also, then repeat using Protocol UDP in step 6.

NOTE 1: Read : http://en.wikipedia.org/wiki/Classless_Inter-Domain_Routing for more info... but don't try to limit the subnet until you have it working for the world.

If it doesn't work after that then you may have a firewall on the instance. I'm more of an ubuntu guy, but try this : http://www.cyberciti.biz/faq/disable-linux-firewall-under-centos-rhel-fedora/ for RedHat

寂寞花火° 2024-10-04 16:45:00

此问题的解决方法是将 ../conf/red5.properties 处的默认端口更改为任何其他端口。我把它改成5081就可以了。

A workaround for this problem to change the default port at ../conf/red5.properties to any other port. I changed it to 5081 and it works.

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