- Log
021/09/05 14:08:49.618 [I] [local.go:115] successful start-up of local tcp monitoring, port 2000
2021/09/05 14:08:50.622 [N] [local.go:142] try to connect to the server 1
2021/09/05 14:08:51.278 [E] [control.go:310] write udp 192.168.1.24:57014->0.0.0.0:8302: sendto: no route to host
2021/09/05 14:08:51.278 [E] [local.go:206] write udp 192.168.1.24:57014->0.0.0.0:8302: sendto: no route to host
2021/09/05 14:08:51.278 [N] [local.go:142] try to connect to the server 2
2021/09/05 14:08:51.905 [E] [local.go:206] listen udp 192.168.1.24:57014: bind: address already in use
2021/09/05 14:08:51.905 [N] [local.go:142] try to connect to the server 3
2021/09/05 14:08:52.536 [E] [local.go:206] listen udp 192.168.1.24:57014: bind: address already in use
2021/09/05 14:08:52.536 [N] [local.go:142] try to connect to the server 4
2021/09/05 14:08:53.157 [E] [local.go:206] listen udp 192.168.1.24:57014: bind: address already in use
2021/09/05 14:08:53.157 [N] [local.go:142] try to connect to the server 5
2021/09/05 14:08:53.768 [E] [local.go:206] listen udp 192.168.1.24:57014: bind: address already in use
2021/09/05 14:08:53.768 [N] [local.go:142] try to connect to the server 6
2021/09/05 14:08:54.410 [E] [local.go:206] listen udp 192.168.1.24:57014: bind: address already in use
2021/09/05 14:08:54.410 [N] [local.go:142] try to connect to the server 7
2021/09/05 14:08:55.065 [E] [local.go:206] listen udp 192.168.1.24:57014: bind: address already in use
2021/09/05 14:08:55.065 [N] [local.go:142] try to connect to the server 8
2021/09/05 14:08:55.687 [E] [local.go:206] listen udp 192.168.1.24:57014: bind: address already in use
2021/09/05 14:08:55.687 [N] [local.go:142] try to connect to the server 9
2021/09/05 14:08:56.324 [E] [local.go:206] listen udp 192.168.1.24:57014: bind: address already in use
2021/09/05 14:08:56.325 [N] [local.go:142] try to connect to the server 10
2021/09/05 14:08:56.968 [E] [local.go:206] listen udp 192.168.1.24:57014: bind: address already in use
2021/09/05 14:08:56.969 [N] [local.go:142] try to connect to the server 1
2021/09/05 14:08:57.621 [E] [control.go:310] write udp 192.168.1.24:50622->0.0.0.0:8302: sendto: no route to host
2021/09/05 14:08:57.621 [E] [local.go:206] write udp 192.168.1.24:50622->0.0.0.0:8302: sendto: no route to host
cmd
./npc -server=xxx -vkey=xxx -type=tcp -password=xxx -target=192.168.1.1
expect
can access
192.168.1.1
atlocalhost:2000
System
npc
Version: 0.26.10
Core version: 0.26.0
Same core version of client and server can connect each other
MacOS Bigsur 11.1.0
- On my Linux server, it works well with the same cmd.
1条答案
按热度按时间xfb7svmp1#
me too