什么可能阻止客户端连接到服务器?

发布于 2024-10-08 06:28:30 字数 92 浏览 1 评论 0原文

我的客户端在本地(通过路由器在 LAN 中)很好地连接到我的服务器,但是当我尝试将我的客户端连接到不在我的 LAN 中的 IP 上的服务器时,它不起作用。可能是什么问题?

My client connects to my Server very well locally (in a LAN through a router) but when I try to connect my client to a server on a IP that is not in my LAN, it doesn't work. What could be the problem?

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

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

发布评论

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

评论(1

灼疼热情 2024-10-15 06:28:30

服务器位于 NAT 或防火墙或两者后面。您需要允许服务器网络上的任何防火墙(包括可能在服务器上运行的软件防火墙)中的端口上的入站连接,如果它位于路由器/NAT 之后,您将需要设置该路由器来转发服务器内部 IP 地址的所需端口。另请记住,您服务器的本地 IP 192.168.xx 可能与您需要连接的 IP(您的路由器从 ISP 获取的 IP)不同。

The server is behind a NAT or a firewall or both. You need to allow inbound connections on the port in any firewalls on the server's network (including a software firewall that might be running on the server), and if it is behind a router/NAT you will need to set up that router to forward the desired port to the servers internal IP address. Also remember that your server's local IP 192.168.x.x is probably different than the IP you'll need to connect to (the IP that your router gets from the ISP).

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