解决P2P上的NAT问题

发布于 2024-10-18 12:07:31 字数 172 浏览 2 评论 0原文

我正在为浏览器到浏览器应用程序开发一个小程序,其中用户 A 知道用户 B 的 IP,通过端口请求连接,然后用户 B 响应该请求。

主要问题是两个用户都位于 NAT 之后,因此仅使用 IP 和端口是无法连接的。

我必须采取哪些选项来解决此问题而不强制用户更改其 NAT 配置?

谢谢!

I am developing an applet for browser-to-browser application where User A knows User B's IP, requests connection through a port, and User B responds the request.

The main problem is that both users are behind a NAT, so just with the IP and the port is not possible to connect.

Which options do I have to solve this problem without forcing users to change their NAT configuration?

THANKS!

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

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

发布评论

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

评论(1

南街女流氓 2024-10-25 12:07:31

它被称为 TURN 和 STUN NAT 穿越实现。您可能想了解 JXTA 或阅读 Scribd 上的在线实用 JXTA II 书籍以获取更多信息。

It is called TURN and STUN NAT traversal implementations. You may want to learn about JXTA or read the Practical JXTA II book online at Scribd for more information.

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