ehang-io / nps

一款轻量级、高性能、功能强大的内网穿透代理服务器。支持tcp、udp、socks5、http等几乎所有流量转发,可用来访问内网网站、本地支付接口调试、ssh访问、远程桌面,内网dns解析、内网socks5代理等等……,并带有功能强大的web管理端。a lightweight, high-performance, powerful intranet penetration proxy server, with a powerful web management terminal.
https://ehang.io/nps/documents
GNU General Public License v3.0
29.73k stars 5.37k forks source link

代理网络中的android设备无法连接 #1212

Closed proud2008 closed 1 year ago

proud2008 commented 1 year ago

网络中有台安卓设备 ip 192.168.0.111,已开启 adb tcpip 5555,局域网内也连接成功

[tcp]
 mode=tcp
target_addr=192.168.0.111:5555
 server_port=30032

通过公网的方式 adb connect ip:20032 无法连接上 请教下 是什么原因

proud2008 commented 1 year ago

知道原因了,android已被其他pc无线的方式连接了,断开就好了

proud2008 commented 1 year ago

已解决