tmoonlight / NSmartProxy

NSmartProxy是一款开源的内网穿透工具。采用.NET CORE的全异步模式打造。(NSmartProxy is an open source reverse proxy tool that creates a secure tunnel from a public endpoint to a locally service.)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

2017studio.imwork.net 拒绝了我们的连接请求。

786744873 opened this issue · comments

2017studio.imwork.net 拒绝了我们的连接请求。
1: 2017studio.imwork.net:20064=>127.0.0.1:8093


System.Net.Internals.SocketExceptionFactory+ExtendedSocketException (10060): 由于连接方在一段时间后没有正确答复或连接的 主机没有反应,连接尝试失败。 113.116.156.12:9974
at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
at System.Net.Sockets.Socket.DoMultipleAddressConnectCallback(Object result, MultipleAddressConnectAsyncResult context)
--- End of stack trace from previous location where exception was thrown ---
at System.Net.Sockets.Socket.DoMultipleAddressConnectCallback(Object result, MultipleAddressConnectAsyncResult context)
at System.Net.Sockets.Socket.MultipleAddressConnectCallback(IAsyncResult result)
--- End of stack trace from previous location where exception was thrown ---
at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
at System.Net.Sockets.TcpClient.EndConnect(IAsyncResult asyncResult)
at System.Net.Sockets.TcpClient.<>c.b__28_1(IAsyncResult asyncResult)
at System.Threading.Tasks.TaskFactory1.FromAsyncCoreLogic(IAsyncResult iar, Func2 endFunction, Action1 endAction, Task1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
at NSmartProxy.Client.ServerConnnectionManager.ConnectAppToServer(Int32 appid) in E:\3000开元\NSmartProxy\src\NSmartProxy.ClientRouter\ServerConnnectionManager.cs:line 128
at NSmartProxy.Client.ServerConnnectionManager.PollingToProvider() in E:\3000开元\NSmartProxy\src\NSmartProxy.ClientRouter\ServerConnnectionManager.cs:line 107
at NSmartProxy.Client.Router.ConnectToProvider() in E:\3000开元\NSmartProxy\src\NSmartProxy.ClientRouter\Router.cs:line 71
at NSmartProxy.NSmartProxyClient.StartClient() in E:\3000开元\NSmartProxy\src\NSmartProxyClient\NSmartProxyClient.cs:line 75
One or more errors occurred. (由于连接方在一段时间后没有正确答复或连接的主机没有反应,连接尝试失败。 113.116.156.12:9974)

telnet 9974端口 测试一下连通性

不通的,是不是你那边的网络限制了亲

找到原因了,我这里9974被防火墙禁了,反向连接端口换成19974试试。

不通的,是不是你那边的网络限制了亲

是不是 12308 端口 也被防火墙 墙了?

是不是 12308 端口 也被防火墙 墙了?

服务暂时搭在我的树莓派上,有时不稳定,配置端口12308,连接端口19974