解决P2P上的NAT问题
我正在为浏览器到浏览器应用程序开发一个小程序,其中用户 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
它被称为 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.