C# 反向代理(绕过 NAT/防火墙)
现在我正在寻找大约 6 小时的时间来进入它! 我的脑子已经完成了!
好的,事情是这样的:
我正在寻找一个解决方案,连接到路由器后面的 PC,该路由器正在运行代理服务器来传递我的信息。
像这样:
我(想要连接到 1.1.1.1)-->互联网--> 1.1.1.1->路由器-->运行服务器的 PC --> 我在网上
读过有关 STUN / STUNT 的内容。但我实际上知道服务器侦听某个端口的 IP。
UDPpunch 漏洞的问题是,代理实际上不知道客户端 IP。
right now I'm searching for like 6h to get into it!
My brain is done!
Ok, here's the deal:
I'm searching a solution, to connect to a PC behind a Router which is running the Proxy Server to passthrough my Information.
So like this:
I (want to connect to 1.1.1.1) --> Internet --> 1.1.1.1 -> Router --> PC With the running Server --> Internet
I've read about STUN / STUNT.. But I actually know the IP where the Server listen to some Port.
The problem is with UDPpunch hole is, that the proxy actually doesn't know the Clients IP.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
STUN 需要两个对等方都可以访问的服务器(通常意味着公共 IP 地址)。服务器协商对等发现和 STUN 握手。
STUN requires a server accessible to both peers (usually that means a public IP address). The server negotiates both peer-discovery and the STUN handshake.
这不正是 Azure 服务总线的用途吗?
http://channel9.msdn.com/learn/courses/Azure/ServiceBus/< /a>
http://www.microsoft.com/windowsazure/appfabric/
Isn't entirely what the Azure Service Bus is for?
http://channel9.msdn.com/learn/courses/Azure/ServiceBus/
http://www.microsoft.com/windowsazure/appfabric/