Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用一个宽带路由器,在该路由器上,多台电脑使用与公共 IP 相同的共享 IP。其他远程客户端如何获得特定的 IP 地址来连接到我?我正在使用 C 开发客户端/服务器聊天程序。
感谢您考虑。
他们不能。宽带路由器是唯一具有公共 IP 地址的路由器。
这个问题的通常解决方案是让路由器将特定端口转发到您的一台经过 NAT 的内部机器。
如果这还不够,您可以调查“打孔”和STUN。