如何在两个防火墙后面的多台计算机之间建立 TCP 连接?
我想在防火墙后面的计算机之间建立多个 TCP 连接。
下图展示了一个简单的网络:
防火墙网络 http://img35.imageshack.us/ img35/1545/firewallgf.png
从图片中我想建立 3 个 TCP 连接:
A => 2
B => 2
C => 2
建立这些 TCP 连接有哪些选项?
?
我可以在没有端口转发的情况下执行此操作吗
I'd like to establish several TCP connections between computers behind a firewall.
The follow picture illustrates a simple network:
Firewalled Network http://img35.imageshack.us/img35/1545/firewallgf.png
From the picture I'd like to establish 3 TCP connections:
A => 2
B => 2
C => 2
What are my options for establishing these TCP connections?
and
Can I do this without port forwarding?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
您可以在云中拥有一些服务器作为连接的代理。例如,考虑像 LogMeIn 或 GoToMyPC 这样的服务如何管理客户端和受控主机之间的连接。这是一个想法。
You could have some server in the cloud acting as a proxy for your connections. For instance, think about how a service like LogMeIn or GoToMyPC manages connections between a client and the controlled host. This is one idea.
这应该是一本有趣的读物。
在没有端口转发的情况下 Skype 如何工作?
This should be an interesting read.
How does Skype work without port forwarding?