lanproxy icon indicating copy to clipboard operation
lanproxy copied to clipboard

网速跟代理服务器的一样,不是本地网络速度

Open liangruxing opened this issue 5 years ago • 2 comments

我的本地的网络是电信光纤200m的,但是运行客户端穿透之后,访问时网络却和代理服务器1m的网络速度一致,并没有用上本地网络速度。是不是穿透失败了,还是什么原因呢?

liangruxing avatar Dec 21 '19 14:12 liangruxing

这是客户端启动的日志,用号屏蔽了部分敏感信息 PS F:\360download\lanproxy-client-windows-amd64-20190523> .\client_windows_amd64.exe -s ******** -p 4900 -k ******** 2019/12/21 22:08:43 lanproxy - help you expose a local server behind a NAT or firewall to the internet 2019/12/21 22:08:43 client key: 0e0f48d 2019/12/21 22:08:43 server addr: *********** 2019/12/21 22:08:43 server port: 4900 2019/12/21 22:08:43 enable ssl: false 2019/12/21 22:08:43 ssl cer path: certificate path is null, skip verify certificate 2019/12/21 22:08:43 init connection pool, len 0, cap 100 2019/12/21 22:09:04 Error dialing dial tcp :4900: connectex: A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond. 2019/12/21 22:09:28 Error dialing dial tcp :4900: connectex: A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond. 2019/12/21 22:09:52 Error dialing dial tcp **********:4900: connectex: A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond. 2019/12/21 22:09:55 start heartbeat: &{0 0 false 0xc042004010 [] } 2019/12/21 22:09:55 start listen cmd message: {0xc0420563c0 0xc0420a0300 0e03d90f7652f48d 0xc042010180} 2019/12/21 22:09:55 connSuccess, clientkey: 0e03d9b0f7652f48d 2019/12/21 22:10:39 received connect message: 1 => 192.168.0.199:8088 2019/12/21 22:10:39 get proxy connection: 1 2019/12/21 22:10:39 start heartbeat: &{0 0 true 0xc04212c000 [] 0xc04212a060} 2019/12/21 22:10:39 create connection: &{0 0 true 0xc04212c000 [] 0xc04212a060} 2019/12/21 22:10:39 connSuccess, clientkey: 2019/12/21 22:10:39 realserver connect success, notify proxyserver: 1@0e03******f7652f48d 2019/12/21 22:10:39 return connection: &{1576937439 1576937439 true 0xc04212c000 [0 0 0 11 4 0 0 0 0 0 0 0 0 1 49] 0xc04212a060} , poolsize is 1 2019/12/21 22:10:39 received connect message: 3 => 192.168.0.199:8088

liangruxing avatar Dec 21 '19 14:12 liangruxing

目前的穿透流量都是需要经过服务器的

ffay avatar Dec 23 '19 03:12 ffay