One of netbird peer fails to connect to others #363

Closed
opened 2025-11-20 05:10:15 -05:00 by saavagebueno · 8 comments
Owner

Originally created by @samdulam on GitHub (Jun 13, 2023).

Describe the problem
Netbird client connects to management but not other peers. This is a new machine, I've a couple of old ones that are working fine.
OS: Ubuntu
Netbird installed using apt, version 0.21.3

NetBird status -d output:

Peers detail:
 nidhi-x2.samstech.local:
  NetBird IP: 100.83.221.132
  Public key: 0x29AQ1eESEfv6wE7bhabvx8Xx4fiWt3HcHgJWLY6QM=
  Status: Disconnected
  -- detail --
  Connection type:
  Direct: false
  ICE candidate (Local/Remote): -/-
  Last connection update: 0001-01-01 00:00:00

 brighty.samstech.local:
  NetBird IP: 100.83.226.33
  Public key: VJSC1eSRw/mHziabo9H8hEkHm0n64f/MGOSGJcIgcEU=
  Status: Disconnected
  -- detail --
  Connection type:
  Direct: false
  ICE candidate (Local/Remote): -/-
  Last connection update: 2023-06-13 08:52:20

 beasty.samstech.local:
  NetBird IP: 100.83.240.7
  Public key: 0AFp4zZN1/rAewN7yWuuX98VFySVKdKKNGPD1erAqSQ=
  Status: Connecting
  -- detail --
  Connection type:
  Direct: false
  ICE candidate (Local/Remote): -/-
  Last connection update: 2023-06-13 08:52:14

Daemon version: 0.21.3
CLI version: 0.21.3
Management: Connected to https://netbird.samstech.blog:33073
Signal: Connected to http://netbird.samstech.blog:10000
FQDN: ocf.samstech.local
NetBird IP: 100.83.62.136/16
Interface type: Kernel
Peers count: 0/3 Connected

iptables -L output

Chain INPUT (policy ACCEPT)
target     prot opt source               destination
ACCEPT     all  --  anywhere             anywhere             state RELATED,ESTABLISHED
ACCEPT     icmp --  anywhere             anywhere
ACCEPT     all  --  anywhere             anywhere
ACCEPT     udp  --  anywhere             anywhere             udp spt:ntp
ACCEPT     tcp  --  anywhere             anywhere             state NEW tcp dpt:ssh

Chain FORWARD (policy DROP)
target     prot opt source               destination
DOCKER-USER  all  --  anywhere             anywhere
DOCKER-ISOLATION-STAGE-1  all  --  anywhere             anywhere
ACCEPT     all  --  anywhere             anywhere             ctstate RELATED,ESTABLISHED
DOCKER     all  --  anywhere             anywhere
ACCEPT     all  --  anywhere             anywhere
ACCEPT     all  --  anywhere             anywhere
ACCEPT     all  --  anywhere             anywhere             ctstate RELATED,ESTABLISHED
DOCKER     all  --  anywhere             anywhere
ACCEPT     all  --  anywhere             anywhere
ACCEPT     all  --  anywhere             anywhere
ACCEPT     all  --  anywhere             anywhere             ctstate RELATED,ESTABLISHED
DOCKER     all  --  anywhere             anywhere
ACCEPT     all  --  anywhere             anywhere
ACCEPT     all  --  anywhere             anywhere
ACCEPT     all  --  anywhere             anywhere             ctstate RELATED,ESTABLISHED
DOCKER     all  --  anywhere             anywhere
ACCEPT     all  --  anywhere             anywhere
ACCEPT     all  --  anywhere             anywhere
REJECT     all  --  anywhere             anywhere             reject-with icmp-host-prohibited

Chain OUTPUT (policy ACCEPT)
target     prot opt source               destination
InstanceServices  all  --  anywhere             link-local/16

Chain DOCKER (4 references)
target     prot opt source               destination

Chain DOCKER-ISOLATION-STAGE-1 (1 references)
target     prot opt source               destination
DOCKER-ISOLATION-STAGE-2  all  --  anywhere             anywhere
DOCKER-ISOLATION-STAGE-2  all  --  anywhere             anywhere
DOCKER-ISOLATION-STAGE-2  all  --  anywhere             anywhere
DOCKER-ISOLATION-STAGE-2  all  --  anywhere             anywhere
RETURN     all  --  anywhere             anywhere

Chain DOCKER-ISOLATION-STAGE-2 (4 references)
target     prot opt source               destination
DROP       all  --  anywhere             anywhere
DROP       all  --  anywhere             anywhere
DROP       all  --  anywhere             anywhere
DROP       all  --  anywhere             anywhere
RETURN     all  --  anywhere             anywhere

Chain DOCKER-USER (1 references)
target     prot opt source               destination
RETURN     all  --  anywhere             anywhere
Originally created by @samdulam on GitHub (Jun 13, 2023). **Describe the problem** Netbird client connects to management but not other peers. This is a new machine, I've a couple of old ones that are working fine. OS: Ubuntu Netbird installed using apt, version 0.21.3 **NetBird status -d output:** ``` Peers detail: nidhi-x2.samstech.local: NetBird IP: 100.83.221.132 Public key: 0x29AQ1eESEfv6wE7bhabvx8Xx4fiWt3HcHgJWLY6QM= Status: Disconnected -- detail -- Connection type: Direct: false ICE candidate (Local/Remote): -/- Last connection update: 0001-01-01 00:00:00 brighty.samstech.local: NetBird IP: 100.83.226.33 Public key: VJSC1eSRw/mHziabo9H8hEkHm0n64f/MGOSGJcIgcEU= Status: Disconnected -- detail -- Connection type: Direct: false ICE candidate (Local/Remote): -/- Last connection update: 2023-06-13 08:52:20 beasty.samstech.local: NetBird IP: 100.83.240.7 Public key: 0AFp4zZN1/rAewN7yWuuX98VFySVKdKKNGPD1erAqSQ= Status: Connecting -- detail -- Connection type: Direct: false ICE candidate (Local/Remote): -/- Last connection update: 2023-06-13 08:52:14 Daemon version: 0.21.3 CLI version: 0.21.3 Management: Connected to https://netbird.samstech.blog:33073 Signal: Connected to http://netbird.samstech.blog:10000 FQDN: ocf.samstech.local NetBird IP: 100.83.62.136/16 Interface type: Kernel Peers count: 0/3 Connected ``` iptables -L output ``` Chain INPUT (policy ACCEPT) target prot opt source destination ACCEPT all -- anywhere anywhere state RELATED,ESTABLISHED ACCEPT icmp -- anywhere anywhere ACCEPT all -- anywhere anywhere ACCEPT udp -- anywhere anywhere udp spt:ntp ACCEPT tcp -- anywhere anywhere state NEW tcp dpt:ssh Chain FORWARD (policy DROP) target prot opt source destination DOCKER-USER all -- anywhere anywhere DOCKER-ISOLATION-STAGE-1 all -- anywhere anywhere ACCEPT all -- anywhere anywhere ctstate RELATED,ESTABLISHED DOCKER all -- anywhere anywhere ACCEPT all -- anywhere anywhere ACCEPT all -- anywhere anywhere ACCEPT all -- anywhere anywhere ctstate RELATED,ESTABLISHED DOCKER all -- anywhere anywhere ACCEPT all -- anywhere anywhere ACCEPT all -- anywhere anywhere ACCEPT all -- anywhere anywhere ctstate RELATED,ESTABLISHED DOCKER all -- anywhere anywhere ACCEPT all -- anywhere anywhere ACCEPT all -- anywhere anywhere ACCEPT all -- anywhere anywhere ctstate RELATED,ESTABLISHED DOCKER all -- anywhere anywhere ACCEPT all -- anywhere anywhere ACCEPT all -- anywhere anywhere REJECT all -- anywhere anywhere reject-with icmp-host-prohibited Chain OUTPUT (policy ACCEPT) target prot opt source destination InstanceServices all -- anywhere link-local/16 Chain DOCKER (4 references) target prot opt source destination Chain DOCKER-ISOLATION-STAGE-1 (1 references) target prot opt source destination DOCKER-ISOLATION-STAGE-2 all -- anywhere anywhere DOCKER-ISOLATION-STAGE-2 all -- anywhere anywhere DOCKER-ISOLATION-STAGE-2 all -- anywhere anywhere DOCKER-ISOLATION-STAGE-2 all -- anywhere anywhere RETURN all -- anywhere anywhere Chain DOCKER-ISOLATION-STAGE-2 (4 references) target prot opt source destination DROP all -- anywhere anywhere DROP all -- anywhere anywhere DROP all -- anywhere anywhere DROP all -- anywhere anywhere RETURN all -- anywhere anywhere Chain DOCKER-USER (1 references) target prot opt source destination RETURN all -- anywhere anywhere ```
Author
Owner

@samdulam commented on GitHub (Jun 13, 2023):

** netbird --log-level debug up -F output**

2023-06-13T08:58:33Z DEBG client/internal/login.go:93: connecting to the Management service https://netbird.samstech.blog:33073
2023-06-13T08:58:33Z DEBG client/internal/login.go:63: connected to the Management service https://netbird.samstech.blog:33073
2023-06-13T08:58:33Z DEBG client/internal/login.go:93: connecting to the Management service https://netbird.samstech.blog:33073
2023-06-13T08:58:33Z DEBG client/internal/login.go:63: connected to the Management service https://netbird.samstech.blog:33073
2023-06-13T08:58:33Z DEBG client/internal/connect.go:81: conecting to the Management service netbird.samstech.blog:33073
2023-06-13T08:58:33Z DEBG client/internal/connect.go:89: connected to the Management service netbird.samstech.blog:33073
2023-06-13T08:58:33Z DEBG signal/client/grpc.go:91: connected to Signal Service: netbird.samstech.blog:10000
2023-06-13T08:58:33Z DEBG client/internal/stdnet/filter.go:23: ignoring interface docker0 - it is not allowed
2023-06-13T08:58:33Z DEBG client/internal/stdnet/filter.go:23: ignoring interface br-3b20c38d5758 - it is not allowed
2023-06-13T08:58:33Z DEBG client/internal/stdnet/filter.go:23: ignoring interface br-66c6fd7ce3c8 - it is not allowed
2023-06-13T08:58:33Z DEBG client/internal/stdnet/filter.go:23: ignoring interface br-76cf3b25741d - it is not allowed
2023-06-13T08:58:33Z DEBG client/internal/routemanager/firewall_linux.go:36: iptables is supported
2023-06-13T08:58:33Z DEBG iface/iface_nonandroid.go:41: create WireGuard interface wt0
2023-06-13T08:58:33Z INFO iface/tun_linux.go:15: using kernel WireGuard
2023-06-13T08:58:33Z DEBG iface/tun_linux.go:58: adding device: wt0
2023-06-13T08:58:33Z DEBG iface/tun_linux.go:109: adding address 100.83.62.136/16 to interface: wt0
2023-06-13T08:58:33Z DEBG iface/tun_linux.go:74: setting MTU: 1280 interface: wt0
2023-06-13T08:58:33Z DEBG iface/tun_linux.go:81: bringing up interface: wt0
2023-06-13T08:58:33Z DEBG iface/iface.go:54: configuring Wireguard interface wt0
2023-06-13T08:58:33Z DEBG iface/wg_configurer_nonandroid.go:26: adding Wireguard private key
2023-06-13T08:58:33Z DEBG client/internal/dns/host_linux.go:34: discovered mode is: 3
2023-06-13T08:58:33Z DEBG client/internal/dns/systemd_linux.go:74: got dbus Link interface: /org/freedesktop/resolve1/link/_322 from net interface wt0 and index 22
2023-06-13T08:58:33Z DEBG signal/client/grpc.go:136: signal connection state READY
2023-06-13T08:58:33Z INFO signal/client/grpc.go:157: connected to the Signal Service stream
2023-06-13T08:58:33Z DEBG client/internal/engine.go:548: connecting to Management Service updates stream
2023-06-13T08:58:33Z INFO client/internal/connect.go:168: Netbird engine started, my IP is: 100.83.62.136/16
2023-06-13T08:58:33Z DEBG management/client/grpc.go:116: management connection state READY
2023-06-13T08:58:33Z INFO management/client/grpc.go:143: connected to the Management Service stream
2023-06-13T08:58:33Z DEBG management/client/grpc.go:249: got an update message from Management Service
2023-06-13T08:58:33Z DEBG client/internal/engine.go:574: got TURNs update from Management Service, updating
2023-06-13T08:58:33Z DEBG client/internal/engine.go:556: got STUNs update from Management Service, updating
2023-06-13T08:58:33Z DEBG client/internal/engine.go:605: got peers update from Management Service, total peers to connect to = 3
2023-06-13T08:58:33Z DEBG client/internal/engine.go:827: creating peer connection 0AFp4zZN1/rAewN7yWuuX98VFySVKdKKNGPD1erAqSQ=
2023-06-13T08:58:33Z DEBG client/internal/engine.go:827: creating peer connection VJSC1eSRw/mHziabo9H8hEkHm0n64f/MGOSGJcIgcEU=
2023-06-13T08:58:33Z DEBG client/internal/engine.go:827: creating peer connection 0x29AQ1eESEfv6wE7bhabvx8Xx4fiWt3HcHgJWLY6QM=
2023-06-13T08:58:33Z DEBG client/internal/dns/server.go:136: starting dns on 100.83.62.136:53
2023-06-13T08:58:33Z DEBG client/internal/routemanager/client.go:279: received a new client network route update for 10.100.199.0/24
2023-06-13T08:58:33Z WARN client/internal/routemanager/client.go:119: the network 10.100.199.0/24 has not been assigned a routing peer as no peers from the list [0AFp4zZN1/rAewN7yWuuX98VFySVKdKKNGPD1erAqSQ=] are currently connected
2023-06-13T08:58:33Z INFO client/internal/dns/systemd_linux.go:136: adding 1 search domains and 0 match domains. Search list: [samstech.local] , Match list: []
2023-06-13T08:58:34Z DEBG client/internal/peer/conn.go:216: trying to connect to peer VJSC1eSRw/mHziabo9H8hEkHm0n64f/MGOSGJcIgcEU=
2023-06-13T08:58:34Z DEBG client/internal/stdnet/filter.go:23: ignoring interface docker0 - it is not allowed
2023-06-13T08:58:34Z DEBG client/internal/stdnet/filter.go:23: ignoring interface br-3b20c38d5758 - it is not allowed
2023-06-13T08:58:34Z DEBG client/internal/stdnet/filter.go:23: ignoring interface br-66c6fd7ce3c8 - it is not allowed
2023-06-13T08:58:34Z DEBG client/internal/stdnet/filter.go:23: ignoring interface br-76cf3b25741d - it is not allowed
2023-06-13T08:58:34Z DEBG client/internal/stdnet/filter.go:23: ignoring interface wt0 - it is not allowed
2023-06-13T08:58:34Z DEBG client/internal/peer/conn.go:247: connection offer sent to peer VJSC1eSRw/mHziabo9H8hEkHm0n64f/MGOSGJcIgcEU=, waiting for the confirmation
2023-06-13T08:58:34Z DEBG client/internal/peer/conn.go:596: OnRemoteAnswer from peer VJSC1eSRw/mHziabo9H8hEkHm0n64f/MGOSGJcIgcEU= on status Disconnected
2023-06-13T08:58:34Z DEBG client/internal/peer/conn.go:268: received connection confirmation from peer VJSC1eSRw/mHziabo9H8hEkHm0n64f/MGOSGJcIgcEU= running version 0.21.3 and with remote WireGuard listen port 51820
2023-06-13T08:58:34Z DEBG client/internal/peer/conn.go:498: peer VJSC1eSRw/mHziabo9H8hEkHm0n64f/MGOSGJcIgcEU= ICE ConnectionState has changed to Checking
2023-06-13T08:58:34Z DEBG client/internal/peer/conn.go:481: discovered local candidate udp4 host 10.0.0.222:51820
2023-06-13T08:58:34Z DEBG client/internal/peer/conn.go:610: OnRemoteCandidate from peer VJSC1eSRw/mHziabo9H8hEkHm0n64f/MGOSGJcIgcEU= -> udp4 host 192.168.86.9:51820
2023-06-13T08:58:34Z DEBG client/internal/peer/conn.go:610: OnRemoteCandidate from peer VJSC1eSRw/mHziabo9H8hEkHm0n64f/MGOSGJcIgcEU= -> udp4 host 172.16.0.2:51820
2023-06-13T08:58:34Z DEBG iface/bind/udp_mux.go:351: ICE: registered 192.168.86.9:51820 for vAeQMOchwGprrcvU
2023-06-13T08:58:34Z DEBG iface/bind/udp_mux.go:351: ICE: registered 172.16.0.2:51820 for vAeQMOchwGprrcvU
2023-06-13T08:58:34Z DEBG client/internal/peer/conn.go:610: OnRemoteCandidate from peer VJSC1eSRw/mHziabo9H8hEkHm0n64f/MGOSGJcIgcEU= -> udp4 host 127.0.0.1:51820
2023-06-13T08:58:34Z DEBG iface/bind/udp_mux.go:351: ICE: registered 127.0.0.1:51820 for vAeQMOchwGprrcvU
2023-06-13T08:58:34Z DEBG client/internal/peer/conn.go:610: OnRemoteCandidate from peer VJSC1eSRw/mHziabo9H8hEkHm0n64f/MGOSGJcIgcEU= -> udp4 host 169.254.118.149:51820
2023-06-13T08:58:34Z DEBG iface/bind/udp_mux.go:351: ICE: registered 169.254.118.149:51820 for vAeQMOchwGprrcvU
2023-06-13T08:58:34Z DEBG client/internal/peer/conn.go:610: OnRemoteCandidate from peer VJSC1eSRw/mHziabo9H8hEkHm0n64f/MGOSGJcIgcEU= -> udp4 host 127.0.2.3:51820
2023-06-13T08:58:34Z DEBG iface/bind/udp_mux.go:351: ICE: registered 127.0.2.3:51820 for vAeQMOchwGprrcvU
2023-06-13T08:58:34Z DEBG client/internal/peer/conn.go:610: OnRemoteCandidate from peer VJSC1eSRw/mHziabo9H8hEkHm0n64f/MGOSGJcIgcEU= -> udp4 host 127.0.2.2:51820
2023-06-13T08:58:34Z DEBG iface/bind/udp_mux.go:351: ICE: registered 127.0.2.2:51820 for vAeQMOchwGprrcvU
2023-06-13T08:58:34Z DEBG client/internal/peer/conn.go:610: OnRemoteCandidate from peer VJSC1eSRw/mHziabo9H8hEkHm0n64f/MGOSGJcIgcEU= -> udp4 host 172.18.16.1:51820
2023-06-13T08:58:34Z DEBG iface/bind/udp_mux.go:351: ICE: registered 172.18.16.1:51820 for vAeQMOchwGprrcvU
2023-06-13T08:58:34Z DEBG client/internal/peer/conn.go:216: trying to connect to peer 0AFp4zZN1/rAewN7yWuuX98VFySVKdKKNGPD1erAqSQ=
2023-06-13T08:58:34Z DEBG client/internal/stdnet/filter.go:23: ignoring interface docker0 - it is not allowed
2023-06-13T08:58:34Z DEBG client/internal/stdnet/filter.go:23: ignoring interface br-3b20c38d5758 - it is not allowed
2023-06-13T08:58:34Z DEBG client/internal/stdnet/filter.go:23: ignoring interface br-66c6fd7ce3c8 - it is not allowed
2023-06-13T08:58:34Z DEBG client/internal/stdnet/filter.go:23: ignoring interface br-76cf3b25741d - it is not allowed
2023-06-13T08:58:34Z DEBG client/internal/stdnet/filter.go:23: ignoring interface wt0 - it is not allowed
2023-06-13T08:58:34Z DEBG client/internal/peer/conn.go:247: connection offer sent to peer 0AFp4zZN1/rAewN7yWuuX98VFySVKdKKNGPD1erAqSQ=, waiting for the confirmation
2023-06-13T08:58:34Z DEBG client/internal/peer/conn.go:596: OnRemoteAnswer from peer 0AFp4zZN1/rAewN7yWuuX98VFySVKdKKNGPD1erAqSQ= on status Disconnected
2023-06-13T08:58:34Z DEBG client/internal/peer/conn.go:268: received connection confirmation from peer 0AFp4zZN1/rAewN7yWuuX98VFySVKdKKNGPD1erAqSQ= running version 0.21.3 and with remote WireGuard listen port 51820
2023-06-13T08:58:34Z DEBG client/internal/peer/conn.go:498: peer 0AFp4zZN1/rAewN7yWuuX98VFySVKdKKNGPD1erAqSQ= ICE ConnectionState has changed to Checking
2023-06-13T08:58:34Z DEBG client/internal/peer/conn.go:481: discovered local candidate udp4 host 10.0.0.222:51820
2023-06-13T08:58:34Z DEBG client/internal/peer/conn.go:610: OnRemoteCandidate from peer 0AFp4zZN1/rAewN7yWuuX98VFySVKdKKNGPD1erAqSQ= -> udp4 host 10.100.199.4:51820
2023-06-13T08:58:34Z DEBG iface/bind/udp_mux.go:351: ICE: registered 10.100.199.4:51820 for CjXUddMyuYnagsiy
2023-06-13T08:58:34Z DEBG client/internal/peer/conn.go:216: trying to connect to peer 0x29AQ1eESEfv6wE7bhabvx8Xx4fiWt3HcHgJWLY6QM=
2023-06-13T08:58:34Z DEBG client/internal/stdnet/filter.go:23: ignoring interface docker0 - it is not allowed
2023-06-13T08:58:34Z DEBG client/internal/stdnet/filter.go:23: ignoring interface br-3b20c38d5758 - it is not allowed
2023-06-13T08:58:34Z DEBG client/internal/stdnet/filter.go:23: ignoring interface br-66c6fd7ce3c8 - it is not allowed
2023-06-13T08:58:34Z DEBG client/internal/stdnet/filter.go:23: ignoring interface br-76cf3b25741d - it is not allowed
2023-06-13T08:58:34Z DEBG client/internal/stdnet/filter.go:23: ignoring interface wt0 - it is not allowed
2023-06-13T08:58:34Z DEBG client/internal/peer/conn.go:247: connection offer sent to peer 0x29AQ1eESEfv6wE7bhabvx8Xx4fiWt3HcHgJWLY6QM=, waiting for the confirmation
2023-06-13T08:58:46Z DEBG client/internal/peer/conn.go:498: peer VJSC1eSRw/mHziabo9H8hEkHm0n64f/MGOSGJcIgcEU= ICE ConnectionState has changed to Failed
2023-06-13T08:58:46Z DEBG client/internal/peer/conn.go:413: trying to cleanup VJSC1eSRw/mHziabo9H8hEkHm0n64f/MGOSGJcIgcEU=
2023-06-13T08:58:46Z DEBG client/internal/peer/conn.go:451: cleaned up connection to peer VJSC1eSRw/mHziabo9H8hEkHm0n64f/MGOSGJcIgcEU=
2023-06-13T08:58:46Z DEBG client/internal/engine.go:808: connection to peer VJSC1eSRw/mHziabo9H8hEkHm0n64f/MGOSGJcIgcEU= failed: connecting canceled by caller
2023-06-13T08:58:46Z DEBG client/internal/peer/conn.go:498: peer VJSC1eSRw/mHziabo9H8hEkHm0n64f/MGOSGJcIgcEU= ICE ConnectionState has changed to Closed
2023-06-13T08:58:46Z DEBG client/internal/peer/conn.go:498: peer 0AFp4zZN1/rAewN7yWuuX98VFySVKdKKNGPD1erAqSQ= ICE ConnectionState has changed to Failed
2023-06-13T08:58:46Z DEBG client/internal/peer/conn.go:413: trying to cleanup 0AFp4zZN1/rAewN7yWuuX98VFySVKdKKNGPD1erAqSQ=
2023-06-13T08:58:46Z DEBG client/internal/peer/conn.go:451: cleaned up connection to peer 0AFp4zZN1/rAewN7yWuuX98VFySVKdKKNGPD1erAqSQ=
2023-06-13T08:58:46Z DEBG client/internal/engine.go:808: connection to peer 0AFp4zZN1/rAewN7yWuuX98VFySVKdKKNGPD1erAqSQ= failed: connecting canceled by caller
2023-06-13T08:58:46Z DEBG client/internal/peer/conn.go:498: peer 0AFp4zZN1/rAewN7yWuuX98VFySVKdKKNGPD1erAqSQ= ICE ConnectionState has changed to Closed
2023-06-13T08:58:47Z DEBG client/internal/peer/conn.go:581: OnRemoteOffer from peer 0AFp4zZN1/rAewN7yWuuX98VFySVKdKKNGPD1erAqSQ= on status Disconnected
2023-06-13T08:58:47Z DEBG client/internal/peer/conn.go:587: OnRemoteOffer skipping message from peer 0AFp4zZN1/rAewN7yWuuX98VFySVKdKKNGPD1erAqSQ= on status Disconnected because is not ready
2023-06-13T08:58:47Z DEBG client/internal/peer/conn.go:216: trying to connect to peer VJSC1eSRw/mHziabo9H8hEkHm0n64f/MGOSGJcIgcEU=
2023-06-13T08:58:47Z DEBG client/internal/stdnet/filter.go:23: ignoring interface docker0 - it is not allowed
2023-06-13T08:58:47Z DEBG client/internal/stdnet/filter.go:23: ignoring interface br-3b20c38d5758 - it is not allowed
2023-06-13T08:58:47Z DEBG client/internal/stdnet/filter.go:23: ignoring interface br-66c6fd7ce3c8 - it is not allowed
2023-06-13T08:58:47Z DEBG client/internal/stdnet/filter.go:23: ignoring interface br-76cf3b25741d - it is not allowed
2023-06-13T08:58:47Z DEBG client/internal/stdnet/filter.go:23: ignoring interface wt0 - it is not allowed
2023-06-13T08:58:47Z DEBG client/internal/peer/conn.go:247: connection offer sent to peer VJSC1eSRw/mHziabo9H8hEkHm0n64f/MGOSGJcIgcEU=, waiting for the confirmation
2023-06-13T08:58:48Z DEBG client/internal/peer/conn.go:581: OnRemoteOffer from peer VJSC1eSRw/mHziabo9H8hEkHm0n64f/MGOSGJcIgcEU= on status Disconnected
2023-06-13T08:58:48Z DEBG client/internal/peer/conn.go:513: sending answer to VJSC1eSRw/mHziabo9H8hEkHm0n64f/MGOSGJcIgcEU=
2023-06-13T08:58:48Z DEBG client/internal/peer/conn.go:268: received connection confirmation from peer VJSC1eSRw/mHziabo9H8hEkHm0n64f/MGOSGJcIgcEU= running version 0.21.3 and with remote WireGuard listen port 51820
2023-06-13T08:58:48Z DEBG client/internal/peer/conn.go:498: peer VJSC1eSRw/mHziabo9H8hEkHm0n64f/MGOSGJcIgcEU= ICE ConnectionState has changed to Checking
2023-06-13T08:58:48Z DEBG client/internal/peer/conn.go:481: discovered local candidate udp4 host 10.0.0.222:51820
2023-06-13T08:58:48Z DEBG client/internal/peer/conn.go:610: OnRemoteCandidate from peer VJSC1eSRw/mHziabo9H8hEkHm0n64f/MGOSGJcIgcEU= -> udp4 host 192.168.86.9:51820
2023-06-13T08:58:48Z DEBG client/internal/peer/conn.go:610: OnRemoteCandidate from peer VJSC1eSRw/mHziabo9H8hEkHm0n64f/MGOSGJcIgcEU= -> udp4 host 172.16.0.2:51820
2023-06-13T08:58:48Z DEBG iface/bind/udp_mux.go:351: ICE: registered 192.168.86.9:51820 for mJtPMntMdbQBsFqI
2023-06-13T08:58:48Z DEBG iface/bind/udp_mux.go:351: ICE: registered 172.16.0.2:51820 for mJtPMntMdbQBsFqI
2023-06-13T08:58:48Z DEBG client/internal/peer/conn.go:610: OnRemoteCandidate from peer VJSC1eSRw/mHziabo9H8hEkHm0n64f/MGOSGJcIgcEU= -> udp4 host 169.254.118.149:51820
2023-06-13T08:58:48Z DEBG iface/bind/udp_mux.go:351: ICE: registered 169.254.118.149:51820 for mJtPMntMdbQBsFqI
2023-06-13T08:58:48Z DEBG client/internal/peer/conn.go:610: OnRemoteCandidate from peer VJSC1eSRw/mHziabo9H8hEkHm0n64f/MGOSGJcIgcEU= -> udp4 host 127.0.0.1:51820
2023-06-13T08:58:48Z DEBG client/internal/peer/conn.go:610: OnRemoteCandidate from peer VJSC1eSRw/mHziabo9H8hEkHm0n64f/MGOSGJcIgcEU= -> udp4 host 127.0.2.2:51820
2023-06-13T08:58:48Z DEBG iface/bind/udp_mux.go:351: ICE: registered 127.0.0.1:51820 for mJtPMntMdbQBsFqI
2023-06-13T08:58:48Z DEBG iface/bind/udp_mux.go:351: ICE: registered 127.0.2.2:51820 for mJtPMntMdbQBsFqI
2023-06-13T08:58:48Z DEBG client/internal/peer/conn.go:610: OnRemoteCandidate from peer VJSC1eSRw/mHziabo9H8hEkHm0n64f/MGOSGJcIgcEU= -> udp4 host 127.0.2.3:51820
2023-06-13T08:58:48Z DEBG iface/bind/udp_mux.go:351: ICE: registered 127.0.2.3:51820 for mJtPMntMdbQBsFqI
2023-06-13T08:58:48Z DEBG client/internal/peer/conn.go:610: OnRemoteCandidate from peer VJSC1eSRw/mHziabo9H8hEkHm0n64f/MGOSGJcIgcEU= -> udp4 host 172.18.16.1:51820
2023-06-13T08:58:48Z DEBG iface/bind/udp_mux.go:351: ICE: registered 172.18.16.1:51820 for mJtPMntMdbQBsFqI
2023-06-13T08:58:48Z DEBG client/internal/peer/conn.go:216: trying to connect to peer 0AFp4zZN1/rAewN7yWuuX98VFySVKdKKNGPD1erAqSQ=
2023-06-13T08:58:48Z DEBG client/internal/stdnet/filter.go:23: ignoring interface docker0 - it is not allowed
2023-06-13T08:58:48Z DEBG client/internal/stdnet/filter.go:23: ignoring interface br-3b20c38d5758 - it is not allowed
2023-06-13T08:58:48Z DEBG client/internal/stdnet/filter.go:23: ignoring interface br-66c6fd7ce3c8 - it is not allowed
2023-06-13T08:58:48Z DEBG client/internal/stdnet/filter.go:23: ignoring interface br-76cf3b25741d - it is not allowed
2023-06-13T08:58:48Z DEBG client/internal/stdnet/filter.go:23: ignoring interface wt0 - it is not allowed
2023-06-13T08:58:48Z DEBG client/internal/peer/conn.go:247: connection offer sent to peer 0AFp4zZN1/rAewN7yWuuX98VFySVKdKKNGPD1erAqSQ=, waiting for the confirmation
2023-06-13T08:58:48Z DEBG client/internal/peer/conn.go:596: OnRemoteAnswer from peer 0AFp4zZN1/rAewN7yWuuX98VFySVKdKKNGPD1erAqSQ= on status Disconnected
2023-06-13T08:58:48Z DEBG client/internal/peer/conn.go:268: received connection confirmation from peer 0AFp4zZN1/rAewN7yWuuX98VFySVKdKKNGPD1erAqSQ= running version 0.21.3 and with remote WireGuard listen port 51820
2023-06-13T08:58:48Z DEBG client/internal/peer/conn.go:498: peer 0AFp4zZN1/rAewN7yWuuX98VFySVKdKKNGPD1erAqSQ= ICE ConnectionState has changed to Checking
2023-06-13T08:58:48Z DEBG client/internal/peer/conn.go:481: discovered local candidate udp4 host 10.0.0.222:51820
2023-06-13T08:58:48Z DEBG client/internal/peer/conn.go:610: OnRemoteCandidate from peer 0AFp4zZN1/rAewN7yWuuX98VFySVKdKKNGPD1erAqSQ= -> udp4 host 10.100.199.4:51820
2023-06-13T08:58:48Z DEBG iface/bind/udp_mux.go:351: ICE: registered 10.100.199.4:51820 for jwgjSYWXhjtCWHRx
2023-06-13T08:59:00Z DEBG client/internal/peer/conn.go:498: peer VJSC1eSRw/mHziabo9H8hEkHm0n64f/MGOSGJcIgcEU= ICE ConnectionState has changed to Failed
2023-06-13T08:59:00Z DEBG client/internal/peer/conn.go:413: trying to cleanup VJSC1eSRw/mHziabo9H8hEkHm0n64f/MGOSGJcIgcEU=
2023-06-13T08:59:00Z DEBG client/internal/peer/conn.go:451: cleaned up connection to peer VJSC1eSRw/mHziabo9H8hEkHm0n64f/MGOSGJcIgcEU=
2023-06-13T08:59:00Z DEBG client/internal/engine.go:808: connection to peer VJSC1eSRw/mHziabo9H8hEkHm0n64f/MGOSGJcIgcEU= failed: connecting canceled by caller
2023-06-13T08:59:00Z DEBG client/internal/peer/conn.go:498: peer VJSC1eSRw/mHziabo9H8hEkHm0n64f/MGOSGJcIgcEU= ICE ConnectionState has changed to Closed
2023-06-13T08:59:00Z DEBG client/internal/peer/conn.go:498: peer 0AFp4zZN1/rAewN7yWuuX98VFySVKdKKNGPD1erAqSQ= ICE ConnectionState has changed to Failed
2023-06-13T08:59:00Z DEBG client/internal/peer/conn.go:413: trying to cleanup 0AFp4zZN1/rAewN7yWuuX98VFySVKdKKNGPD1erAqSQ=
2023-06-13T08:59:00Z DEBG client/internal/peer/conn.go:451: cleaned up connection to peer 0AFp4zZN1/rAewN7yWuuX98VFySVKdKKNGPD1erAqSQ=
2023-06-13T08:59:00Z DEBG client/internal/engine.go:808: connection to peer 0AFp4zZN1/rAewN7yWuuX98VFySVKdKKNGPD1erAqSQ= failed: connecting canceled by caller
2023-06-13T08:59:00Z DEBG client/internal/peer/conn.go:498: peer 0AFp4zZN1/rAewN7yWuuX98VFySVKdKKNGPD1erAqSQ= ICE ConnectionState has changed to Closed
2023-06-13T08:59:01Z DEBG client/internal/peer/conn.go:216: trying to connect to peer 0AFp4zZN1/rAewN7yWuuX98VFySVKdKKNGPD1erAqSQ=
2023-06-13T08:59:01Z DEBG client/internal/stdnet/filter.go:23: ignoring interface docker0 - it is not allowed
2023-06-13T08:59:01Z DEBG client/internal/stdnet/filter.go:23: ignoring interface br-3b20c38d5758 - it is not allowed
2023-06-13T08:59:01Z DEBG client/internal/stdnet/filter.go:23: ignoring interface br-66c6fd7ce3c8 - it is not allowed
2023-06-13T08:59:01Z DEBG client/internal/stdnet/filter.go:23: ignoring interface br-76cf3b25741d - it is not allowed
2023-06-13T08:59:01Z DEBG client/internal/stdnet/filter.go:23: ignoring interface wt0 - it is not allowed
2023-06-13T08:59:01Z DEBG client/internal/peer/conn.go:247: connection offer sent to peer 0AFp4zZN1/rAewN7yWuuX98VFySVKdKKNGPD1erAqSQ=, waiting for the confirmation
2023-06-13T08:59:02Z DEBG client/internal/peer/conn.go:216: trying to connect to peer VJSC1eSRw/mHziabo9H8hEkHm0n64f/MGOSGJcIgcEU=
2023-06-13T08:59:02Z DEBG client/internal/stdnet/filter.go:23: ignoring interface docker0 - it is not allowed
2023-06-13T08:59:02Z DEBG client/internal/stdnet/filter.go:23: ignoring interface br-3b20c38d5758 - it is not allowed
2023-06-13T08:59:02Z DEBG client/internal/stdnet/filter.go:23: ignoring interface br-66c6fd7ce3c8 - it is not allowed
2023-06-13T08:59:02Z DEBG client/internal/stdnet/filter.go:23: ignoring interface br-76cf3b25741d - it is not allowed
2023-06-13T08:59:02Z DEBG client/internal/stdnet/filter.go:23: ignoring interface wt0 - it is not allowed
2023-06-13T08:59:02Z DEBG client/internal/peer/conn.go:247: connection offer sent to peer VJSC1eSRw/mHziabo9H8hEkHm0n64f/MGOSGJcIgcEU=, waiting for the confirmation
2023-06-13T08:59:02Z DEBG client/internal/peer/conn.go:581: OnRemoteOffer from peer 0AFp4zZN1/rAewN7yWuuX98VFySVKdKKNGPD1erAqSQ= on status Disconnected
2023-06-13T08:59:02Z DEBG client/internal/peer/conn.go:513: sending answer to 0AFp4zZN1/rAewN7yWuuX98VFySVKdKKNGPD1erAqSQ=
2023-06-13T08:59:02Z DEBG client/internal/peer/conn.go:268: received connection confirmation from peer 0AFp4zZN1/rAewN7yWuuX98VFySVKdKKNGPD1erAqSQ= running version 0.21.3 and with remote WireGuard listen port 51820
2023-06-13T08:59:02Z DEBG client/internal/peer/conn.go:498: peer 0AFp4zZN1/rAewN7yWuuX98VFySVKdKKNGPD1erAqSQ= ICE ConnectionState has changed to Checking
2023-06-13T08:59:02Z DEBG client/internal/peer/conn.go:481: discovered local candidate udp4 host 10.0.0.222:51820
2023-06-13T08:59:02Z DEBG client/internal/peer/conn.go:610: OnRemoteCandidate from peer 0AFp4zZN1/rAewN7yWuuX98VFySVKdKKNGPD1erAqSQ= -> udp4 host 10.100.199.4:51820
2023-06-13T08:59:02Z DEBG iface/bind/udp_mux.go:351: ICE: registered 10.100.199.4:51820 for VSbvUvgNgnGlLZvI
2023-06-13T08:59:02Z DEBG client/internal/peer/conn.go:581: OnRemoteOffer from peer VJSC1eSRw/mHziabo9H8hEkHm0n64f/MGOSGJcIgcEU= on status Disconnected
2023-06-13T08:59:02Z DEBG client/internal/peer/conn.go:513: sending answer to VJSC1eSRw/mHziabo9H8hEkHm0n64f/MGOSGJcIgcEU=
2023-06-13T08:59:02Z DEBG client/internal/peer/conn.go:268: received connection confirmation from peer VJSC1eSRw/mHziabo9H8hEkHm0n64f/MGOSGJcIgcEU= running version 0.21.3 and with remote WireGuard listen port 51820
2023-06-13T08:59:02Z DEBG client/internal/peer/conn.go:498: peer VJSC1eSRw/mHziabo9H8hEkHm0n64f/MGOSGJcIgcEU= ICE ConnectionState has changed to Checking
2023-06-13T08:59:02Z DEBG client/internal/peer/conn.go:481: discovered local candidate udp4 host 10.0.0.222:51820
2023-06-13T08:59:02Z DEBG client/internal/peer/conn.go:610: OnRemoteCandidate from peer VJSC1eSRw/mHziabo9H8hEkHm0n64f/MGOSGJcIgcEU= -> udp4 host 192.168.86.9:51820
2023-06-13T08:59:02Z DEBG client/internal/peer/conn.go:610: OnRemoteCandidate from peer VJSC1eSRw/mHziabo9H8hEkHm0n64f/MGOSGJcIgcEU= -> udp4 host 172.16.0.2:51820
2023-06-13T08:59:02Z DEBG client/internal/peer/conn.go:610: OnRemoteCandidate from peer VJSC1eSRw/mHziabo9H8hEkHm0n64f/MGOSGJcIgcEU= -> udp4 host 169.254.118.149:51820
2023-06-13T08:59:02Z DEBG iface/bind/udp_mux.go:351: ICE: registered 192.168.86.9:51820 for ZLvBwBBcdaRfrgVi
2023-06-13T08:59:02Z DEBG client/internal/peer/conn.go:610: OnRemoteCandidate from peer VJSC1eSRw/mHziabo9H8hEkHm0n64f/MGOSGJcIgcEU= -> udp4 host 127.0.2.2:51820
2023-06-13T08:59:02Z DEBG iface/bind/udp_mux.go:351: ICE: registered 172.16.0.2:51820 for ZLvBwBBcdaRfrgVi
2023-06-13T08:59:02Z DEBG client/internal/peer/conn.go:610: OnRemoteCandidate from peer VJSC1eSRw/mHziabo9H8hEkHm0n64f/MGOSGJcIgcEU= -> udp4 host 127.0.0.1:51820
2023-06-13T08:59:02Z DEBG iface/bind/udp_mux.go:351: ICE: registered 169.254.118.149:51820 for ZLvBwBBcdaRfrgVi
2023-06-13T08:59:02Z DEBG iface/bind/udp_mux.go:351: ICE: registered 127.0.2.2:51820 for ZLvBwBBcdaRfrgVi
2023-06-13T08:59:02Z DEBG client/internal/peer/conn.go:610: OnRemoteCandidate from peer VJSC1eSRw/mHziabo9H8hEkHm0n64f/MGOSGJcIgcEU= -> udp4 host 127.0.2.3:51820
2023-06-13T08:59:02Z DEBG iface/bind/udp_mux.go:351: ICE: registered 127.0.0.1:51820 for ZLvBwBBcdaRfrgVi
2023-06-13T08:59:02Z DEBG client/internal/peer/conn.go:610: OnRemoteCandidate from peer VJSC1eSRw/mHziabo9H8hEkHm0n64f/MGOSGJcIgcEU= -> udp4 host 172.18.16.1:51820
2023-06-13T08:59:02Z DEBG iface/bind/udp_mux.go:351: ICE: registered 127.0.2.3:51820 for ZLvBwBBcdaRfrgVi
2023-06-13T08:59:02Z DEBG iface/bind/udp_mux.go:351: ICE: registered 172.18.16.1:51820 for ZLvBwBBcdaRfrgVi
2023-06-13T08:59:11Z DEBG client/internal/peer/conn.go:413: trying to cleanup 0x29AQ1eESEfv6wE7bhabvx8Xx4fiWt3HcHgJWLY6QM=
2023-06-13T08:59:11Z DEBG client/internal/peer/conn.go:451: cleaned up connection to peer 0x29AQ1eESEfv6wE7bhabvx8Xx4fiWt3HcHgJWLY6QM=
2023-06-13T08:59:11Z DEBG client/internal/engine.go:808: connection to peer 0x29AQ1eESEfv6wE7bhabvx8Xx4fiWt3HcHgJWLY6QM= failed: connection to peer 0x29AQ1eESEfv6wE7bhabvx8Xx4fiWt3HcHgJWLY6QM= timed out after 37.138s
2023-06-13T08:59:11Z DEBG client/internal/peer/conn.go:498: peer 0x29AQ1eESEfv6wE7bhabvx8Xx4fiWt3HcHgJWLY6QM= ICE ConnectionState has changed to Closed
2023-06-13T08:59:13Z DEBG client/internal/peer/conn.go:216: trying to connect to peer 0x29AQ1eESEfv6wE7bhabvx8Xx4fiWt3HcHgJWLY6QM=
2023-06-13T08:59:13Z DEBG client/internal/stdnet/filter.go:23: ignoring interface docker0 - it is not allowed
2023-06-13T08:59:13Z DEBG client/internal/stdnet/filter.go:23: ignoring interface br-3b20c38d5758 - it is not allowed
2023-06-13T08:59:13Z DEBG client/internal/stdnet/filter.go:23: ignoring interface br-66c6fd7ce3c8 - it is not allowed
2023-06-13T08:59:13Z DEBG client/internal/stdnet/filter.go:23: ignoring interface br-76cf3b25741d - it is not allowed
2023-06-13T08:59:13Z DEBG client/internal/stdnet/filter.go:23: ignoring interface wt0 - it is not allowed
2023-06-13T08:59:13Z DEBG client/internal/peer/conn.go:247: connection offer sent to peer 0x29AQ1eESEfv6wE7bhabvx8Xx4fiWt3HcHgJWLY6QM=, waiting for the confirmation
2023-06-13T08:59:14Z DEBG client/internal/peer/conn.go:498: peer 0AFp4zZN1/rAewN7yWuuX98VFySVKdKKNGPD1erAqSQ= ICE ConnectionState has changed to Failed
2023-06-13T08:59:14Z DEBG client/internal/peer/conn.go:413: trying to cleanup 0AFp4zZN1/rAewN7yWuuX98VFySVKdKKNGPD1erAqSQ=
2023-06-13T08:59:14Z DEBG client/internal/peer/conn.go:451: cleaned up connection to peer 0AFp4zZN1/rAewN7yWuuX98VFySVKdKKNGPD1erAqSQ=
2023-06-13T08:59:14Z DEBG client/internal/engine.go:808: connection to peer 0AFp4zZN1/rAewN7yWuuX98VFySVKdKKNGPD1erAqSQ= failed: connecting canceled by caller
2023-06-13T08:59:14Z DEBG client/internal/peer/conn.go:498: peer 0AFp4zZN1/rAewN7yWuuX98VFySVKdKKNGPD1erAqSQ= ICE ConnectionState has changed to Closed
2023-06-13T08:59:14Z DEBG client/internal/peer/conn.go:498: peer VJSC1eSRw/mHziabo9H8hEkHm0n64f/MGOSGJcIgcEU= ICE ConnectionState has changed to Failed
2023-06-13T08:59:14Z DEBG client/internal/peer/conn.go:413: trying to cleanup VJSC1eSRw/mHziabo9H8hEkHm0n64f/MGOSGJcIgcEU=
2023-06-13T08:59:14Z DEBG client/internal/peer/conn.go:498: peer VJSC1eSRw/mHziabo9H8hEkHm0n64f/MGOSGJcIgcEU= ICE ConnectionState has changed to Closed
2023-06-13T08:59:14Z DEBG client/internal/peer/conn.go:451: cleaned up connection to peer VJSC1eSRw/mHziabo9H8hEkHm0n64f/MGOSGJcIgcEU=
2023-06-13T08:59:14Z DEBG client/internal/engine.go:808: connection to peer VJSC1eSRw/mHziabo9H8hEkHm0n64f/MGOSGJcIgcEU= failed: connecting canceled by caller
2023-06-13T08:59:15Z DEBG client/internal/peer/conn.go:216: trying to connect to peer 0AFp4zZN1/rAewN7yWuuX98VFySVKdKKNGPD1erAqSQ=
2023-06-13T08:59:15Z DEBG client/internal/stdnet/filter.go:23: ignoring interface docker0 - it is not allowed
2023-06-13T08:59:15Z DEBG client/internal/stdnet/filter.go:23: ignoring interface br-3b20c38d5758 - it is not allowed
2023-06-13T08:59:15Z DEBG client/internal/stdnet/filter.go:23: ignoring interface br-66c6fd7ce3c8 - it is not allowed
2023-06-13T08:59:15Z DEBG client/internal/stdnet/filter.go:23: ignoring interface br-76cf3b25741d - it is not allowed
2023-06-13T08:59:15Z DEBG client/internal/stdnet/filter.go:23: ignoring interface wt0 - it is not allowed
2023-06-13T08:59:15Z DEBG client/internal/peer/conn.go:247: connection offer sent to peer 0AFp4zZN1/rAewN7yWuuX98VFySVKdKKNGPD1erAqSQ=, waiting for the confirmation
2023-06-13T08:59:15Z DEBG client/internal/peer/conn.go:216: trying to connect to peer VJSC1eSRw/mHziabo9H8hEkHm0n64f/MGOSGJcIgcEU=
2023-06-13T08:59:15Z DEBG client/internal/stdnet/filter.go:23: ignoring interface docker0 - it is not allowed
2023-06-13T08:59:15Z DEBG client/internal/stdnet/filter.go:23: ignoring interface br-3b20c38d5758 - it is not allowed
2023-06-13T08:59:15Z DEBG client/internal/stdnet/filter.go:23: ignoring interface br-66c6fd7ce3c8 - it is not allowed
2023-06-13T08:59:15Z DEBG client/internal/stdnet/filter.go:23: ignoring interface br-76cf3b25741d - it is not allowed
2023-06-13T08:59:15Z DEBG client/internal/stdnet/filter.go:23: ignoring interface wt0 - it is not allowed
2023-06-13T08:59:15Z DEBG client/internal/peer/conn.go:247: connection offer sent to peer VJSC1eSRw/mHziabo9H8hEkHm0n64f/MGOSGJcIgcEU=, waiting for the confirmation
2023-06-13T08:59:15Z DEBG client/internal/peer/conn.go:581: OnRemoteOffer from peer 0AFp4zZN1/rAewN7yWuuX98VFySVKdKKNGPD1erAqSQ= on status Disconnected
2023-06-13T08:59:15Z DEBG client/internal/peer/conn.go:513: sending answer to 0AFp4zZN1/rAewN7yWuuX98VFySVKdKKNGPD1erAqSQ=
2023-06-13T08:59:15Z DEBG client/internal/peer/conn.go:268: received connection confirmation from peer 0AFp4zZN1/rAewN7yWuuX98VFySVKdKKNGPD1erAqSQ= running version 0.21.3 and with remote WireGuard listen port 51820
2023-06-13T08:59:15Z DEBG client/internal/peer/conn.go:498: peer 0AFp4zZN1/rAewN7yWuuX98VFySVKdKKNGPD1erAqSQ= ICE ConnectionState has changed to Checking
2023-06-13T08:59:15Z DEBG client/internal/peer/conn.go:481: discovered local candidate udp4 host 10.0.0.222:51820
2023-06-13T08:59:15Z DEBG client/internal/peer/conn.go:610: OnRemoteCandidate from peer 0AFp4zZN1/rAewN7yWuuX98VFySVKdKKNGPD1erAqSQ= -> udp4 host 10.100.199.4:51820
2023-06-13T08:59:15Z DEBG iface/bind/udp_mux.go:351: ICE: registered 10.100.199.4:51820 for YaBUvruovotLutkn
2023-06-13T08:59:16Z DEBG client/internal/peer/conn.go:581: OnRemoteOffer from peer VJSC1eSRw/mHziabo9H8hEkHm0n64f/MGOSGJcIgcEU= on status Disconnected
2023-06-13T08:59:16Z DEBG client/internal/peer/conn.go:513: sending answer to VJSC1eSRw/mHziabo9H8hEkHm0n64f/MGOSGJcIgcEU=
2023-06-13T08:59:16Z DEBG client/internal/peer/conn.go:268: received connection confirmation from peer VJSC1eSRw/mHziabo9H8hEkHm0n64f/MGOSGJcIgcEU= running version 0.21.3 and with remote WireGuard listen port 51820
2023-06-13T08:59:16Z DEBG client/internal/peer/conn.go:498: peer VJSC1eSRw/mHziabo9H8hEkHm0n64f/MGOSGJcIgcEU= ICE ConnectionState has changed to Checking
2023-06-13T08:59:16Z DEBG client/internal/peer/conn.go:481: discovered local candidate udp4 host 10.0.0.222:51820
2023-06-13T08:59:27Z DEBG client/internal/peer/conn.go:498: peer 0AFp4zZN1/rAewN7yWuuX98VFySVKdKKNGPD1erAqSQ= ICE ConnectionState has changed to Failed
2023-06-13T08:59:27Z DEBG client/internal/peer/conn.go:413: trying to cleanup 0AFp4zZN1/rAewN7yWuuX98VFySVKdKKNGPD1erAqSQ=
2023-06-13T08:59:27Z DEBG client/internal/peer/conn.go:451: cleaned up connection to peer 0AFp4zZN1/rAewN7yWuuX98VFySVKdKKNGPD1erAqSQ=
2023-06-13T08:59:27Z DEBG client/internal/engine.go:808: connection to peer 0AFp4zZN1/rAewN7yWuuX98VFySVKdKKNGPD1erAqSQ= failed: connecting canceled by caller
2023-06-13T08:59:27Z DEBG client/internal/peer/conn.go:498: peer 0AFp4zZN1/rAewN7yWuuX98VFySVKdKKNGPD1erAqSQ= ICE ConnectionState has changed to Closed
2023-06-13T08:59:28Z DEBG client/internal/peer/conn.go:498: peer VJSC1eSRw/mHziabo9H8hEkHm0n64f/MGOSGJcIgcEU= ICE ConnectionState has changed to Failed
2023-06-13T08:59:28Z DEBG client/internal/peer/conn.go:413: trying to cleanup VJSC1eSRw/mHziabo9H8hEkHm0n64f/MGOSGJcIgcEU=
2023-06-13T08:59:28Z DEBG client/internal/peer/conn.go:451: cleaned up connection to peer VJSC1eSRw/mHziabo9H8hEkHm0n64f/MGOSGJcIgcEU=
2023-06-13T08:59:28Z DEBG client/internal/engine.go:808: connection to peer VJSC1eSRw/mHziabo9H8hEkHm0n64f/MGOSGJcIgcEU= failed: connecting canceled by caller
2023-06-13T08:59:28Z DEBG client/internal/peer/conn.go:498: peer VJSC1eSRw/mHziabo9H8hEkHm0n64f/MGOSGJcIgcEU= ICE ConnectionState has changed to Closed
2023-06-13T08:59:28Z DEBG client/internal/peer/conn.go:581: OnRemoteOffer from peer 0AFp4zZN1/rAewN7yWuuX98VFySVKdKKNGPD1erAqSQ= on status Disconnected
2023-06-13T08:59:28Z DEBG client/internal/peer/conn.go:587: OnRemoteOffer skipping message from peer 0AFp4zZN1/rAewN7yWuuX98VFySVKdKKNGPD1erAqSQ= on status Disconnected because is not ready
2023-06-13T08:59:29Z DEBG client/internal/peer/conn.go:216: trying to connect to peer 0AFp4zZN1/rAewN7yWuuX98VFySVKdKKNGPD1erAqSQ=
2023-06-13T08:59:29Z DEBG client/internal/stdnet/filter.go:23: ignoring interface docker0 - it is not allowed
2023-06-13T08:59:29Z DEBG client/internal/stdnet/filter.go:23: ignoring interface br-3b20c38d5758 - it is not allowed
2023-06-13T08:59:29Z DEBG client/internal/stdnet/filter.go:23: ignoring interface br-66c6fd7ce3c8 - it is not allowed
2023-06-13T08:59:29Z DEBG client/internal/stdnet/filter.go:23: ignoring interface br-76cf3b25741d - it is not allowed
2023-06-13T08:59:29Z DEBG client/internal/stdnet/filter.go:23: ignoring interface wt0 - it is not allowed
2023-06-13T08:59:29Z DEBG client/internal/peer/conn.go:247: connection offer sent to peer 0AFp4zZN1/rAewN7yWuuX98VFySVKdKKNGPD1erAqSQ=, waiting for the confirmation
2023-06-13T08:59:29Z DEBG client/internal/peer/conn.go:596: OnRemoteAnswer from peer 0AFp4zZN1/rAewN7yWuuX98VFySVKdKKNGPD1erAqSQ= on status Disconnected
2023-06-13T08:59:29Z DEBG client/internal/peer/conn.go:268: received connection confirmation from peer 0AFp4zZN1/rAewN7yWuuX98VFySVKdKKNGPD1erAqSQ= running version 0.21.3 and with remote WireGuard listen port 51820
2023-06-13T08:59:29Z DEBG client/internal/peer/conn.go:498: peer 0AFp4zZN1/rAewN7yWuuX98VFySVKdKKNGPD1erAqSQ= ICE ConnectionState has changed to Checking
2023-06-13T08:59:29Z DEBG client/internal/peer/conn.go:481: discovered local candidate udp4 host 10.0.0.222:51820
2023-06-13T08:59:29Z DEBG client/internal/peer/conn.go:610: OnRemoteCandidate from peer 0AFp4zZN1/rAewN7yWuuX98VFySVKdKKNGPD1erAqSQ= -> udp4 host 10.100.199.4:51820
2023-06-13T08:59:29Z DEBG iface/bind/udp_mux.go:351: ICE: registered 10.100.199.4:51820 for oXHzBujZCaDrjOFR
2023-06-13T08:59:29Z DEBG client/internal/peer/conn.go:216: trying to connect to peer VJSC1eSRw/mHziabo9H8hEkHm0n64f/MGOSGJcIgcEU=
2023-06-13T08:59:29Z DEBG client/internal/stdnet/filter.go:23: ignoring interface docker0 - it is not allowed
2023-06-13T08:59:29Z DEBG client/internal/stdnet/filter.go:23: ignoring interface br-3b20c38d5758 - it is not allowed
2023-06-13T08:59:29Z DEBG client/internal/stdnet/filter.go:23: ignoring interface br-66c6fd7ce3c8 - it is not allowed
2023-06-13T08:59:29Z DEBG client/internal/stdnet/filter.go:23: ignoring interface br-76cf3b25741d - it is not allowed
2023-06-13T08:59:29Z DEBG client/internal/stdnet/filter.go:23: ignoring interface wt0 - it is not allowed
2023-06-13T08:59:29Z DEBG client/internal/peer/conn.go:247: connection offer sent to peer VJSC1eSRw/mHziabo9H8hEkHm0n64f/MGOSGJcIgcEU=, waiting for the confirmation
2023-06-13T08:59:29Z DEBG client/internal/peer/conn.go:596: OnRemoteAnswer from peer VJSC1eSRw/mHziabo9H8hEkHm0n64f/MGOSGJcIgcEU= on status Disconnected
2023-06-13T08:59:29Z DEBG client/internal/peer/conn.go:268: received connection confirmation from peer VJSC1eSRw/mHziabo9H8hEkHm0n64f/MGOSGJcIgcEU= running version 0.21.3 and with remote WireGuard listen port 51820
2023-06-13T08:59:29Z DEBG client/internal/peer/conn.go:498: peer VJSC1eSRw/mHziabo9H8hEkHm0n64f/MGOSGJcIgcEU= ICE ConnectionState has changed to Checking
2023-06-13T08:59:29Z DEBG client/internal/peer/conn.go:481: discovered local candidate udp4 host 10.0.0.222:51820
2023-06-13T08:59:29Z DEBG client/internal/peer/conn.go:610: OnRemoteCandidate from peer VJSC1eSRw/mHziabo9H8hEkHm0n64f/MGOSGJcIgcEU= -> udp4 host 192.168.86.9:51820
2023-06-13T08:59:29Z DEBG client/internal/peer/conn.go:610: OnRemoteCandidate from peer VJSC1eSRw/mHziabo9H8hEkHm0n64f/MGOSGJcIgcEU= -> udp4 host 172.16.0.2:51820
2023-06-13T08:59:29Z DEBG iface/bind/udp_mux.go:351: ICE: registered 192.168.86.9:51820 for sDNHXgNzcokWOUUj
2023-06-13T08:59:29Z DEBG iface/bind/udp_mux.go:351: ICE: registered 172.16.0.2:51820 for sDNHXgNzcokWOUUj
2023-06-13T08:59:29Z DEBG client/internal/peer/conn.go:610: OnRemoteCandidate from peer VJSC1eSRw/mHziabo9H8hEkHm0n64f/MGOSGJcIgcEU= -> udp4 host 169.254.118.149:51820
2023-06-13T08:59:29Z DEBG client/internal/peer/conn.go:610: OnRemoteCandidate from peer VJSC1eSRw/mHziabo9H8hEkHm0n64f/MGOSGJcIgcEU= -> udp4 host 127.0.2.2:51820
2023-06-13T08:59:29Z DEBG iface/bind/udp_mux.go:351: ICE: registered 169.254.118.149:51820 for sDNHXgNzcokWOUUj
2023-06-13T08:59:29Z DEBG client/internal/peer/conn.go:610: OnRemoteCandidate from peer VJSC1eSRw/mHziabo9H8hEkHm0n64f/MGOSGJcIgcEU= -> udp4 host 127.0.0.1:51820
2023-06-13T08:59:29Z DEBG iface/bind/udp_mux.go:351: ICE: registered 127.0.2.2:51820 for sDNHXgNzcokWOUUj
2023-06-13T08:59:29Z DEBG iface/bind/udp_mux.go:351: ICE: registered 127.0.0.1:51820 for sDNHXgNzcokWOUUj
2023-06-13T08:59:29Z DEBG client/internal/peer/conn.go:610: OnRemoteCandidate from peer VJSC1eSRw/mHziabo9H8hEkHm0n64f/MGOSGJcIgcEU= -> udp4 host 172.18.16.1:51820
2023-06-13T08:59:29Z DEBG iface/bind/udp_mux.go:351: ICE: registered 172.18.16.1:51820 for sDNHXgNzcokWOUUj
2023-06-13T08:59:29Z DEBG client/internal/peer/conn.go:610: OnRemoteCandidate from peer VJSC1eSRw/mHziabo9H8hEkHm0n64f/MGOSGJcIgcEU= -> udp4 host 127.0.2.3:51820
2023-06-13T08:59:29Z DEBG iface/bind/udp_mux.go:351: ICE: registered 127.0.2.3:51820 for sDNHXgNzcokWOUUj
2023-06-13T08:59:41Z DEBG client/internal/peer/conn.go:498: peer 0AFp4zZN1/rAewN7yWuuX98VFySVKdKKNGPD1erAqSQ= ICE ConnectionState has changed to Failed
2023-06-13T08:59:41Z DEBG client/internal/peer/conn.go:413: trying to cleanup 0AFp4zZN1/rAewN7yWuuX98VFySVKdKKNGPD1erAqSQ=
2023-06-13T08:59:41Z DEBG client/internal/peer/conn.go:451: cleaned up connection to peer 0AFp4zZN1/rAewN7yWuuX98VFySVKdKKNGPD1erAqSQ=
2023-06-13T08:59:41Z DEBG client/internal/engine.go:808: connection to peer 0AFp4zZN1/rAewN7yWuuX98VFySVKdKKNGPD1erAqSQ= failed: connecting canceled by caller
2023-06-13T08:59:41Z DEBG client/internal/peer/conn.go:498: peer 0AFp4zZN1/rAewN7yWuuX98VFySVKdKKNGPD1erAqSQ= ICE ConnectionState has changed to Closed
2023-06-13T08:59:42Z DEBG client/internal/peer/conn.go:498: peer VJSC1eSRw/mHziabo9H8hEkHm0n64f/MGOSGJcIgcEU= ICE ConnectionState has changed to Failed
2023-06-13T08:59:42Z DEBG client/internal/peer/conn.go:413: trying to cleanup VJSC1eSRw/mHziabo9H8hEkHm0n64f/MGOSGJcIgcEU=
2023-06-13T08:59:42Z DEBG client/internal/peer/conn.go:498: peer VJSC1eSRw/mHziabo9H8hEkHm0n64f/MGOSGJcIgcEU= ICE ConnectionState has changed to Closed
2023-06-13T08:59:42Z DEBG client/internal/peer/conn.go:451: cleaned up connection to peer VJSC1eSRw/mHziabo9H8hEkHm0n64f/MGOSGJcIgcEU=
2023-06-13T08:59:42Z DEBG client/internal/engine.go:808: connection to peer VJSC1eSRw/mHziabo9H8hEkHm0n64f/MGOSGJcIgcEU= failed: connecting canceled by caller
2023-06-13T08:59:42Z DEBG client/internal/peer/conn.go:216: trying to connect to peer 0AFp4zZN1/rAewN7yWuuX98VFySVKdKKNGPD1erAqSQ=
2023-06-13T08:59:42Z DEBG client/internal/stdnet/filter.go:23: ignoring interface docker0 - it is not allowed
2023-06-13T08:59:42Z DEBG client/internal/stdnet/filter.go:23: ignoring interface br-3b20c38d5758 - it is not allowed
2023-06-13T08:59:42Z DEBG client/internal/stdnet/filter.go:23: ignoring interface br-66c6fd7ce3c8 - it is not allowed
2023-06-13T08:59:42Z DEBG client/internal/stdnet/filter.go:23: ignoring interface br-76cf3b25741d - it is not allowed
2023-06-13T08:59:42Z DEBG client/internal/stdnet/filter.go:23: ignoring interface wt0 - it is not allowed
2023-06-13T08:59:42Z DEBG client/internal/peer/conn.go:247: connection offer sent to peer 0AFp4zZN1/rAewN7yWuuX98VFySVKdKKNGPD1erAqSQ=, waiting for the confirmation
2023-06-13T08:59:43Z DEBG client/internal/peer/conn.go:581: OnRemoteOffer from peer 0AFp4zZN1/rAewN7yWuuX98VFySVKdKKNGPD1erAqSQ= on status Disconnected
2023-06-13T08:59:43Z DEBG client/internal/peer/conn.go:513: sending answer to 0AFp4zZN1/rAewN7yWuuX98VFySVKdKKNGPD1erAqSQ=
2023-06-13T08:59:43Z DEBG client/internal/peer/conn.go:268: received connection confirmation from peer 0AFp4zZN1/rAewN7yWuuX98VFySVKdKKNGPD1erAqSQ= running version 0.21.3 and with remote WireGuard listen port 51820
2023-06-13T08:59:43Z DEBG client/internal/peer/conn.go:498: peer 0AFp4zZN1/rAewN7yWuuX98VFySVKdKKNGPD1erAqSQ= ICE ConnectionState has changed to Checking
2023-06-13T08:59:43Z DEBG client/internal/peer/conn.go:481: discovered local candidate udp4 host 10.0.0.222:51820
2023-06-13T08:59:43Z DEBG client/internal/peer/conn.go:581: OnRemoteOffer from peer VJSC1eSRw/mHziabo9H8hEkHm0n64f/MGOSGJcIgcEU= on status Disconnected
2023-06-13T08:59:43Z DEBG client/internal/peer/conn.go:587: OnRemoteOffer skipping message from peer VJSC1eSRw/mHziabo9H8hEkHm0n64f/MGOSGJcIgcEU= on status Disconnected because is not ready
2023-06-13T08:59:44Z DEBG client/internal/peer/conn.go:216: trying to connect to peer VJSC1eSRw/mHziabo9H8hEkHm0n64f/MGOSGJcIgcEU=
2023-06-13T08:59:44Z DEBG client/internal/stdnet/filter.go:23: ignoring interface docker0 - it is not allowed
2023-06-13T08:59:44Z DEBG client/internal/stdnet/filter.go:23: ignoring interface br-3b20c38d5758 - it is not allowed
2023-06-13T08:59:44Z DEBG client/internal/stdnet/filter.go:23: ignoring interface br-66c6fd7ce3c8 - it is not allowed
2023-06-13T08:59:44Z DEBG client/internal/stdnet/filter.go:23: ignoring interface br-76cf3b25741d - it is not allowed
2023-06-13T08:59:44Z DEBG client/internal/stdnet/filter.go:23: ignoring interface wt0 - it is not allowed
2023-06-13T08:59:44Z DEBG client/internal/peer/conn.go:247: connection offer sent to peer VJSC1eSRw/mHziabo9H8hEkHm0n64f/MGOSGJcIgcEU=, waiting for the confirmation
2023-06-13T08:59:44Z DEBG client/internal/peer/conn.go:596: OnRemoteAnswer from peer VJSC1eSRw/mHziabo9H8hEkHm0n64f/MGOSGJcIgcEU= on status Disconnected
2023-06-13T08:59:44Z DEBG client/internal/peer/conn.go:268: received connection confirmation from peer VJSC1eSRw/mHziabo9H8hEkHm0n64f/MGOSGJcIgcEU= running version 0.21.3 and with remote WireGuard listen port 51820
2023-06-13T08:59:44Z DEBG client/internal/peer/conn.go:498: peer VJSC1eSRw/mHziabo9H8hEkHm0n64f/MGOSGJcIgcEU= ICE ConnectionState has changed to Checking
2023-06-13T08:59:44Z DEBG client/internal/peer/conn.go:481: discovered local candidate udp4 host 10.0.0.222:51820
2023-06-13T08:59:44Z DEBG client/internal/peer/conn.go:610: OnRemoteCandidate from peer VJSC1eSRw/mHziabo9H8hEkHm0n64f/MGOSGJcIgcEU= -> udp4 host 172.18.16.1:51820
2023-06-13T08:59:44Z DEBG client/internal/peer/conn.go:610: OnRemoteCandidate from peer VJSC1eSRw/mHziabo9H8hEkHm0n64f/MGOSGJcIgcEU= -> udp4 host 172.16.0.2:51820
2023-06-13T08:59:44Z DEBG iface/bind/udp_mux.go:351: ICE: registered 172.18.16.1:51820 for IiaCsgdZThFOkJlJ
2023-06-13T08:59:44Z DEBG client/internal/peer/conn.go:610: OnRemoteCandidate from peer VJSC1eSRw/mHziabo9H8hEkHm0n64f/MGOSGJcIgcEU= -> udp4 host 192.168.86.9:51820
2023-06-13T08:59:44Z DEBG iface/bind/udp_mux.go:351: ICE: registered 172.16.0.2:51820 for IiaCsgdZThFOkJlJ
2023-06-13T08:59:44Z DEBG client/internal/peer/conn.go:610: OnRemoteCandidate from peer VJSC1eSRw/mHziabo9H8hEkHm0n64f/MGOSGJcIgcEU= -> udp4 host 127.0.0.1:51820
2023-06-13T08:59:44Z DEBG client/internal/peer/conn.go:610: OnRemoteCandidate from peer VJSC1eSRw/mHziabo9H8hEkHm0n64f/MGOSGJcIgcEU= -> udp4 host 169.254.118.149:51820
2023-06-13T08:59:44Z DEBG iface/bind/udp_mux.go:351: ICE: registered 192.168.86.9:51820 for IiaCsgdZThFOkJlJ
2023-06-13T08:59:44Z DEBG client/internal/peer/conn.go:610: OnRemoteCandidate from peer VJSC1eSRw/mHziabo9H8hEkHm0n64f/MGOSGJcIgcEU= -> udp4 host 127.0.2.3:51820
2023-06-13T08:59:44Z DEBG iface/bind/udp_mux.go:351: ICE: registered 127.0.0.1:51820 for IiaCsgdZThFOkJlJ
2023-06-13T08:59:44Z DEBG client/internal/peer/conn.go:610: OnRemoteCandidate from peer VJSC1eSRw/mHziabo9H8hEkHm0n64f/MGOSGJcIgcEU= -> udp4 host 127.0.2.2:51820
2023-06-13T08:59:44Z DEBG iface/bind/udp_mux.go:351: ICE: registered 169.254.118.149:51820 for IiaCsgdZThFOkJlJ
2023-06-13T08:59:44Z DEBG iface/bind/udp_mux.go:351: ICE: registered 127.0.2.2:51820 for IiaCsgdZThFOkJlJ
2023-06-13T08:59:44Z DEBG iface/bind/udp_mux.go:351: ICE: registered 127.0.2.3:51820 for IiaCsgdZThFOkJlJ
2023-06-13T08:59:50Z DEBG client/internal/peer/conn.go:413: trying to cleanup 0x29AQ1eESEfv6wE7bhabvx8Xx4fiWt3HcHgJWLY6QM=
2023-06-13T08:59:50Z DEBG client/internal/peer/conn.go:498: peer 0x29AQ1eESEfv6wE7bhabvx8Xx4fiWt3HcHgJWLY6QM= ICE ConnectionState has changed to Closed
2023-06-13T08:59:50Z DEBG client/internal/peer/conn.go:451: cleaned up connection to peer 0x29AQ1eESEfv6wE7bhabvx8Xx4fiWt3HcHgJWLY6QM=
2023-06-13T08:59:50Z DEBG client/internal/engine.go:808: connection to peer 0x29AQ1eESEfv6wE7bhabvx8Xx4fiWt3HcHgJWLY6QM= failed: connection to peer 0x29AQ1eESEfv6wE7bhabvx8Xx4fiWt3HcHgJWLY6QM= timed out after 37.138s
2023-06-13T08:59:51Z DEBG client/internal/peer/conn.go:216: trying to connect to peer 0x29AQ1eESEfv6wE7bhabvx8Xx4fiWt3HcHgJWLY6QM=
2023-06-13T08:59:51Z DEBG client/internal/stdnet/filter.go:23: ignoring interface docker0 - it is not allowed
2023-06-13T08:59:51Z DEBG client/internal/stdnet/filter.go:23: ignoring interface br-3b20c38d5758 - it is not allowed
2023-06-13T08:59:51Z DEBG client/internal/stdnet/filter.go:23: ignoring interface br-66c6fd7ce3c8 - it is not allowed
2023-06-13T08:59:51Z DEBG client/internal/stdnet/filter.go:23: ignoring interface br-76cf3b25741d - it is not allowed
2023-06-13T08:59:51Z DEBG client/internal/stdnet/filter.go:23: ignoring interface wt0 - it is not allowed
2023-06-13T08:59:51Z DEBG client/internal/peer/conn.go:247: connection offer sent to peer 0x29AQ1eESEfv6wE7bhabvx8Xx4fiWt3HcHgJWLY6QM=, waiting for the confirmation
2023-06-13T08:59:55Z DEBG client/internal/peer/conn.go:498: peer 0AFp4zZN1/rAewN7yWuuX98VFySVKdKKNGPD1erAqSQ= ICE ConnectionState has changed to Failed
2023-06-13T08:59:55Z DEBG client/internal/peer/conn.go:413: trying to cleanup 0AFp4zZN1/rAewN7yWuuX98VFySVKdKKNGPD1erAqSQ=
2023-06-13T08:59:55Z DEBG client/internal/peer/conn.go:451: cleaned up connection to peer 0AFp4zZN1/rAewN7yWuuX98VFySVKdKKNGPD1erAqSQ=
2023-06-13T08:59:55Z DEBG client/internal/engine.go:808: connection to peer 0AFp4zZN1/rAewN7yWuuX98VFySVKdKKNGPD1erAqSQ= failed: connecting canceled by caller
2023-06-13T08:59:55Z DEBG client/internal/peer/conn.go:498: peer 0AFp4zZN1/rAewN7yWuuX98VFySVKdKKNGPD1erAqSQ= ICE ConnectionState has changed to Closed
2023-06-13T08:59:56Z DEBG client/internal/peer/conn.go:498: peer VJSC1eSRw/mHziabo9H8hEkHm0n64f/MGOSGJcIgcEU= ICE ConnectionState has changed to Failed
2023-06-13T08:59:56Z DEBG client/internal/peer/conn.go:413: trying to cleanup VJSC1eSRw/mHziabo9H8hEkHm0n64f/MGOSGJcIgcEU=
2023-06-13T08:59:56Z DEBG client/internal/peer/conn.go:451: cleaned up connection to peer VJSC1eSRw/mHziabo9H8hEkHm0n64f/MGOSGJcIgcEU=
2023-06-13T08:59:56Z DEBG client/internal/engine.go:808: connection to peer VJSC1eSRw/mHziabo9H8hEkHm0n64f/MGOSGJcIgcEU= failed: connecting canceled by caller
2023-06-13T08:59:56Z DEBG client/internal/peer/conn.go:498: peer VJSC1eSRw/mHziabo9H8hEkHm0n64f/MGOSGJcIgcEU= ICE ConnectionState has changed to Closed
2023-06-13T08:59:56Z DEBG client/internal/peer/conn.go:216: trying to connect to peer 0AFp4zZN1/rAewN7yWuuX98VFySVKdKKNGPD1erAqSQ=
2023-06-13T08:59:56Z DEBG client/internal/stdnet/filter.go:23: ignoring interface docker0 - it is not allowed
2023-06-13T08:59:56Z DEBG client/internal/stdnet/filter.go:23: ignoring interface br-3b20c38d5758 - it is not allowed
2023-06-13T08:59:56Z DEBG client/internal/stdnet/filter.go:23: ignoring interface br-66c6fd7ce3c8 - it is not allowed
2023-06-13T08:59:56Z DEBG client/internal/stdnet/filter.go:23: ignoring interface br-76cf3b25741d - it is not allowed
2023-06-13T08:59:56Z DEBG client/internal/stdnet/filter.go:23: ignoring interface wt0 - it is not allowed
2023-06-13T08:59:56Z DEBG client/internal/peer/conn.go:247: connection offer sent to peer 0AFp4zZN1/rAewN7yWuuX98VFySVKdKKNGPD1erAqSQ=, waiting for the confirmation
2023-06-13T08:59:56Z DEBG client/internal/peer/conn.go:596: OnRemoteAnswer from peer 0AFp4zZN1/rAewN7yWuuX98VFySVKdKKNGPD1erAqSQ= on status Disconnected
2023-06-13T08:59:56Z DEBG client/internal/peer/conn.go:268: received connection confirmation from peer 0AFp4zZN1/rAewN7yWuuX98VFySVKdKKNGPD1erAqSQ= running version 0.21.3 and with remote WireGuard listen port 51820
2023-06-13T08:59:56Z DEBG client/internal/peer/conn.go:498: peer 0AFp4zZN1/rAewN7yWuuX98VFySVKdKKNGPD1erAqSQ= ICE ConnectionState has changed to Checking
2023-06-13T08:59:56Z DEBG client/internal/peer/conn.go:481: discovered local candidate udp4 host 10.0.0.222:51820
2023-06-13T08:59:56Z DEBG client/internal/peer/conn.go:610: OnRemoteCandidate from peer 0AFp4zZN1/rAewN7yWuuX98VFySVKdKKNGPD1erAqSQ= -> udp4 host 10.100.199.4:51820
2023-06-13T08:59:56Z DEBG iface/bind/udp_mux.go:351: ICE: registered 10.100.199.4:51820 for EQmVjnUtJfbfAUrH
2023-06-13T08:59:57Z DEBG client/internal/peer/conn.go:581: OnRemoteOffer from peer VJSC1eSRw/mHziabo9H8hEkHm0n64f/MGOSGJcIgcEU= on status Disconnected
2023-06-13T08:59:57Z DEBG client/internal/peer/conn.go:587: OnRemoteOffer skipping message from peer VJSC1eSRw/mHziabo9H8hEkHm0n64f/MGOSGJcIgcEU= on status Disconnected because is not ready
2023-06-13T08:59:57Z DEBG client/internal/peer/conn.go:216: trying to connect to peer VJSC1eSRw/mHziabo9H8hEkHm0n64f/MGOSGJcIgcEU=
2023-06-13T08:59:57Z DEBG client/internal/stdnet/filter.go:23: ignoring interface docker0 - it is not allowed
2023-06-13T08:59:57Z DEBG client/internal/stdnet/filter.go:23: ignoring interface br-3b20c38d5758 - it is not allowed
2023-06-13T08:59:57Z DEBG client/internal/stdnet/filter.go:23: ignoring interface br-66c6fd7ce3c8 - it is not allowed
2023-06-13T08:59:57Z DEBG client/internal/stdnet/filter.go:23: ignoring interface br-76cf3b25741d - it is not allowed
2023-06-13T08:59:57Z DEBG client/internal/stdnet/filter.go:23: ignoring interface wt0 - it is not allowed
2023-06-13T08:59:57Z DEBG client/internal/peer/conn.go:247: connection offer sent to peer VJSC1eSRw/mHziabo9H8hEkHm0n64f/MGOSGJcIgcEU=, waiting for the confirmation
2023-06-13T08:59:57Z DEBG client/internal/peer/conn.go:596: OnRemoteAnswer from peer VJSC1eSRw/mHziabo9H8hEkHm0n64f/MGOSGJcIgcEU= on status Disconnected
2023-06-13T08:59:57Z DEBG client/internal/peer/conn.go:268: received connection confirmation from peer VJSC1eSRw/mHziabo9H8hEkHm0n64f/MGOSGJcIgcEU= running version 0.21.3 and with remote WireGuard listen port 51820
2023-06-13T08:59:57Z DEBG client/internal/peer/conn.go:498: peer VJSC1eSRw/mHziabo9H8hEkHm0n64f/MGOSGJcIgcEU= ICE ConnectionState has changed to Checking
2023-06-13T08:59:57Z DEBG client/internal/peer/conn.go:481: discovered local candidate udp4 host 10.0.0.222:51820
2023-06-13T08:59:57Z DEBG client/internal/peer/conn.go:610: OnRemoteCandidate from peer VJSC1eSRw/mHziabo9H8hEkHm0n64f/MGOSGJcIgcEU= -> udp4 host 169.254.118.149:51820
2023-06-13T08:59:57Z DEBG client/internal/peer/conn.go:610: OnRemoteCandidate from peer VJSC1eSRw/mHziabo9H8hEkHm0n64f/MGOSGJcIgcEU= -> udp4 host 192.168.86.9:51820
2023-06-13T08:59:57Z DEBG iface/bind/udp_mux.go:351: ICE: registered 169.254.118.149:51820 for hccFXaErapHtmabi
2023-06-13T08:59:57Z DEBG client/internal/peer/conn.go:610: OnRemoteCandidate from peer VJSC1eSRw/mHziabo9H8hEkHm0n64f/MGOSGJcIgcEU= -> udp4 host 172.16.0.2:51820
2023-06-13T08:59:57Z DEBG client/internal/peer/conn.go:610: OnRemoteCandidate from peer VJSC1eSRw/mHziabo9H8hEkHm0n64f/MGOSGJcIgcEU= -> udp4 host 127.0.0.1:51820
2023-06-13T08:59:57Z DEBG iface/bind/udp_mux.go:351: ICE: registered 127.0.0.1:51820 for hccFXaErapHtmabi
2023-06-13T08:59:57Z DEBG iface/bind/udp_mux.go:351: ICE: registered 192.168.86.9:51820 for hccFXaErapHtmabi
2023-06-13T08:59:57Z DEBG client/internal/peer/conn.go:610: OnRemoteCandidate from peer VJSC1eSRw/mHziabo9H8hEkHm0n64f/MGOSGJcIgcEU= -> udp4 host 127.0.2.3:51820
2023-06-13T08:59:57Z DEBG iface/bind/udp_mux.go:351: ICE: registered 172.16.0.2:51820 for hccFXaErapHtmabi
2023-06-13T08:59:57Z DEBG client/internal/peer/conn.go:610: OnRemoteCandidate from peer VJSC1eSRw/mHziabo9H8hEkHm0n64f/MGOSGJcIgcEU= -> udp4 host 127.0.2.2:51820
2023-06-13T08:59:57Z DEBG iface/bind/udp_mux.go:351: ICE: registered 127.0.2.3:51820 for hccFXaErapHtmabi
2023-06-13T08:59:57Z DEBG client/internal/peer/conn.go:610: OnRemoteCandidate from peer VJSC1eSRw/mHziabo9H8hEkHm0n64f/MGOSGJcIgcEU= -> udp4 host 172.18.16.1:51820
2023-06-13T08:59:57Z DEBG iface/bind/udp_mux.go:351: ICE: registered 127.0.2.2:51820 for hccFXaErapHtmabi
2023-06-13T08:59:57Z DEBG iface/bind/udp_mux.go:351: ICE: registered 172.18.16.1:51820 for hccFXaErapHtmabi
2023-06-13T09:00:09Z DEBG client/internal/peer/conn.go:498: peer 0AFp4zZN1/rAewN7yWuuX98VFySVKdKKNGPD1erAqSQ= ICE ConnectionState has changed to Failed
2023-06-13T09:00:09Z DEBG client/internal/peer/conn.go:413: trying to cleanup 0AFp4zZN1/rAewN7yWuuX98VFySVKdKKNGPD1erAqSQ=
2023-06-13T09:00:09Z DEBG client/internal/peer/conn.go:451: cleaned up connection to peer 0AFp4zZN1/rAewN7yWuuX98VFySVKdKKNGPD1erAqSQ=
2023-06-13T09:00:09Z DEBG client/internal/engine.go:808: connection to peer 0AFp4zZN1/rAewN7yWuuX98VFySVKdKKNGPD1erAqSQ= failed: connecting canceled by caller
2023-06-13T09:00:09Z DEBG client/internal/peer/conn.go:498: peer 0AFp4zZN1/rAewN7yWuuX98VFySVKdKKNGPD1erAqSQ= ICE ConnectionState has changed to Closed
2023-06-13T09:00:09Z DEBG client/internal/peer/conn.go:498: peer VJSC1eSRw/mHziabo9H8hEkHm0n64f/MGOSGJcIgcEU= ICE ConnectionState has changed to Failed
2023-06-13T09:00:09Z DEBG client/internal/peer/conn.go:413: trying to cleanup VJSC1eSRw/mHziabo9H8hEkHm0n64f/MGOSGJcIgcEU=
2023-06-13T09:00:09Z DEBG client/internal/peer/conn.go:498: peer VJSC1eSRw/mHziabo9H8hEkHm0n64f/MGOSGJcIgcEU= ICE ConnectionState has changed to Closed
2023-06-13T09:00:09Z DEBG client/internal/peer/conn.go:451: cleaned up connection to peer VJSC1eSRw/mHziabo9H8hEkHm0n64f/MGOSGJcIgcEU=
2023-06-13T09:00:09Z DEBG client/internal/engine.go:808: connection to peer VJSC1eSRw/mHziabo9H8hEkHm0n64f/MGOSGJcIgcEU= failed: connecting canceled by caller
2023-06-13T09:00:10Z DEBG client/internal/peer/conn.go:581: OnRemoteOffer from peer 0AFp4zZN1/rAewN7yWuuX98VFySVKdKKNGPD1erAqSQ= on status Disconnected
2023-06-13T09:00:10Z DEBG client/internal/peer/conn.go:587: OnRemoteOffer skipping message from peer 0AFp4zZN1/rAewN7yWuuX98VFySVKdKKNGPD1erAqSQ= on status Disconnected because is not ready
2023-06-13T09:00:10Z DEBG client/internal/peer/conn.go:216: trying to connect to peer 0AFp4zZN1/rAewN7yWuuX98VFySVKdKKNGPD1erAqSQ=
2023-06-13T09:00:10Z DEBG client/internal/stdnet/filter.go:23: ignoring interface docker0 - it is not allowed
2023-06-13T09:00:10Z DEBG client/internal/stdnet/filter.go:23: ignoring interface br-3b20c38d5758 - it is not allowed
2023-06-13T09:00:10Z DEBG client/internal/stdnet/filter.go:23: ignoring interface br-66c6fd7ce3c8 - it is not allowed
2023-06-13T09:00:10Z DEBG client/internal/stdnet/filter.go:23: ignoring interface br-76cf3b25741d - it is not allowed
2023-06-13T09:00:10Z DEBG client/internal/stdnet/filter.go:23: ignoring interface wt0 - it is not allowed
2023-06-13T09:00:10Z DEBG client/internal/peer/conn.go:247: connection offer sent to peer 0AFp4zZN1/rAewN7yWuuX98VFySVKdKKNGPD1erAqSQ=, waiting for the confirmation
2023-06-13T09:00:10Z DEBG client/internal/peer/conn.go:596: OnRemoteAnswer from peer 0AFp4zZN1/rAewN7yWuuX98VFySVKdKKNGPD1erAqSQ= on status Disconnected
2023-06-13T09:00:10Z DEBG client/internal/peer/conn.go:268: received connection confirmation from peer 0AFp4zZN1/rAewN7yWuuX98VFySVKdKKNGPD1erAqSQ= running version 0.21.3 and with remote WireGuard listen port 51820
2023-06-13T09:00:10Z DEBG client/internal/peer/conn.go:498: peer 0AFp4zZN1/rAewN7yWuuX98VFySVKdKKNGPD1erAqSQ= ICE ConnectionState has changed to Checking
2023-06-13T09:00:10Z DEBG client/internal/peer/conn.go:481: discovered local candidate udp4 host 10.0.0.222:51820
2023-06-13T09:00:10Z DEBG client/internal/peer/conn.go:610: OnRemoteCandidate from peer 0AFp4zZN1/rAewN7yWuuX98VFySVKdKKNGPD1erAqSQ= -> udp4 host 10.100.199.4:51820
2023-06-13T09:00:10Z DEBG iface/bind/udp_mux.go:351: ICE: registered 10.100.199.4:51820 for qLSjclxAFFXrTbrh
2023-06-13T09:00:11Z DEBG client/internal/peer/conn.go:581: OnRemoteOffer from peer VJSC1eSRw/mHziabo9H8hEkHm0n64f/MGOSGJcIgcEU= on status Disconnected
2023-06-13T09:00:11Z DEBG client/internal/peer/conn.go:587: OnRemoteOffer skipping message from peer VJSC1eSRw/mHziabo9H8hEkHm0n64f/MGOSGJcIgcEU= on status Disconnected because is not ready
2023-06-13T09:00:11Z DEBG client/internal/peer/conn.go:216: trying to connect to peer VJSC1eSRw/mHziabo9H8hEkHm0n64f/MGOSGJcIgcEU=
2023-06-13T09:00:11Z DEBG client/internal/stdnet/filter.go:23: ignoring interface docker0 - it is not allowed
2023-06-13T09:00:11Z DEBG client/internal/stdnet/filter.go:23: ignoring interface br-3b20c38d5758 - it is not allowed
2023-06-13T09:00:11Z DEBG client/internal/stdnet/filter.go:23: ignoring interface br-66c6fd7ce3c8 - it is not allowed
2023-06-13T09:00:11Z DEBG client/internal/stdnet/filter.go:23: ignoring interface br-76cf3b25741d - it is not allowed
2023-06-13T09:00:11Z DEBG client/internal/stdnet/filter.go:23: ignoring interface wt0 - it is not allowed
2023-06-13T09:00:11Z DEBG client/internal/peer/conn.go:247: connection offer sent to peer VJSC1eSRw/mHziabo9H8hEkHm0n64f/MGOSGJcIgcEU=, waiting for the confirmation
2023-06-13T09:00:11Z DEBG client/internal/peer/conn.go:596: OnRemoteAnswer from peer VJSC1eSRw/mHziabo9H8hEkHm0n64f/MGOSGJcIgcEU= on status Disconnected
2023-06-13T09:00:11Z DEBG client/internal/peer/conn.go:268: received connection confirmation from peer VJSC1eSRw/mHziabo9H8hEkHm0n64f/MGOSGJcIgcEU= running version 0.21.3 and with remote WireGuard listen port 51820
2023-06-13T09:00:11Z DEBG client/internal/peer/conn.go:498: peer VJSC1eSRw/mHziabo9H8hEkHm0n64f/MGOSGJcIgcEU= ICE ConnectionState has changed to Checking
2023-06-13T09:00:11Z DEBG client/internal/peer/conn.go:481: discovered local candidate udp4 host 10.0.0.222:51820
2023-06-13T09:00:11Z DEBG client/internal/peer/conn.go:610: OnRemoteCandidate from peer VJSC1eSRw/mHziabo9H8hEkHm0n64f/MGOSGJcIgcEU= -> udp4 host 169.254.118.149:51820
2023-06-13T09:00:11Z DEBG iface/bind/udp_mux.go:351: ICE: registered 169.254.118.149:51820 for RfROAZBltBUUSGLU
2023-06-13T09:00:11Z DEBG client/internal/peer/conn.go:610: OnRemoteCandidate from peer VJSC1eSRw/mHziabo9H8hEkHm0n64f/MGOSGJcIgcEU= -> udp4 host 172.16.0.2:51820
2023-06-13T09:00:11Z DEBG iface/bind/udp_mux.go:351: ICE: registered 172.16.0.2:51820 for RfROAZBltBUUSGLU
2023-06-13T09:00:11Z DEBG client/internal/peer/conn.go:610: OnRemoteCandidate from peer VJSC1eSRw/mHziabo9H8hEkHm0n64f/MGOSGJcIgcEU= -> udp4 host 192.168.86.9:51820
2023-06-13T09:00:11Z DEBG iface/bind/udp_mux.go:351: ICE: registered 192.168.86.9:51820 for RfROAZBltBUUSGLU
2023-06-13T09:00:11Z DEBG client/internal/peer/conn.go:610: OnRemoteCandidate from peer VJSC1eSRw/mHziabo9H8hEkHm0n64f/MGOSGJcIgcEU= -> udp4 host 127.0.0.1:51820
2023-06-13T09:00:11Z DEBG iface/bind/udp_mux.go:351: ICE: registered 127.0.0.1:51820 for RfROAZBltBUUSGLU
2023-06-13T09:00:11Z DEBG client/internal/peer/conn.go:610: OnRemoteCandidate from peer VJSC1eSRw/mHziabo9H8hEkHm0n64f/MGOSGJcIgcEU= -> udp4 host 172.18.16.1:51820
2023-06-13T09:00:11Z DEBG client/internal/peer/conn.go:610: OnRemoteCandidate from peer VJSC1eSRw/mHziabo9H8hEkHm0n64f/MGOSGJcIgcEU= -> udp4 host 127.0.2.3:51820
2023-06-13T09:00:11Z DEBG iface/bind/udp_mux.go:351: ICE: registered 172.18.16.1:51820 for RfROAZBltBUUSGLU
2023-06-13T09:00:11Z DEBG client/internal/peer/conn.go:610: OnRemoteCandidate from peer VJSC1eSRw/mHziabo9H8hEkHm0n64f/MGOSGJcIgcEU= -> udp4 host 127.0.2.2:51820
2023-06-13T09:00:11Z DEBG iface/bind/udp_mux.go:351: ICE: registered 127.0.2.3:51820 for RfROAZBltBUUSGLU
2023-06-13T09:00:11Z DEBG iface/bind/udp_mux.go:351: ICE: registered 127.0.2.2:51820 for RfROAZBltBUUSGLU
2023-06-13T09:00:22Z DEBG client/internal/peer/conn.go:498: peer 0AFp4zZN1/rAewN7yWuuX98VFySVKdKKNGPD1erAqSQ= ICE ConnectionState has changed to Failed
2023-06-13T09:00:22Z DEBG client/internal/peer/conn.go:413: trying to cleanup 0AFp4zZN1/rAewN7yWuuX98VFySVKdKKNGPD1erAqSQ=
2023-06-13T09:00:22Z DEBG client/internal/peer/conn.go:451: cleaned up connection to peer 0AFp4zZN1/rAewN7yWuuX98VFySVKdKKNGPD1erAqSQ=
2023-06-13T09:00:22Z DEBG client/internal/peer/conn.go:498: peer 0AFp4zZN1/rAewN7yWuuX98VFySVKdKKNGPD1erAqSQ= ICE ConnectionState has changed to Closed
2023-06-13T09:00:22Z DEBG client/internal/engine.go:808: connection to peer 0AFp4zZN1/rAewN7yWuuX98VFySVKdKKNGPD1erAqSQ= failed: connecting canceled by caller
2023-06-13T09:00:23Z DEBG client/internal/peer/conn.go:216: trying to connect to peer 0AFp4zZN1/rAewN7yWuuX98VFySVKdKKNGPD1erAqSQ=
2023-06-13T09:00:23Z DEBG client/internal/stdnet/filter.go:23: ignoring interface docker0 - it is not allowed
2023-06-13T09:00:23Z DEBG client/internal/stdnet/filter.go:23: ignoring interface br-3b20c38d5758 - it is not allowed
2023-06-13T09:00:23Z DEBG client/internal/stdnet/filter.go:23: ignoring interface br-66c6fd7ce3c8 - it is not allowed
2023-06-13T09:00:23Z DEBG client/internal/stdnet/filter.go:23: ignoring interface br-76cf3b25741d - it is not allowed
2023-06-13T09:00:23Z DEBG client/internal/stdnet/filter.go:23: ignoring interface wt0 - it is not allowed
2023-06-13T09:00:23Z DEBG client/internal/peer/conn.go:247: connection offer sent to peer 0AFp4zZN1/rAewN7yWuuX98VFySVKdKKNGPD1erAqSQ=, waiting for the confirmation
2023-06-13T09:00:23Z DEBG client/internal/peer/conn.go:498: peer VJSC1eSRw/mHziabo9H8hEkHm0n64f/MGOSGJcIgcEU= ICE ConnectionState has changed to Failed
2023-06-13T09:00:23Z DEBG client/internal/peer/conn.go:413: trying to cleanup VJSC1eSRw/mHziabo9H8hEkHm0n64f/MGOSGJcIgcEU=
2023-06-13T09:00:23Z DEBG client/internal/peer/conn.go:451: cleaned up connection to peer VJSC1eSRw/mHziabo9H8hEkHm0n64f/MGOSGJcIgcEU=
2023-06-13T09:00:23Z DEBG client/internal/peer/conn.go:498: peer VJSC1eSRw/mHziabo9H8hEkHm0n64f/MGOSGJcIgcEU= ICE ConnectionState has changed to Closed
2023-06-13T09:00:23Z DEBG client/internal/engine.go:808: connection to peer VJSC1eSRw/mHziabo9H8hEkHm0n64f/MGOSGJcIgcEU= failed: connecting canceled by caller
2023-06-13T09:00:24Z DEBG client/internal/peer/conn.go:581: OnRemoteOffer from peer 0AFp4zZN1/rAewN7yWuuX98VFySVKdKKNGPD1erAqSQ= on status Disconnected
2023-06-13T09:00:24Z DEBG client/internal/peer/conn.go:513: sending answer to 0AFp4zZN1/rAewN7yWuuX98VFySVKdKKNGPD1erAqSQ=
2023-06-13T09:00:24Z DEBG client/internal/peer/conn.go:268: received connection confirmation from peer 0AFp4zZN1/rAewN7yWuuX98VFySVKdKKNGPD1erAqSQ= running version 0.21.3 and with remote WireGuard listen port 51820
2023-06-13T09:00:24Z DEBG client/internal/peer/conn.go:498: peer 0AFp4zZN1/rAewN7yWuuX98VFySVKdKKNGPD1erAqSQ= ICE ConnectionState has changed to Checking
2023-06-13T09:00:24Z DEBG client/internal/peer/conn.go:481: discovered local candidate udp4 host 10.0.0.222:51820
2023-06-13T09:00:24Z DEBG client/internal/peer/conn.go:610: OnRemoteCandidate from peer 0AFp4zZN1/rAewN7yWuuX98VFySVKdKKNGPD1erAqSQ= -> udp4 host 10.100.199.4:51820
2023-06-13T09:00:24Z DEBG iface/bind/udp_mux.go:351: ICE: registered 10.100.199.4:51820 for mXxsKENnnmSnhsar
2023-06-13T09:00:24Z DEBG client/internal/peer/conn.go:581: OnRemoteOffer from peer VJSC1eSRw/mHziabo9H8hEkHm0n64f/MGOSGJcIgcEU= on status Disconnected
2023-06-13T09:00:24Z DEBG client/internal/peer/conn.go:587: OnRemoteOffer skipping message from peer VJSC1eSRw/mHziabo9H8hEkHm0n64f/MGOSGJcIgcEU= on status Disconnected because is not ready
2023-06-13T09:00:24Z DEBG client/internal/peer/conn.go:216: trying to connect to peer VJSC1eSRw/mHziabo9H8hEkHm0n64f/MGOSGJcIgcEU=
2023-06-13T09:00:24Z DEBG client/internal/stdnet/filter.go:23: ignoring interface docker0 - it is not allowed
2023-06-13T09:00:24Z DEBG client/internal/stdnet/filter.go:23: ignoring interface br-3b20c38d5758 - it is not allowed
2023-06-13T09:00:24Z DEBG client/internal/stdnet/filter.go:23: ignoring interface br-66c6fd7ce3c8 - it is not allowed
2023-06-13T09:00:24Z DEBG client/internal/stdnet/filter.go:23: ignoring interface br-76cf3b25741d - it is not allowed
2023-06-13T09:00:24Z DEBG client/internal/stdnet/filter.go:23: ignoring interface wt0 - it is not allowed
2023-06-13T09:00:24Z DEBG client/internal/peer/conn.go:247: connection offer sent to peer VJSC1eSRw/mHziabo9H8hEkHm0n64f/MGOSGJcIgcEU=, waiting for the confirmation
2023-06-13T09:00:24Z DEBG client/internal/peer/conn.go:596: OnRemoteAnswer from peer VJSC1eSRw/mHziabo9H8hEkHm0n64f/MGOSGJcIgcEU= on status Disconnected
2023-06-13T09:00:24Z DEBG client/internal/peer/conn.go:268: received connection confirmation from peer VJSC1eSRw/mHziabo9H8hEkHm0n64f/MGOSGJcIgcEU= running version 0.21.3 and with remote WireGuard listen port 51820
2023-06-13T09:00:24Z DEBG client/internal/peer/conn.go:498: peer VJSC1eSRw/mHziabo9H8hEkHm0n64f/MGOSGJcIgcEU= ICE ConnectionState has changed to Checking
2023-06-13T09:00:24Z DEBG client/internal/peer/conn.go:481: discovered local candidate udp4 host 10.0.0.222:51820
2023-06-13T09:00:24Z DEBG client/internal/peer/conn.go:610: OnRemoteCandidate from peer VJSC1eSRw/mHziabo9H8hEkHm0n64f/MGOSGJcIgcEU= -> udp4 host 169.254.118.149:51820
2023-06-13T09:00:24Z DEBG iface/bind/udp_mux.go:351: ICE: registered 169.254.118.149:51820 for vqIpLDzGlpXZhZSg
2023-06-13T09:00:24Z DEBG client/internal/peer/conn.go:610: OnRemoteCandidate from peer VJSC1eSRw/mHziabo9H8hEkHm0n64f/MGOSGJcIgcEU= -> udp4 host 172.16.0.2:51820
2023-06-13T09:00:24Z DEBG iface/bind/udp_mux.go:351: ICE: registered 172.16.0.2:51820 for vqIpLDzGlpXZhZSg
2023-06-13T09:00:24Z DEBG client/internal/peer/conn.go:610: OnRemoteCandidate from peer VJSC1eSRw/mHziabo9H8hEkHm0n64f/MGOSGJcIgcEU= -> udp4 host 192.168.86.9:51820
2023-06-13T09:00:24Z DEBG client/internal/peer/conn.go:610: OnRemoteCandidate from peer VJSC1eSRw/mHziabo9H8hEkHm0n64f/MGOSGJcIgcEU= -> udp4 host 127.0.0.1:51820
2023-06-13T09:00:24Z DEBG iface/bind/udp_mux.go:351: ICE: registered 192.168.86.9:51820 for vqIpLDzGlpXZhZSg
2023-06-13T09:00:24Z DEBG client/internal/peer/conn.go:610: OnRemoteCandidate from peer VJSC1eSRw/mHziabo9H8hEkHm0n64f/MGOSGJcIgcEU= -> udp4 host 127.0.2.2:51820
2023-06-13T09:00:24Z DEBG iface/bind/udp_mux.go:351: ICE: registered 127.0.0.1:51820 for vqIpLDzGlpXZhZSg
2023-06-13T09:00:24Z DEBG client/internal/peer/conn.go:610: OnRemoteCandidate from peer VJSC1eSRw/mHziabo9H8hEkHm0n64f/MGOSGJcIgcEU= -> udp4 host 172.18.16.1:51820
2023-06-13T09:00:24Z DEBG iface/bind/udp_mux.go:351: ICE: registered 127.0.2.2:51820 for vqIpLDzGlpXZhZSg
2023-06-13T09:00:24Z DEBG client/internal/peer/conn.go:610: OnRemoteCandidate from peer VJSC1eSRw/mHziabo9H8hEkHm0n64f/MGOSGJcIgcEU= -> udp4 host 127.0.2.3:51820
2023-06-13T09:00:24Z DEBG iface/bind/udp_mux.go:351: ICE: registered 172.18.16.1:51820 for vqIpLDzGlpXZhZSg
2023-06-13T09:00:24Z DEBG iface/bind/udp_mux.go:351: ICE: registered 127.0.2.3:51820 for vqIpLDzGlpXZhZSg
2023-06-13T09:00:28Z DEBG client/internal/peer/conn.go:413: trying to cleanup 0x29AQ1eESEfv6wE7bhabvx8Xx4fiWt3HcHgJWLY6QM=
2023-06-13T09:00:28Z DEBG client/internal/peer/conn.go:451: cleaned up connection to peer 0x29AQ1eESEfv6wE7bhabvx8Xx4fiWt3HcHgJWLY6QM=
2023-06-13T09:00:28Z DEBG client/internal/engine.go:808: connection to peer 0x29AQ1eESEfv6wE7bhabvx8Xx4fiWt3HcHgJWLY6QM= failed: connection to peer 0x29AQ1eESEfv6wE7bhabvx8Xx4fiWt3HcHgJWLY6QM= timed out after 37.138s
2023-06-13T09:00:28Z DEBG client/internal/peer/conn.go:498: peer 0x29AQ1eESEfv6wE7bhabvx8Xx4fiWt3HcHgJWLY6QM= ICE ConnectionState has changed to Closed
2023-06-13T09:00:29Z DEBG client/internal/peer/conn.go:216: trying to connect to peer 0x29AQ1eESEfv6wE7bhabvx8Xx4fiWt3HcHgJWLY6QM=
2023-06-13T09:00:29Z DEBG client/internal/stdnet/filter.go:23: ignoring interface docker0 - it is not allowed
2023-06-13T09:00:29Z DEBG client/internal/stdnet/filter.go:23: ignoring interface br-3b20c38d5758 - it is not allowed
2023-06-13T09:00:29Z DEBG client/internal/stdnet/filter.go:23: ignoring interface br-66c6fd7ce3c8 - it is not allowed
2023-06-13T09:00:29Z DEBG client/internal/stdnet/filter.go:23: ignoring interface br-76cf3b25741d - it is not allowed
2023-06-13T09:00:29Z DEBG client/internal/stdnet/filter.go:23: ignoring interface wt0 - it is not allowed
2023-06-13T09:00:29Z DEBG client/internal/peer/conn.go:247: connection offer sent to peer 0x29AQ1eESEfv6wE7bhabvx8Xx4fiWt3HcHgJWLY6QM=, waiting for the confirmation
2023-06-13T09:00:36Z DEBG client/internal/peer/conn.go:498: peer 0AFp4zZN1/rAewN7yWuuX98VFySVKdKKNGPD1erAqSQ= ICE ConnectionState has changed to Failed
2023-06-13T09:00:36Z DEBG client/internal/peer/conn.go:413: trying to cleanup 0AFp4zZN1/rAewN7yWuuX98VFySVKdKKNGPD1erAqSQ=
2023-06-13T09:00:36Z DEBG client/internal/peer/conn.go:451: cleaned up connection to peer 0AFp4zZN1/rAewN7yWuuX98VFySVKdKKNGPD1erAqSQ=
2023-06-13T09:00:36Z DEBG client/internal/engine.go:808: connection to peer 0AFp4zZN1/rAewN7yWuuX98VFySVKdKKNGPD1erAqSQ= failed: connecting canceled by caller
2023-06-13T09:00:36Z DEBG client/internal/peer/conn.go:498: peer 0AFp4zZN1/rAewN7yWuuX98VFySVKdKKNGPD1erAqSQ= ICE ConnectionState has changed to Closed
2023-06-13T09:00:36Z DEBG client/internal/peer/conn.go:216: trying to connect to peer 0AFp4zZN1/rAewN7yWuuX98VFySVKdKKNGPD1erAqSQ=
2023-06-13T09:00:36Z DEBG client/internal/stdnet/filter.go:23: ignoring interface docker0 - it is not allowed
2023-06-13T09:00:36Z DEBG client/internal/stdnet/filter.go:23: ignoring interface br-3b20c38d5758 - it is not allowed
2023-06-13T09:00:36Z DEBG client/internal/stdnet/filter.go:23: ignoring interface br-66c6fd7ce3c8 - it is not allowed
2023-06-13T09:00:36Z DEBG client/internal/stdnet/filter.go:23: ignoring interface br-76cf3b25741d - it is not allowed
2023-06-13T09:00:36Z DEBG client/internal/stdnet/filter.go:23: ignoring interface wt0 - it is not allowed
2023-06-13T09:00:36Z DEBG client/internal/peer/conn.go:247: connection offer sent to peer 0AFp4zZN1/rAewN7yWuuX98VFySVKdKKNGPD1erAqSQ=, waiting for the confirmation
2023-06-13T09:00:36Z DEBG client/internal/peer/conn.go:581: OnRemoteOffer from peer 0AFp4zZN1/rAewN7yWuuX98VFySVKdKKNGPD1erAqSQ= on status Disconnected
2023-06-13T09:00:36Z DEBG client/internal/peer/conn.go:513: sending answer to 0AFp4zZN1/rAewN7yWuuX98VFySVKdKKNGPD1erAqSQ=
2023-06-13T09:00:36Z DEBG client/internal/peer/conn.go:268: received connection confirmation from peer 0AFp4zZN1/rAewN7yWuuX98VFySVKdKKNGPD1erAqSQ= running version 0.21.3 and with remote WireGuard listen port 51820
2023-06-13T09:00:36Z DEBG client/internal/peer/conn.go:498: peer 0AFp4zZN1/rAewN7yWuuX98VFySVKdKKNGPD1erAqSQ= ICE ConnectionState has changed to Checking
2023-06-13T09:00:36Z DEBG client/internal/peer/conn.go:481: discovered local candidate udp4 host 10.0.0.222:51820
2023-06-13T09:00:36Z DEBG client/internal/peer/conn.go:610: OnRemoteCandidate from peer 0AFp4zZN1/rAewN7yWuuX98VFySVKdKKNGPD1erAqSQ= -> udp4 host 10.100.199.4:51820
2023-06-13T09:00:36Z DEBG iface/bind/udp_mux.go:351: ICE: registered 10.100.199.4:51820 for JRCsfavvwSWcYMlX
2023-06-13T09:00:36Z DEBG client/internal/peer/conn.go:498: peer VJSC1eSRw/mHziabo9H8hEkHm0n64f/MGOSGJcIgcEU= ICE ConnectionState has changed to Failed
2023-06-13T09:00:36Z DEBG client/internal/peer/conn.go:413: trying to cleanup VJSC1eSRw/mHziabo9H8hEkHm0n64f/MGOSGJcIgcEU=
2023-06-13T09:00:36Z DEBG client/internal/peer/conn.go:451: cleaned up connection to peer VJSC1eSRw/mHziabo9H8hEkHm0n64f/MGOSGJcIgcEU=
2023-06-13T09:00:36Z DEBG client/internal/engine.go:808: connection to peer VJSC1eSRw/mHziabo9H8hEkHm0n64f/MGOSGJcIgcEU= failed: connecting canceled by caller
2023-06-13T09:00:36Z DEBG client/internal/peer/conn.go:498: peer VJSC1eSRw/mHziabo9H8hEkHm0n64f/MGOSGJcIgcEU= ICE ConnectionState has changed to Closed
2023-06-13T09:00:37Z DEBG client/internal/peer/conn.go:216: trying to connect to peer VJSC1eSRw/mHziabo9H8hEkHm0n64f/MGOSGJcIgcEU=
2023-06-13T09:00:37Z DEBG client/internal/stdnet/filter.go:23: ignoring interface docker0 - it is not allowed
2023-06-13T09:00:37Z DEBG client/internal/stdnet/filter.go:23: ignoring interface br-3b20c38d5758 - it is not allowed
2023-06-13T09:00:37Z DEBG client/internal/stdnet/filter.go:23: ignoring interface br-66c6fd7ce3c8 - it is not allowed
2023-06-13T09:00:37Z DEBG client/internal/stdnet/filter.go:23: ignoring interface br-76cf3b25741d - it is not allowed
2023-06-13T09:00:37Z DEBG client/internal/stdnet/filter.go:23: ignoring interface wt0 - it is not allowed
2023-06-13T09:00:37Z DEBG client/internal/peer/conn.go:247: connection offer sent to peer VJSC1eSRw/mHziabo9H8hEkHm0n64f/MGOSGJcIgcEU=, waiting for the confirmation
^C2023-06-13T09:00:38Z INFO client/cmd/root.go:134: shutdown signal received
2023-06-13T09:00:38Z DEBG client/internal/engine.go:341: removing all peer connections
2023-06-13T09:00:38Z DEBG client/internal/engine.go:353: removing peer from engine 0AFp4zZN1/rAewN7yWuuX98VFySVKdKKNGPD1erAqSQ=
2023-06-13T09:00:38Z WARN client/internal/peer/conn.go:566: connection has been already closed or attempted closing not started coonection 0AFp4zZN1/rAewN7yWuuX98VFySVKdKKNGPD1erAqSQ=
2023-06-13T09:00:38Z DEBG client/internal/engine.go:353: removing peer from engine VJSC1eSRw/mHziabo9H8hEkHm0n64f/MGOSGJcIgcEU=
2023-06-13T09:00:38Z DEBG client/internal/engine.go:353: removing peer from engine 0x29AQ1eESEfv6wE7bhabvx8Xx4fiWt3HcHgJWLY6QM=
2023-06-13T09:00:38Z DEBG client/internal/peer/conn.go:413: trying to cleanup 0x29AQ1eESEfv6wE7bhabvx8Xx4fiWt3HcHgJWLY6QM=
2023-06-13T09:00:38Z DEBG client/internal/peer/conn.go:448: error while updating peer's 0x29AQ1eESEfv6wE7bhabvx8Xx4fiWt3HcHgJWLY6QM= state, err: peer doesn't exist
2023-06-13T09:00:38Z DEBG client/internal/peer/conn.go:451: cleaned up connection to peer 0x29AQ1eESEfv6wE7bhabvx8Xx4fiWt3HcHgJWLY6QM=
2023-06-13T09:00:38Z DEBG client/internal/engine.go:808: connection to peer 0x29AQ1eESEfv6wE7bhabvx8Xx4fiWt3HcHgJWLY6QM= failed: connection to peer 0x29AQ1eESEfv6wE7bhabvx8Xx4fiWt3HcHgJWLY6QM= has been closed
2023-06-13T09:00:38Z DEBG management/client/grpc.go:245: disconnected from Management Service sync stream: rpc error: code = Canceled desc = context canceled
2023-06-13T09:00:38Z DEBG management/client/grpc.go:153: management connection context has been canceled, this usually indicates shutdown
2023-06-13T09:00:38Z DEBG client/internal/engine.go:546: stopped receiving updates from Management Service
2023-06-13T09:00:38Z DEBG client/internal/peer/conn.go:413: trying to cleanup VJSC1eSRw/mHziabo9H8hEkHm0n64f/MGOSGJcIgcEU=
2023-06-13T09:00:38Z DEBG client/internal/peer/conn.go:448: error while updating peer's VJSC1eSRw/mHziabo9H8hEkHm0n64f/MGOSGJcIgcEU= state, err: peer doesn't exist
2023-06-13T09:00:38Z DEBG client/internal/peer/conn.go:451: cleaned up connection to peer VJSC1eSRw/mHziabo9H8hEkHm0n64f/MGOSGJcIgcEU=
2023-06-13T09:00:38Z DEBG client/internal/engine.go:808: connection to peer VJSC1eSRw/mHziabo9H8hEkHm0n64f/MGOSGJcIgcEU= failed: connection to peer VJSC1eSRw/mHziabo9H8hEkHm0n64f/MGOSGJcIgcEU= has been closed
2023-06-13T09:00:38Z DEBG client/internal/peer/conn.go:498: peer 0x29AQ1eESEfv6wE7bhabvx8Xx4fiWt3HcHgJWLY6QM= ICE ConnectionState has changed to Closed
2023-06-13T09:00:38Z DEBG client/internal/peer/conn.go:498: peer VJSC1eSRw/mHziabo9H8hEkHm0n64f/MGOSGJcIgcEU= ICE ConnectionState has changed to Closed
2023-06-13T09:00:38Z DEBG client/internal/routemanager/client.go:262: stopping watcher for network 10.100.199.0/24
2023-06-13T09:00:38Z DEBG signal/client/grpc.go:358: stream canceled (usually indicates shutdown)
2023-06-13T09:00:38Z DEBG signal/client/grpc.go:163: signal connection context has been canceled, this usually indicates shutdown
2023-06-13T09:00:38Z DEBG client/internal/engine.go:1014: removing Netbird interface wt0
2023-06-13T09:00:38Z ERRO iface/bind/udp_mux_universal.go:85: error while reading packet shared socked stopped
2023-06-13T09:00:38Z DEBG iface/bind/udp_mux_universal.go:80: stopped reading from the UDPConn due to finished context
2023-06-13T09:00:38Z DEBG client/internal/routemanager/iptables_linux.go:62: flushing tables
2023-06-13T09:00:38Z INFO client/internal/routemanager/iptables_linux.go:84: done cleaning up iptables rules
2023-06-13T09:00:38Z INFO client/internal/dns/systemd_linux.go:153: reverting link settings and flushing cache
2023-06-13T09:00:38Z ERRO client/internal/dns/server.go:192: unable to revert link configuration, got error: got error while calling command with context, err: Unknown object '/org/freedesktop/resolve1/link/_322'.
2023-06-13T09:00:38Z INFO client/internal/engine.go:166: stopped Netbird Engine
2023-06-13T09:00:38Z INFO client/internal/connect.go:184: stopped NetBird client
@samdulam commented on GitHub (Jun 13, 2023): ** netbird --log-level debug up -F output** ``` 2023-06-13T08:58:33Z DEBG client/internal/login.go:93: connecting to the Management service https://netbird.samstech.blog:33073 2023-06-13T08:58:33Z DEBG client/internal/login.go:63: connected to the Management service https://netbird.samstech.blog:33073 2023-06-13T08:58:33Z DEBG client/internal/login.go:93: connecting to the Management service https://netbird.samstech.blog:33073 2023-06-13T08:58:33Z DEBG client/internal/login.go:63: connected to the Management service https://netbird.samstech.blog:33073 2023-06-13T08:58:33Z DEBG client/internal/connect.go:81: conecting to the Management service netbird.samstech.blog:33073 2023-06-13T08:58:33Z DEBG client/internal/connect.go:89: connected to the Management service netbird.samstech.blog:33073 2023-06-13T08:58:33Z DEBG signal/client/grpc.go:91: connected to Signal Service: netbird.samstech.blog:10000 2023-06-13T08:58:33Z DEBG client/internal/stdnet/filter.go:23: ignoring interface docker0 - it is not allowed 2023-06-13T08:58:33Z DEBG client/internal/stdnet/filter.go:23: ignoring interface br-3b20c38d5758 - it is not allowed 2023-06-13T08:58:33Z DEBG client/internal/stdnet/filter.go:23: ignoring interface br-66c6fd7ce3c8 - it is not allowed 2023-06-13T08:58:33Z DEBG client/internal/stdnet/filter.go:23: ignoring interface br-76cf3b25741d - it is not allowed 2023-06-13T08:58:33Z DEBG client/internal/routemanager/firewall_linux.go:36: iptables is supported 2023-06-13T08:58:33Z DEBG iface/iface_nonandroid.go:41: create WireGuard interface wt0 2023-06-13T08:58:33Z INFO iface/tun_linux.go:15: using kernel WireGuard 2023-06-13T08:58:33Z DEBG iface/tun_linux.go:58: adding device: wt0 2023-06-13T08:58:33Z DEBG iface/tun_linux.go:109: adding address 100.83.62.136/16 to interface: wt0 2023-06-13T08:58:33Z DEBG iface/tun_linux.go:74: setting MTU: 1280 interface: wt0 2023-06-13T08:58:33Z DEBG iface/tun_linux.go:81: bringing up interface: wt0 2023-06-13T08:58:33Z DEBG iface/iface.go:54: configuring Wireguard interface wt0 2023-06-13T08:58:33Z DEBG iface/wg_configurer_nonandroid.go:26: adding Wireguard private key 2023-06-13T08:58:33Z DEBG client/internal/dns/host_linux.go:34: discovered mode is: 3 2023-06-13T08:58:33Z DEBG client/internal/dns/systemd_linux.go:74: got dbus Link interface: /org/freedesktop/resolve1/link/_322 from net interface wt0 and index 22 2023-06-13T08:58:33Z DEBG signal/client/grpc.go:136: signal connection state READY 2023-06-13T08:58:33Z INFO signal/client/grpc.go:157: connected to the Signal Service stream 2023-06-13T08:58:33Z DEBG client/internal/engine.go:548: connecting to Management Service updates stream 2023-06-13T08:58:33Z INFO client/internal/connect.go:168: Netbird engine started, my IP is: 100.83.62.136/16 2023-06-13T08:58:33Z DEBG management/client/grpc.go:116: management connection state READY 2023-06-13T08:58:33Z INFO management/client/grpc.go:143: connected to the Management Service stream 2023-06-13T08:58:33Z DEBG management/client/grpc.go:249: got an update message from Management Service 2023-06-13T08:58:33Z DEBG client/internal/engine.go:574: got TURNs update from Management Service, updating 2023-06-13T08:58:33Z DEBG client/internal/engine.go:556: got STUNs update from Management Service, updating 2023-06-13T08:58:33Z DEBG client/internal/engine.go:605: got peers update from Management Service, total peers to connect to = 3 2023-06-13T08:58:33Z DEBG client/internal/engine.go:827: creating peer connection 0AFp4zZN1/rAewN7yWuuX98VFySVKdKKNGPD1erAqSQ= 2023-06-13T08:58:33Z DEBG client/internal/engine.go:827: creating peer connection VJSC1eSRw/mHziabo9H8hEkHm0n64f/MGOSGJcIgcEU= 2023-06-13T08:58:33Z DEBG client/internal/engine.go:827: creating peer connection 0x29AQ1eESEfv6wE7bhabvx8Xx4fiWt3HcHgJWLY6QM= 2023-06-13T08:58:33Z DEBG client/internal/dns/server.go:136: starting dns on 100.83.62.136:53 2023-06-13T08:58:33Z DEBG client/internal/routemanager/client.go:279: received a new client network route update for 10.100.199.0/24 2023-06-13T08:58:33Z WARN client/internal/routemanager/client.go:119: the network 10.100.199.0/24 has not been assigned a routing peer as no peers from the list [0AFp4zZN1/rAewN7yWuuX98VFySVKdKKNGPD1erAqSQ=] are currently connected 2023-06-13T08:58:33Z INFO client/internal/dns/systemd_linux.go:136: adding 1 search domains and 0 match domains. Search list: [samstech.local] , Match list: [] 2023-06-13T08:58:34Z DEBG client/internal/peer/conn.go:216: trying to connect to peer VJSC1eSRw/mHziabo9H8hEkHm0n64f/MGOSGJcIgcEU= 2023-06-13T08:58:34Z DEBG client/internal/stdnet/filter.go:23: ignoring interface docker0 - it is not allowed 2023-06-13T08:58:34Z DEBG client/internal/stdnet/filter.go:23: ignoring interface br-3b20c38d5758 - it is not allowed 2023-06-13T08:58:34Z DEBG client/internal/stdnet/filter.go:23: ignoring interface br-66c6fd7ce3c8 - it is not allowed 2023-06-13T08:58:34Z DEBG client/internal/stdnet/filter.go:23: ignoring interface br-76cf3b25741d - it is not allowed 2023-06-13T08:58:34Z DEBG client/internal/stdnet/filter.go:23: ignoring interface wt0 - it is not allowed 2023-06-13T08:58:34Z DEBG client/internal/peer/conn.go:247: connection offer sent to peer VJSC1eSRw/mHziabo9H8hEkHm0n64f/MGOSGJcIgcEU=, waiting for the confirmation 2023-06-13T08:58:34Z DEBG client/internal/peer/conn.go:596: OnRemoteAnswer from peer VJSC1eSRw/mHziabo9H8hEkHm0n64f/MGOSGJcIgcEU= on status Disconnected 2023-06-13T08:58:34Z DEBG client/internal/peer/conn.go:268: received connection confirmation from peer VJSC1eSRw/mHziabo9H8hEkHm0n64f/MGOSGJcIgcEU= running version 0.21.3 and with remote WireGuard listen port 51820 2023-06-13T08:58:34Z DEBG client/internal/peer/conn.go:498: peer VJSC1eSRw/mHziabo9H8hEkHm0n64f/MGOSGJcIgcEU= ICE ConnectionState has changed to Checking 2023-06-13T08:58:34Z DEBG client/internal/peer/conn.go:481: discovered local candidate udp4 host 10.0.0.222:51820 2023-06-13T08:58:34Z DEBG client/internal/peer/conn.go:610: OnRemoteCandidate from peer VJSC1eSRw/mHziabo9H8hEkHm0n64f/MGOSGJcIgcEU= -> udp4 host 192.168.86.9:51820 2023-06-13T08:58:34Z DEBG client/internal/peer/conn.go:610: OnRemoteCandidate from peer VJSC1eSRw/mHziabo9H8hEkHm0n64f/MGOSGJcIgcEU= -> udp4 host 172.16.0.2:51820 2023-06-13T08:58:34Z DEBG iface/bind/udp_mux.go:351: ICE: registered 192.168.86.9:51820 for vAeQMOchwGprrcvU 2023-06-13T08:58:34Z DEBG iface/bind/udp_mux.go:351: ICE: registered 172.16.0.2:51820 for vAeQMOchwGprrcvU 2023-06-13T08:58:34Z DEBG client/internal/peer/conn.go:610: OnRemoteCandidate from peer VJSC1eSRw/mHziabo9H8hEkHm0n64f/MGOSGJcIgcEU= -> udp4 host 127.0.0.1:51820 2023-06-13T08:58:34Z DEBG iface/bind/udp_mux.go:351: ICE: registered 127.0.0.1:51820 for vAeQMOchwGprrcvU 2023-06-13T08:58:34Z DEBG client/internal/peer/conn.go:610: OnRemoteCandidate from peer VJSC1eSRw/mHziabo9H8hEkHm0n64f/MGOSGJcIgcEU= -> udp4 host 169.254.118.149:51820 2023-06-13T08:58:34Z DEBG iface/bind/udp_mux.go:351: ICE: registered 169.254.118.149:51820 for vAeQMOchwGprrcvU 2023-06-13T08:58:34Z DEBG client/internal/peer/conn.go:610: OnRemoteCandidate from peer VJSC1eSRw/mHziabo9H8hEkHm0n64f/MGOSGJcIgcEU= -> udp4 host 127.0.2.3:51820 2023-06-13T08:58:34Z DEBG iface/bind/udp_mux.go:351: ICE: registered 127.0.2.3:51820 for vAeQMOchwGprrcvU 2023-06-13T08:58:34Z DEBG client/internal/peer/conn.go:610: OnRemoteCandidate from peer VJSC1eSRw/mHziabo9H8hEkHm0n64f/MGOSGJcIgcEU= -> udp4 host 127.0.2.2:51820 2023-06-13T08:58:34Z DEBG iface/bind/udp_mux.go:351: ICE: registered 127.0.2.2:51820 for vAeQMOchwGprrcvU 2023-06-13T08:58:34Z DEBG client/internal/peer/conn.go:610: OnRemoteCandidate from peer VJSC1eSRw/mHziabo9H8hEkHm0n64f/MGOSGJcIgcEU= -> udp4 host 172.18.16.1:51820 2023-06-13T08:58:34Z DEBG iface/bind/udp_mux.go:351: ICE: registered 172.18.16.1:51820 for vAeQMOchwGprrcvU 2023-06-13T08:58:34Z DEBG client/internal/peer/conn.go:216: trying to connect to peer 0AFp4zZN1/rAewN7yWuuX98VFySVKdKKNGPD1erAqSQ= 2023-06-13T08:58:34Z DEBG client/internal/stdnet/filter.go:23: ignoring interface docker0 - it is not allowed 2023-06-13T08:58:34Z DEBG client/internal/stdnet/filter.go:23: ignoring interface br-3b20c38d5758 - it is not allowed 2023-06-13T08:58:34Z DEBG client/internal/stdnet/filter.go:23: ignoring interface br-66c6fd7ce3c8 - it is not allowed 2023-06-13T08:58:34Z DEBG client/internal/stdnet/filter.go:23: ignoring interface br-76cf3b25741d - it is not allowed 2023-06-13T08:58:34Z DEBG client/internal/stdnet/filter.go:23: ignoring interface wt0 - it is not allowed 2023-06-13T08:58:34Z DEBG client/internal/peer/conn.go:247: connection offer sent to peer 0AFp4zZN1/rAewN7yWuuX98VFySVKdKKNGPD1erAqSQ=, waiting for the confirmation 2023-06-13T08:58:34Z DEBG client/internal/peer/conn.go:596: OnRemoteAnswer from peer 0AFp4zZN1/rAewN7yWuuX98VFySVKdKKNGPD1erAqSQ= on status Disconnected 2023-06-13T08:58:34Z DEBG client/internal/peer/conn.go:268: received connection confirmation from peer 0AFp4zZN1/rAewN7yWuuX98VFySVKdKKNGPD1erAqSQ= running version 0.21.3 and with remote WireGuard listen port 51820 2023-06-13T08:58:34Z DEBG client/internal/peer/conn.go:498: peer 0AFp4zZN1/rAewN7yWuuX98VFySVKdKKNGPD1erAqSQ= ICE ConnectionState has changed to Checking 2023-06-13T08:58:34Z DEBG client/internal/peer/conn.go:481: discovered local candidate udp4 host 10.0.0.222:51820 2023-06-13T08:58:34Z DEBG client/internal/peer/conn.go:610: OnRemoteCandidate from peer 0AFp4zZN1/rAewN7yWuuX98VFySVKdKKNGPD1erAqSQ= -> udp4 host 10.100.199.4:51820 2023-06-13T08:58:34Z DEBG iface/bind/udp_mux.go:351: ICE: registered 10.100.199.4:51820 for CjXUddMyuYnagsiy 2023-06-13T08:58:34Z DEBG client/internal/peer/conn.go:216: trying to connect to peer 0x29AQ1eESEfv6wE7bhabvx8Xx4fiWt3HcHgJWLY6QM= 2023-06-13T08:58:34Z DEBG client/internal/stdnet/filter.go:23: ignoring interface docker0 - it is not allowed 2023-06-13T08:58:34Z DEBG client/internal/stdnet/filter.go:23: ignoring interface br-3b20c38d5758 - it is not allowed 2023-06-13T08:58:34Z DEBG client/internal/stdnet/filter.go:23: ignoring interface br-66c6fd7ce3c8 - it is not allowed 2023-06-13T08:58:34Z DEBG client/internal/stdnet/filter.go:23: ignoring interface br-76cf3b25741d - it is not allowed 2023-06-13T08:58:34Z DEBG client/internal/stdnet/filter.go:23: ignoring interface wt0 - it is not allowed 2023-06-13T08:58:34Z DEBG client/internal/peer/conn.go:247: connection offer sent to peer 0x29AQ1eESEfv6wE7bhabvx8Xx4fiWt3HcHgJWLY6QM=, waiting for the confirmation 2023-06-13T08:58:46Z DEBG client/internal/peer/conn.go:498: peer VJSC1eSRw/mHziabo9H8hEkHm0n64f/MGOSGJcIgcEU= ICE ConnectionState has changed to Failed 2023-06-13T08:58:46Z DEBG client/internal/peer/conn.go:413: trying to cleanup VJSC1eSRw/mHziabo9H8hEkHm0n64f/MGOSGJcIgcEU= 2023-06-13T08:58:46Z DEBG client/internal/peer/conn.go:451: cleaned up connection to peer VJSC1eSRw/mHziabo9H8hEkHm0n64f/MGOSGJcIgcEU= 2023-06-13T08:58:46Z DEBG client/internal/engine.go:808: connection to peer VJSC1eSRw/mHziabo9H8hEkHm0n64f/MGOSGJcIgcEU= failed: connecting canceled by caller 2023-06-13T08:58:46Z DEBG client/internal/peer/conn.go:498: peer VJSC1eSRw/mHziabo9H8hEkHm0n64f/MGOSGJcIgcEU= ICE ConnectionState has changed to Closed 2023-06-13T08:58:46Z DEBG client/internal/peer/conn.go:498: peer 0AFp4zZN1/rAewN7yWuuX98VFySVKdKKNGPD1erAqSQ= ICE ConnectionState has changed to Failed 2023-06-13T08:58:46Z DEBG client/internal/peer/conn.go:413: trying to cleanup 0AFp4zZN1/rAewN7yWuuX98VFySVKdKKNGPD1erAqSQ= 2023-06-13T08:58:46Z DEBG client/internal/peer/conn.go:451: cleaned up connection to peer 0AFp4zZN1/rAewN7yWuuX98VFySVKdKKNGPD1erAqSQ= 2023-06-13T08:58:46Z DEBG client/internal/engine.go:808: connection to peer 0AFp4zZN1/rAewN7yWuuX98VFySVKdKKNGPD1erAqSQ= failed: connecting canceled by caller 2023-06-13T08:58:46Z DEBG client/internal/peer/conn.go:498: peer 0AFp4zZN1/rAewN7yWuuX98VFySVKdKKNGPD1erAqSQ= ICE ConnectionState has changed to Closed 2023-06-13T08:58:47Z DEBG client/internal/peer/conn.go:581: OnRemoteOffer from peer 0AFp4zZN1/rAewN7yWuuX98VFySVKdKKNGPD1erAqSQ= on status Disconnected 2023-06-13T08:58:47Z DEBG client/internal/peer/conn.go:587: OnRemoteOffer skipping message from peer 0AFp4zZN1/rAewN7yWuuX98VFySVKdKKNGPD1erAqSQ= on status Disconnected because is not ready 2023-06-13T08:58:47Z DEBG client/internal/peer/conn.go:216: trying to connect to peer VJSC1eSRw/mHziabo9H8hEkHm0n64f/MGOSGJcIgcEU= 2023-06-13T08:58:47Z DEBG client/internal/stdnet/filter.go:23: ignoring interface docker0 - it is not allowed 2023-06-13T08:58:47Z DEBG client/internal/stdnet/filter.go:23: ignoring interface br-3b20c38d5758 - it is not allowed 2023-06-13T08:58:47Z DEBG client/internal/stdnet/filter.go:23: ignoring interface br-66c6fd7ce3c8 - it is not allowed 2023-06-13T08:58:47Z DEBG client/internal/stdnet/filter.go:23: ignoring interface br-76cf3b25741d - it is not allowed 2023-06-13T08:58:47Z DEBG client/internal/stdnet/filter.go:23: ignoring interface wt0 - it is not allowed 2023-06-13T08:58:47Z DEBG client/internal/peer/conn.go:247: connection offer sent to peer VJSC1eSRw/mHziabo9H8hEkHm0n64f/MGOSGJcIgcEU=, waiting for the confirmation 2023-06-13T08:58:48Z DEBG client/internal/peer/conn.go:581: OnRemoteOffer from peer VJSC1eSRw/mHziabo9H8hEkHm0n64f/MGOSGJcIgcEU= on status Disconnected 2023-06-13T08:58:48Z DEBG client/internal/peer/conn.go:513: sending answer to VJSC1eSRw/mHziabo9H8hEkHm0n64f/MGOSGJcIgcEU= 2023-06-13T08:58:48Z DEBG client/internal/peer/conn.go:268: received connection confirmation from peer VJSC1eSRw/mHziabo9H8hEkHm0n64f/MGOSGJcIgcEU= running version 0.21.3 and with remote WireGuard listen port 51820 2023-06-13T08:58:48Z DEBG client/internal/peer/conn.go:498: peer VJSC1eSRw/mHziabo9H8hEkHm0n64f/MGOSGJcIgcEU= ICE ConnectionState has changed to Checking 2023-06-13T08:58:48Z DEBG client/internal/peer/conn.go:481: discovered local candidate udp4 host 10.0.0.222:51820 2023-06-13T08:58:48Z DEBG client/internal/peer/conn.go:610: OnRemoteCandidate from peer VJSC1eSRw/mHziabo9H8hEkHm0n64f/MGOSGJcIgcEU= -> udp4 host 192.168.86.9:51820 2023-06-13T08:58:48Z DEBG client/internal/peer/conn.go:610: OnRemoteCandidate from peer VJSC1eSRw/mHziabo9H8hEkHm0n64f/MGOSGJcIgcEU= -> udp4 host 172.16.0.2:51820 2023-06-13T08:58:48Z DEBG iface/bind/udp_mux.go:351: ICE: registered 192.168.86.9:51820 for mJtPMntMdbQBsFqI 2023-06-13T08:58:48Z DEBG iface/bind/udp_mux.go:351: ICE: registered 172.16.0.2:51820 for mJtPMntMdbQBsFqI 2023-06-13T08:58:48Z DEBG client/internal/peer/conn.go:610: OnRemoteCandidate from peer VJSC1eSRw/mHziabo9H8hEkHm0n64f/MGOSGJcIgcEU= -> udp4 host 169.254.118.149:51820 2023-06-13T08:58:48Z DEBG iface/bind/udp_mux.go:351: ICE: registered 169.254.118.149:51820 for mJtPMntMdbQBsFqI 2023-06-13T08:58:48Z DEBG client/internal/peer/conn.go:610: OnRemoteCandidate from peer VJSC1eSRw/mHziabo9H8hEkHm0n64f/MGOSGJcIgcEU= -> udp4 host 127.0.0.1:51820 2023-06-13T08:58:48Z DEBG client/internal/peer/conn.go:610: OnRemoteCandidate from peer VJSC1eSRw/mHziabo9H8hEkHm0n64f/MGOSGJcIgcEU= -> udp4 host 127.0.2.2:51820 2023-06-13T08:58:48Z DEBG iface/bind/udp_mux.go:351: ICE: registered 127.0.0.1:51820 for mJtPMntMdbQBsFqI 2023-06-13T08:58:48Z DEBG iface/bind/udp_mux.go:351: ICE: registered 127.0.2.2:51820 for mJtPMntMdbQBsFqI 2023-06-13T08:58:48Z DEBG client/internal/peer/conn.go:610: OnRemoteCandidate from peer VJSC1eSRw/mHziabo9H8hEkHm0n64f/MGOSGJcIgcEU= -> udp4 host 127.0.2.3:51820 2023-06-13T08:58:48Z DEBG iface/bind/udp_mux.go:351: ICE: registered 127.0.2.3:51820 for mJtPMntMdbQBsFqI 2023-06-13T08:58:48Z DEBG client/internal/peer/conn.go:610: OnRemoteCandidate from peer VJSC1eSRw/mHziabo9H8hEkHm0n64f/MGOSGJcIgcEU= -> udp4 host 172.18.16.1:51820 2023-06-13T08:58:48Z DEBG iface/bind/udp_mux.go:351: ICE: registered 172.18.16.1:51820 for mJtPMntMdbQBsFqI 2023-06-13T08:58:48Z DEBG client/internal/peer/conn.go:216: trying to connect to peer 0AFp4zZN1/rAewN7yWuuX98VFySVKdKKNGPD1erAqSQ= 2023-06-13T08:58:48Z DEBG client/internal/stdnet/filter.go:23: ignoring interface docker0 - it is not allowed 2023-06-13T08:58:48Z DEBG client/internal/stdnet/filter.go:23: ignoring interface br-3b20c38d5758 - it is not allowed 2023-06-13T08:58:48Z DEBG client/internal/stdnet/filter.go:23: ignoring interface br-66c6fd7ce3c8 - it is not allowed 2023-06-13T08:58:48Z DEBG client/internal/stdnet/filter.go:23: ignoring interface br-76cf3b25741d - it is not allowed 2023-06-13T08:58:48Z DEBG client/internal/stdnet/filter.go:23: ignoring interface wt0 - it is not allowed 2023-06-13T08:58:48Z DEBG client/internal/peer/conn.go:247: connection offer sent to peer 0AFp4zZN1/rAewN7yWuuX98VFySVKdKKNGPD1erAqSQ=, waiting for the confirmation 2023-06-13T08:58:48Z DEBG client/internal/peer/conn.go:596: OnRemoteAnswer from peer 0AFp4zZN1/rAewN7yWuuX98VFySVKdKKNGPD1erAqSQ= on status Disconnected 2023-06-13T08:58:48Z DEBG client/internal/peer/conn.go:268: received connection confirmation from peer 0AFp4zZN1/rAewN7yWuuX98VFySVKdKKNGPD1erAqSQ= running version 0.21.3 and with remote WireGuard listen port 51820 2023-06-13T08:58:48Z DEBG client/internal/peer/conn.go:498: peer 0AFp4zZN1/rAewN7yWuuX98VFySVKdKKNGPD1erAqSQ= ICE ConnectionState has changed to Checking 2023-06-13T08:58:48Z DEBG client/internal/peer/conn.go:481: discovered local candidate udp4 host 10.0.0.222:51820 2023-06-13T08:58:48Z DEBG client/internal/peer/conn.go:610: OnRemoteCandidate from peer 0AFp4zZN1/rAewN7yWuuX98VFySVKdKKNGPD1erAqSQ= -> udp4 host 10.100.199.4:51820 2023-06-13T08:58:48Z DEBG iface/bind/udp_mux.go:351: ICE: registered 10.100.199.4:51820 for jwgjSYWXhjtCWHRx 2023-06-13T08:59:00Z DEBG client/internal/peer/conn.go:498: peer VJSC1eSRw/mHziabo9H8hEkHm0n64f/MGOSGJcIgcEU= ICE ConnectionState has changed to Failed 2023-06-13T08:59:00Z DEBG client/internal/peer/conn.go:413: trying to cleanup VJSC1eSRw/mHziabo9H8hEkHm0n64f/MGOSGJcIgcEU= 2023-06-13T08:59:00Z DEBG client/internal/peer/conn.go:451: cleaned up connection to peer VJSC1eSRw/mHziabo9H8hEkHm0n64f/MGOSGJcIgcEU= 2023-06-13T08:59:00Z DEBG client/internal/engine.go:808: connection to peer VJSC1eSRw/mHziabo9H8hEkHm0n64f/MGOSGJcIgcEU= failed: connecting canceled by caller 2023-06-13T08:59:00Z DEBG client/internal/peer/conn.go:498: peer VJSC1eSRw/mHziabo9H8hEkHm0n64f/MGOSGJcIgcEU= ICE ConnectionState has changed to Closed 2023-06-13T08:59:00Z DEBG client/internal/peer/conn.go:498: peer 0AFp4zZN1/rAewN7yWuuX98VFySVKdKKNGPD1erAqSQ= ICE ConnectionState has changed to Failed 2023-06-13T08:59:00Z DEBG client/internal/peer/conn.go:413: trying to cleanup 0AFp4zZN1/rAewN7yWuuX98VFySVKdKKNGPD1erAqSQ= 2023-06-13T08:59:00Z DEBG client/internal/peer/conn.go:451: cleaned up connection to peer 0AFp4zZN1/rAewN7yWuuX98VFySVKdKKNGPD1erAqSQ= 2023-06-13T08:59:00Z DEBG client/internal/engine.go:808: connection to peer 0AFp4zZN1/rAewN7yWuuX98VFySVKdKKNGPD1erAqSQ= failed: connecting canceled by caller 2023-06-13T08:59:00Z DEBG client/internal/peer/conn.go:498: peer 0AFp4zZN1/rAewN7yWuuX98VFySVKdKKNGPD1erAqSQ= ICE ConnectionState has changed to Closed 2023-06-13T08:59:01Z DEBG client/internal/peer/conn.go:216: trying to connect to peer 0AFp4zZN1/rAewN7yWuuX98VFySVKdKKNGPD1erAqSQ= 2023-06-13T08:59:01Z DEBG client/internal/stdnet/filter.go:23: ignoring interface docker0 - it is not allowed 2023-06-13T08:59:01Z DEBG client/internal/stdnet/filter.go:23: ignoring interface br-3b20c38d5758 - it is not allowed 2023-06-13T08:59:01Z DEBG client/internal/stdnet/filter.go:23: ignoring interface br-66c6fd7ce3c8 - it is not allowed 2023-06-13T08:59:01Z DEBG client/internal/stdnet/filter.go:23: ignoring interface br-76cf3b25741d - it is not allowed 2023-06-13T08:59:01Z DEBG client/internal/stdnet/filter.go:23: ignoring interface wt0 - it is not allowed 2023-06-13T08:59:01Z DEBG client/internal/peer/conn.go:247: connection offer sent to peer 0AFp4zZN1/rAewN7yWuuX98VFySVKdKKNGPD1erAqSQ=, waiting for the confirmation 2023-06-13T08:59:02Z DEBG client/internal/peer/conn.go:216: trying to connect to peer VJSC1eSRw/mHziabo9H8hEkHm0n64f/MGOSGJcIgcEU= 2023-06-13T08:59:02Z DEBG client/internal/stdnet/filter.go:23: ignoring interface docker0 - it is not allowed 2023-06-13T08:59:02Z DEBG client/internal/stdnet/filter.go:23: ignoring interface br-3b20c38d5758 - it is not allowed 2023-06-13T08:59:02Z DEBG client/internal/stdnet/filter.go:23: ignoring interface br-66c6fd7ce3c8 - it is not allowed 2023-06-13T08:59:02Z DEBG client/internal/stdnet/filter.go:23: ignoring interface br-76cf3b25741d - it is not allowed 2023-06-13T08:59:02Z DEBG client/internal/stdnet/filter.go:23: ignoring interface wt0 - it is not allowed 2023-06-13T08:59:02Z DEBG client/internal/peer/conn.go:247: connection offer sent to peer VJSC1eSRw/mHziabo9H8hEkHm0n64f/MGOSGJcIgcEU=, waiting for the confirmation 2023-06-13T08:59:02Z DEBG client/internal/peer/conn.go:581: OnRemoteOffer from peer 0AFp4zZN1/rAewN7yWuuX98VFySVKdKKNGPD1erAqSQ= on status Disconnected 2023-06-13T08:59:02Z DEBG client/internal/peer/conn.go:513: sending answer to 0AFp4zZN1/rAewN7yWuuX98VFySVKdKKNGPD1erAqSQ= 2023-06-13T08:59:02Z DEBG client/internal/peer/conn.go:268: received connection confirmation from peer 0AFp4zZN1/rAewN7yWuuX98VFySVKdKKNGPD1erAqSQ= running version 0.21.3 and with remote WireGuard listen port 51820 2023-06-13T08:59:02Z DEBG client/internal/peer/conn.go:498: peer 0AFp4zZN1/rAewN7yWuuX98VFySVKdKKNGPD1erAqSQ= ICE ConnectionState has changed to Checking 2023-06-13T08:59:02Z DEBG client/internal/peer/conn.go:481: discovered local candidate udp4 host 10.0.0.222:51820 2023-06-13T08:59:02Z DEBG client/internal/peer/conn.go:610: OnRemoteCandidate from peer 0AFp4zZN1/rAewN7yWuuX98VFySVKdKKNGPD1erAqSQ= -> udp4 host 10.100.199.4:51820 2023-06-13T08:59:02Z DEBG iface/bind/udp_mux.go:351: ICE: registered 10.100.199.4:51820 for VSbvUvgNgnGlLZvI 2023-06-13T08:59:02Z DEBG client/internal/peer/conn.go:581: OnRemoteOffer from peer VJSC1eSRw/mHziabo9H8hEkHm0n64f/MGOSGJcIgcEU= on status Disconnected 2023-06-13T08:59:02Z DEBG client/internal/peer/conn.go:513: sending answer to VJSC1eSRw/mHziabo9H8hEkHm0n64f/MGOSGJcIgcEU= 2023-06-13T08:59:02Z DEBG client/internal/peer/conn.go:268: received connection confirmation from peer VJSC1eSRw/mHziabo9H8hEkHm0n64f/MGOSGJcIgcEU= running version 0.21.3 and with remote WireGuard listen port 51820 2023-06-13T08:59:02Z DEBG client/internal/peer/conn.go:498: peer VJSC1eSRw/mHziabo9H8hEkHm0n64f/MGOSGJcIgcEU= ICE ConnectionState has changed to Checking 2023-06-13T08:59:02Z DEBG client/internal/peer/conn.go:481: discovered local candidate udp4 host 10.0.0.222:51820 2023-06-13T08:59:02Z DEBG client/internal/peer/conn.go:610: OnRemoteCandidate from peer VJSC1eSRw/mHziabo9H8hEkHm0n64f/MGOSGJcIgcEU= -> udp4 host 192.168.86.9:51820 2023-06-13T08:59:02Z DEBG client/internal/peer/conn.go:610: OnRemoteCandidate from peer VJSC1eSRw/mHziabo9H8hEkHm0n64f/MGOSGJcIgcEU= -> udp4 host 172.16.0.2:51820 2023-06-13T08:59:02Z DEBG client/internal/peer/conn.go:610: OnRemoteCandidate from peer VJSC1eSRw/mHziabo9H8hEkHm0n64f/MGOSGJcIgcEU= -> udp4 host 169.254.118.149:51820 2023-06-13T08:59:02Z DEBG iface/bind/udp_mux.go:351: ICE: registered 192.168.86.9:51820 for ZLvBwBBcdaRfrgVi 2023-06-13T08:59:02Z DEBG client/internal/peer/conn.go:610: OnRemoteCandidate from peer VJSC1eSRw/mHziabo9H8hEkHm0n64f/MGOSGJcIgcEU= -> udp4 host 127.0.2.2:51820 2023-06-13T08:59:02Z DEBG iface/bind/udp_mux.go:351: ICE: registered 172.16.0.2:51820 for ZLvBwBBcdaRfrgVi 2023-06-13T08:59:02Z DEBG client/internal/peer/conn.go:610: OnRemoteCandidate from peer VJSC1eSRw/mHziabo9H8hEkHm0n64f/MGOSGJcIgcEU= -> udp4 host 127.0.0.1:51820 2023-06-13T08:59:02Z DEBG iface/bind/udp_mux.go:351: ICE: registered 169.254.118.149:51820 for ZLvBwBBcdaRfrgVi 2023-06-13T08:59:02Z DEBG iface/bind/udp_mux.go:351: ICE: registered 127.0.2.2:51820 for ZLvBwBBcdaRfrgVi 2023-06-13T08:59:02Z DEBG client/internal/peer/conn.go:610: OnRemoteCandidate from peer VJSC1eSRw/mHziabo9H8hEkHm0n64f/MGOSGJcIgcEU= -> udp4 host 127.0.2.3:51820 2023-06-13T08:59:02Z DEBG iface/bind/udp_mux.go:351: ICE: registered 127.0.0.1:51820 for ZLvBwBBcdaRfrgVi 2023-06-13T08:59:02Z DEBG client/internal/peer/conn.go:610: OnRemoteCandidate from peer VJSC1eSRw/mHziabo9H8hEkHm0n64f/MGOSGJcIgcEU= -> udp4 host 172.18.16.1:51820 2023-06-13T08:59:02Z DEBG iface/bind/udp_mux.go:351: ICE: registered 127.0.2.3:51820 for ZLvBwBBcdaRfrgVi 2023-06-13T08:59:02Z DEBG iface/bind/udp_mux.go:351: ICE: registered 172.18.16.1:51820 for ZLvBwBBcdaRfrgVi 2023-06-13T08:59:11Z DEBG client/internal/peer/conn.go:413: trying to cleanup 0x29AQ1eESEfv6wE7bhabvx8Xx4fiWt3HcHgJWLY6QM= 2023-06-13T08:59:11Z DEBG client/internal/peer/conn.go:451: cleaned up connection to peer 0x29AQ1eESEfv6wE7bhabvx8Xx4fiWt3HcHgJWLY6QM= 2023-06-13T08:59:11Z DEBG client/internal/engine.go:808: connection to peer 0x29AQ1eESEfv6wE7bhabvx8Xx4fiWt3HcHgJWLY6QM= failed: connection to peer 0x29AQ1eESEfv6wE7bhabvx8Xx4fiWt3HcHgJWLY6QM= timed out after 37.138s 2023-06-13T08:59:11Z DEBG client/internal/peer/conn.go:498: peer 0x29AQ1eESEfv6wE7bhabvx8Xx4fiWt3HcHgJWLY6QM= ICE ConnectionState has changed to Closed 2023-06-13T08:59:13Z DEBG client/internal/peer/conn.go:216: trying to connect to peer 0x29AQ1eESEfv6wE7bhabvx8Xx4fiWt3HcHgJWLY6QM= 2023-06-13T08:59:13Z DEBG client/internal/stdnet/filter.go:23: ignoring interface docker0 - it is not allowed 2023-06-13T08:59:13Z DEBG client/internal/stdnet/filter.go:23: ignoring interface br-3b20c38d5758 - it is not allowed 2023-06-13T08:59:13Z DEBG client/internal/stdnet/filter.go:23: ignoring interface br-66c6fd7ce3c8 - it is not allowed 2023-06-13T08:59:13Z DEBG client/internal/stdnet/filter.go:23: ignoring interface br-76cf3b25741d - it is not allowed 2023-06-13T08:59:13Z DEBG client/internal/stdnet/filter.go:23: ignoring interface wt0 - it is not allowed 2023-06-13T08:59:13Z DEBG client/internal/peer/conn.go:247: connection offer sent to peer 0x29AQ1eESEfv6wE7bhabvx8Xx4fiWt3HcHgJWLY6QM=, waiting for the confirmation 2023-06-13T08:59:14Z DEBG client/internal/peer/conn.go:498: peer 0AFp4zZN1/rAewN7yWuuX98VFySVKdKKNGPD1erAqSQ= ICE ConnectionState has changed to Failed 2023-06-13T08:59:14Z DEBG client/internal/peer/conn.go:413: trying to cleanup 0AFp4zZN1/rAewN7yWuuX98VFySVKdKKNGPD1erAqSQ= 2023-06-13T08:59:14Z DEBG client/internal/peer/conn.go:451: cleaned up connection to peer 0AFp4zZN1/rAewN7yWuuX98VFySVKdKKNGPD1erAqSQ= 2023-06-13T08:59:14Z DEBG client/internal/engine.go:808: connection to peer 0AFp4zZN1/rAewN7yWuuX98VFySVKdKKNGPD1erAqSQ= failed: connecting canceled by caller 2023-06-13T08:59:14Z DEBG client/internal/peer/conn.go:498: peer 0AFp4zZN1/rAewN7yWuuX98VFySVKdKKNGPD1erAqSQ= ICE ConnectionState has changed to Closed 2023-06-13T08:59:14Z DEBG client/internal/peer/conn.go:498: peer VJSC1eSRw/mHziabo9H8hEkHm0n64f/MGOSGJcIgcEU= ICE ConnectionState has changed to Failed 2023-06-13T08:59:14Z DEBG client/internal/peer/conn.go:413: trying to cleanup VJSC1eSRw/mHziabo9H8hEkHm0n64f/MGOSGJcIgcEU= 2023-06-13T08:59:14Z DEBG client/internal/peer/conn.go:498: peer VJSC1eSRw/mHziabo9H8hEkHm0n64f/MGOSGJcIgcEU= ICE ConnectionState has changed to Closed 2023-06-13T08:59:14Z DEBG client/internal/peer/conn.go:451: cleaned up connection to peer VJSC1eSRw/mHziabo9H8hEkHm0n64f/MGOSGJcIgcEU= 2023-06-13T08:59:14Z DEBG client/internal/engine.go:808: connection to peer VJSC1eSRw/mHziabo9H8hEkHm0n64f/MGOSGJcIgcEU= failed: connecting canceled by caller 2023-06-13T08:59:15Z DEBG client/internal/peer/conn.go:216: trying to connect to peer 0AFp4zZN1/rAewN7yWuuX98VFySVKdKKNGPD1erAqSQ= 2023-06-13T08:59:15Z DEBG client/internal/stdnet/filter.go:23: ignoring interface docker0 - it is not allowed 2023-06-13T08:59:15Z DEBG client/internal/stdnet/filter.go:23: ignoring interface br-3b20c38d5758 - it is not allowed 2023-06-13T08:59:15Z DEBG client/internal/stdnet/filter.go:23: ignoring interface br-66c6fd7ce3c8 - it is not allowed 2023-06-13T08:59:15Z DEBG client/internal/stdnet/filter.go:23: ignoring interface br-76cf3b25741d - it is not allowed 2023-06-13T08:59:15Z DEBG client/internal/stdnet/filter.go:23: ignoring interface wt0 - it is not allowed 2023-06-13T08:59:15Z DEBG client/internal/peer/conn.go:247: connection offer sent to peer 0AFp4zZN1/rAewN7yWuuX98VFySVKdKKNGPD1erAqSQ=, waiting for the confirmation 2023-06-13T08:59:15Z DEBG client/internal/peer/conn.go:216: trying to connect to peer VJSC1eSRw/mHziabo9H8hEkHm0n64f/MGOSGJcIgcEU= 2023-06-13T08:59:15Z DEBG client/internal/stdnet/filter.go:23: ignoring interface docker0 - it is not allowed 2023-06-13T08:59:15Z DEBG client/internal/stdnet/filter.go:23: ignoring interface br-3b20c38d5758 - it is not allowed 2023-06-13T08:59:15Z DEBG client/internal/stdnet/filter.go:23: ignoring interface br-66c6fd7ce3c8 - it is not allowed 2023-06-13T08:59:15Z DEBG client/internal/stdnet/filter.go:23: ignoring interface br-76cf3b25741d - it is not allowed 2023-06-13T08:59:15Z DEBG client/internal/stdnet/filter.go:23: ignoring interface wt0 - it is not allowed 2023-06-13T08:59:15Z DEBG client/internal/peer/conn.go:247: connection offer sent to peer VJSC1eSRw/mHziabo9H8hEkHm0n64f/MGOSGJcIgcEU=, waiting for the confirmation 2023-06-13T08:59:15Z DEBG client/internal/peer/conn.go:581: OnRemoteOffer from peer 0AFp4zZN1/rAewN7yWuuX98VFySVKdKKNGPD1erAqSQ= on status Disconnected 2023-06-13T08:59:15Z DEBG client/internal/peer/conn.go:513: sending answer to 0AFp4zZN1/rAewN7yWuuX98VFySVKdKKNGPD1erAqSQ= 2023-06-13T08:59:15Z DEBG client/internal/peer/conn.go:268: received connection confirmation from peer 0AFp4zZN1/rAewN7yWuuX98VFySVKdKKNGPD1erAqSQ= running version 0.21.3 and with remote WireGuard listen port 51820 2023-06-13T08:59:15Z DEBG client/internal/peer/conn.go:498: peer 0AFp4zZN1/rAewN7yWuuX98VFySVKdKKNGPD1erAqSQ= ICE ConnectionState has changed to Checking 2023-06-13T08:59:15Z DEBG client/internal/peer/conn.go:481: discovered local candidate udp4 host 10.0.0.222:51820 2023-06-13T08:59:15Z DEBG client/internal/peer/conn.go:610: OnRemoteCandidate from peer 0AFp4zZN1/rAewN7yWuuX98VFySVKdKKNGPD1erAqSQ= -> udp4 host 10.100.199.4:51820 2023-06-13T08:59:15Z DEBG iface/bind/udp_mux.go:351: ICE: registered 10.100.199.4:51820 for YaBUvruovotLutkn 2023-06-13T08:59:16Z DEBG client/internal/peer/conn.go:581: OnRemoteOffer from peer VJSC1eSRw/mHziabo9H8hEkHm0n64f/MGOSGJcIgcEU= on status Disconnected 2023-06-13T08:59:16Z DEBG client/internal/peer/conn.go:513: sending answer to VJSC1eSRw/mHziabo9H8hEkHm0n64f/MGOSGJcIgcEU= 2023-06-13T08:59:16Z DEBG client/internal/peer/conn.go:268: received connection confirmation from peer VJSC1eSRw/mHziabo9H8hEkHm0n64f/MGOSGJcIgcEU= running version 0.21.3 and with remote WireGuard listen port 51820 2023-06-13T08:59:16Z DEBG client/internal/peer/conn.go:498: peer VJSC1eSRw/mHziabo9H8hEkHm0n64f/MGOSGJcIgcEU= ICE ConnectionState has changed to Checking 2023-06-13T08:59:16Z DEBG client/internal/peer/conn.go:481: discovered local candidate udp4 host 10.0.0.222:51820 2023-06-13T08:59:27Z DEBG client/internal/peer/conn.go:498: peer 0AFp4zZN1/rAewN7yWuuX98VFySVKdKKNGPD1erAqSQ= ICE ConnectionState has changed to Failed 2023-06-13T08:59:27Z DEBG client/internal/peer/conn.go:413: trying to cleanup 0AFp4zZN1/rAewN7yWuuX98VFySVKdKKNGPD1erAqSQ= 2023-06-13T08:59:27Z DEBG client/internal/peer/conn.go:451: cleaned up connection to peer 0AFp4zZN1/rAewN7yWuuX98VFySVKdKKNGPD1erAqSQ= 2023-06-13T08:59:27Z DEBG client/internal/engine.go:808: connection to peer 0AFp4zZN1/rAewN7yWuuX98VFySVKdKKNGPD1erAqSQ= failed: connecting canceled by caller 2023-06-13T08:59:27Z DEBG client/internal/peer/conn.go:498: peer 0AFp4zZN1/rAewN7yWuuX98VFySVKdKKNGPD1erAqSQ= ICE ConnectionState has changed to Closed 2023-06-13T08:59:28Z DEBG client/internal/peer/conn.go:498: peer VJSC1eSRw/mHziabo9H8hEkHm0n64f/MGOSGJcIgcEU= ICE ConnectionState has changed to Failed 2023-06-13T08:59:28Z DEBG client/internal/peer/conn.go:413: trying to cleanup VJSC1eSRw/mHziabo9H8hEkHm0n64f/MGOSGJcIgcEU= 2023-06-13T08:59:28Z DEBG client/internal/peer/conn.go:451: cleaned up connection to peer VJSC1eSRw/mHziabo9H8hEkHm0n64f/MGOSGJcIgcEU= 2023-06-13T08:59:28Z DEBG client/internal/engine.go:808: connection to peer VJSC1eSRw/mHziabo9H8hEkHm0n64f/MGOSGJcIgcEU= failed: connecting canceled by caller 2023-06-13T08:59:28Z DEBG client/internal/peer/conn.go:498: peer VJSC1eSRw/mHziabo9H8hEkHm0n64f/MGOSGJcIgcEU= ICE ConnectionState has changed to Closed 2023-06-13T08:59:28Z DEBG client/internal/peer/conn.go:581: OnRemoteOffer from peer 0AFp4zZN1/rAewN7yWuuX98VFySVKdKKNGPD1erAqSQ= on status Disconnected 2023-06-13T08:59:28Z DEBG client/internal/peer/conn.go:587: OnRemoteOffer skipping message from peer 0AFp4zZN1/rAewN7yWuuX98VFySVKdKKNGPD1erAqSQ= on status Disconnected because is not ready 2023-06-13T08:59:29Z DEBG client/internal/peer/conn.go:216: trying to connect to peer 0AFp4zZN1/rAewN7yWuuX98VFySVKdKKNGPD1erAqSQ= 2023-06-13T08:59:29Z DEBG client/internal/stdnet/filter.go:23: ignoring interface docker0 - it is not allowed 2023-06-13T08:59:29Z DEBG client/internal/stdnet/filter.go:23: ignoring interface br-3b20c38d5758 - it is not allowed 2023-06-13T08:59:29Z DEBG client/internal/stdnet/filter.go:23: ignoring interface br-66c6fd7ce3c8 - it is not allowed 2023-06-13T08:59:29Z DEBG client/internal/stdnet/filter.go:23: ignoring interface br-76cf3b25741d - it is not allowed 2023-06-13T08:59:29Z DEBG client/internal/stdnet/filter.go:23: ignoring interface wt0 - it is not allowed 2023-06-13T08:59:29Z DEBG client/internal/peer/conn.go:247: connection offer sent to peer 0AFp4zZN1/rAewN7yWuuX98VFySVKdKKNGPD1erAqSQ=, waiting for the confirmation 2023-06-13T08:59:29Z DEBG client/internal/peer/conn.go:596: OnRemoteAnswer from peer 0AFp4zZN1/rAewN7yWuuX98VFySVKdKKNGPD1erAqSQ= on status Disconnected 2023-06-13T08:59:29Z DEBG client/internal/peer/conn.go:268: received connection confirmation from peer 0AFp4zZN1/rAewN7yWuuX98VFySVKdKKNGPD1erAqSQ= running version 0.21.3 and with remote WireGuard listen port 51820 2023-06-13T08:59:29Z DEBG client/internal/peer/conn.go:498: peer 0AFp4zZN1/rAewN7yWuuX98VFySVKdKKNGPD1erAqSQ= ICE ConnectionState has changed to Checking 2023-06-13T08:59:29Z DEBG client/internal/peer/conn.go:481: discovered local candidate udp4 host 10.0.0.222:51820 2023-06-13T08:59:29Z DEBG client/internal/peer/conn.go:610: OnRemoteCandidate from peer 0AFp4zZN1/rAewN7yWuuX98VFySVKdKKNGPD1erAqSQ= -> udp4 host 10.100.199.4:51820 2023-06-13T08:59:29Z DEBG iface/bind/udp_mux.go:351: ICE: registered 10.100.199.4:51820 for oXHzBujZCaDrjOFR 2023-06-13T08:59:29Z DEBG client/internal/peer/conn.go:216: trying to connect to peer VJSC1eSRw/mHziabo9H8hEkHm0n64f/MGOSGJcIgcEU= 2023-06-13T08:59:29Z DEBG client/internal/stdnet/filter.go:23: ignoring interface docker0 - it is not allowed 2023-06-13T08:59:29Z DEBG client/internal/stdnet/filter.go:23: ignoring interface br-3b20c38d5758 - it is not allowed 2023-06-13T08:59:29Z DEBG client/internal/stdnet/filter.go:23: ignoring interface br-66c6fd7ce3c8 - it is not allowed 2023-06-13T08:59:29Z DEBG client/internal/stdnet/filter.go:23: ignoring interface br-76cf3b25741d - it is not allowed 2023-06-13T08:59:29Z DEBG client/internal/stdnet/filter.go:23: ignoring interface wt0 - it is not allowed 2023-06-13T08:59:29Z DEBG client/internal/peer/conn.go:247: connection offer sent to peer VJSC1eSRw/mHziabo9H8hEkHm0n64f/MGOSGJcIgcEU=, waiting for the confirmation 2023-06-13T08:59:29Z DEBG client/internal/peer/conn.go:596: OnRemoteAnswer from peer VJSC1eSRw/mHziabo9H8hEkHm0n64f/MGOSGJcIgcEU= on status Disconnected 2023-06-13T08:59:29Z DEBG client/internal/peer/conn.go:268: received connection confirmation from peer VJSC1eSRw/mHziabo9H8hEkHm0n64f/MGOSGJcIgcEU= running version 0.21.3 and with remote WireGuard listen port 51820 2023-06-13T08:59:29Z DEBG client/internal/peer/conn.go:498: peer VJSC1eSRw/mHziabo9H8hEkHm0n64f/MGOSGJcIgcEU= ICE ConnectionState has changed to Checking 2023-06-13T08:59:29Z DEBG client/internal/peer/conn.go:481: discovered local candidate udp4 host 10.0.0.222:51820 2023-06-13T08:59:29Z DEBG client/internal/peer/conn.go:610: OnRemoteCandidate from peer VJSC1eSRw/mHziabo9H8hEkHm0n64f/MGOSGJcIgcEU= -> udp4 host 192.168.86.9:51820 2023-06-13T08:59:29Z DEBG client/internal/peer/conn.go:610: OnRemoteCandidate from peer VJSC1eSRw/mHziabo9H8hEkHm0n64f/MGOSGJcIgcEU= -> udp4 host 172.16.0.2:51820 2023-06-13T08:59:29Z DEBG iface/bind/udp_mux.go:351: ICE: registered 192.168.86.9:51820 for sDNHXgNzcokWOUUj 2023-06-13T08:59:29Z DEBG iface/bind/udp_mux.go:351: ICE: registered 172.16.0.2:51820 for sDNHXgNzcokWOUUj 2023-06-13T08:59:29Z DEBG client/internal/peer/conn.go:610: OnRemoteCandidate from peer VJSC1eSRw/mHziabo9H8hEkHm0n64f/MGOSGJcIgcEU= -> udp4 host 169.254.118.149:51820 2023-06-13T08:59:29Z DEBG client/internal/peer/conn.go:610: OnRemoteCandidate from peer VJSC1eSRw/mHziabo9H8hEkHm0n64f/MGOSGJcIgcEU= -> udp4 host 127.0.2.2:51820 2023-06-13T08:59:29Z DEBG iface/bind/udp_mux.go:351: ICE: registered 169.254.118.149:51820 for sDNHXgNzcokWOUUj 2023-06-13T08:59:29Z DEBG client/internal/peer/conn.go:610: OnRemoteCandidate from peer VJSC1eSRw/mHziabo9H8hEkHm0n64f/MGOSGJcIgcEU= -> udp4 host 127.0.0.1:51820 2023-06-13T08:59:29Z DEBG iface/bind/udp_mux.go:351: ICE: registered 127.0.2.2:51820 for sDNHXgNzcokWOUUj 2023-06-13T08:59:29Z DEBG iface/bind/udp_mux.go:351: ICE: registered 127.0.0.1:51820 for sDNHXgNzcokWOUUj 2023-06-13T08:59:29Z DEBG client/internal/peer/conn.go:610: OnRemoteCandidate from peer VJSC1eSRw/mHziabo9H8hEkHm0n64f/MGOSGJcIgcEU= -> udp4 host 172.18.16.1:51820 2023-06-13T08:59:29Z DEBG iface/bind/udp_mux.go:351: ICE: registered 172.18.16.1:51820 for sDNHXgNzcokWOUUj 2023-06-13T08:59:29Z DEBG client/internal/peer/conn.go:610: OnRemoteCandidate from peer VJSC1eSRw/mHziabo9H8hEkHm0n64f/MGOSGJcIgcEU= -> udp4 host 127.0.2.3:51820 2023-06-13T08:59:29Z DEBG iface/bind/udp_mux.go:351: ICE: registered 127.0.2.3:51820 for sDNHXgNzcokWOUUj 2023-06-13T08:59:41Z DEBG client/internal/peer/conn.go:498: peer 0AFp4zZN1/rAewN7yWuuX98VFySVKdKKNGPD1erAqSQ= ICE ConnectionState has changed to Failed 2023-06-13T08:59:41Z DEBG client/internal/peer/conn.go:413: trying to cleanup 0AFp4zZN1/rAewN7yWuuX98VFySVKdKKNGPD1erAqSQ= 2023-06-13T08:59:41Z DEBG client/internal/peer/conn.go:451: cleaned up connection to peer 0AFp4zZN1/rAewN7yWuuX98VFySVKdKKNGPD1erAqSQ= 2023-06-13T08:59:41Z DEBG client/internal/engine.go:808: connection to peer 0AFp4zZN1/rAewN7yWuuX98VFySVKdKKNGPD1erAqSQ= failed: connecting canceled by caller 2023-06-13T08:59:41Z DEBG client/internal/peer/conn.go:498: peer 0AFp4zZN1/rAewN7yWuuX98VFySVKdKKNGPD1erAqSQ= ICE ConnectionState has changed to Closed 2023-06-13T08:59:42Z DEBG client/internal/peer/conn.go:498: peer VJSC1eSRw/mHziabo9H8hEkHm0n64f/MGOSGJcIgcEU= ICE ConnectionState has changed to Failed 2023-06-13T08:59:42Z DEBG client/internal/peer/conn.go:413: trying to cleanup VJSC1eSRw/mHziabo9H8hEkHm0n64f/MGOSGJcIgcEU= 2023-06-13T08:59:42Z DEBG client/internal/peer/conn.go:498: peer VJSC1eSRw/mHziabo9H8hEkHm0n64f/MGOSGJcIgcEU= ICE ConnectionState has changed to Closed 2023-06-13T08:59:42Z DEBG client/internal/peer/conn.go:451: cleaned up connection to peer VJSC1eSRw/mHziabo9H8hEkHm0n64f/MGOSGJcIgcEU= 2023-06-13T08:59:42Z DEBG client/internal/engine.go:808: connection to peer VJSC1eSRw/mHziabo9H8hEkHm0n64f/MGOSGJcIgcEU= failed: connecting canceled by caller 2023-06-13T08:59:42Z DEBG client/internal/peer/conn.go:216: trying to connect to peer 0AFp4zZN1/rAewN7yWuuX98VFySVKdKKNGPD1erAqSQ= 2023-06-13T08:59:42Z DEBG client/internal/stdnet/filter.go:23: ignoring interface docker0 - it is not allowed 2023-06-13T08:59:42Z DEBG client/internal/stdnet/filter.go:23: ignoring interface br-3b20c38d5758 - it is not allowed 2023-06-13T08:59:42Z DEBG client/internal/stdnet/filter.go:23: ignoring interface br-66c6fd7ce3c8 - it is not allowed 2023-06-13T08:59:42Z DEBG client/internal/stdnet/filter.go:23: ignoring interface br-76cf3b25741d - it is not allowed 2023-06-13T08:59:42Z DEBG client/internal/stdnet/filter.go:23: ignoring interface wt0 - it is not allowed 2023-06-13T08:59:42Z DEBG client/internal/peer/conn.go:247: connection offer sent to peer 0AFp4zZN1/rAewN7yWuuX98VFySVKdKKNGPD1erAqSQ=, waiting for the confirmation 2023-06-13T08:59:43Z DEBG client/internal/peer/conn.go:581: OnRemoteOffer from peer 0AFp4zZN1/rAewN7yWuuX98VFySVKdKKNGPD1erAqSQ= on status Disconnected 2023-06-13T08:59:43Z DEBG client/internal/peer/conn.go:513: sending answer to 0AFp4zZN1/rAewN7yWuuX98VFySVKdKKNGPD1erAqSQ= 2023-06-13T08:59:43Z DEBG client/internal/peer/conn.go:268: received connection confirmation from peer 0AFp4zZN1/rAewN7yWuuX98VFySVKdKKNGPD1erAqSQ= running version 0.21.3 and with remote WireGuard listen port 51820 2023-06-13T08:59:43Z DEBG client/internal/peer/conn.go:498: peer 0AFp4zZN1/rAewN7yWuuX98VFySVKdKKNGPD1erAqSQ= ICE ConnectionState has changed to Checking 2023-06-13T08:59:43Z DEBG client/internal/peer/conn.go:481: discovered local candidate udp4 host 10.0.0.222:51820 2023-06-13T08:59:43Z DEBG client/internal/peer/conn.go:581: OnRemoteOffer from peer VJSC1eSRw/mHziabo9H8hEkHm0n64f/MGOSGJcIgcEU= on status Disconnected 2023-06-13T08:59:43Z DEBG client/internal/peer/conn.go:587: OnRemoteOffer skipping message from peer VJSC1eSRw/mHziabo9H8hEkHm0n64f/MGOSGJcIgcEU= on status Disconnected because is not ready 2023-06-13T08:59:44Z DEBG client/internal/peer/conn.go:216: trying to connect to peer VJSC1eSRw/mHziabo9H8hEkHm0n64f/MGOSGJcIgcEU= 2023-06-13T08:59:44Z DEBG client/internal/stdnet/filter.go:23: ignoring interface docker0 - it is not allowed 2023-06-13T08:59:44Z DEBG client/internal/stdnet/filter.go:23: ignoring interface br-3b20c38d5758 - it is not allowed 2023-06-13T08:59:44Z DEBG client/internal/stdnet/filter.go:23: ignoring interface br-66c6fd7ce3c8 - it is not allowed 2023-06-13T08:59:44Z DEBG client/internal/stdnet/filter.go:23: ignoring interface br-76cf3b25741d - it is not allowed 2023-06-13T08:59:44Z DEBG client/internal/stdnet/filter.go:23: ignoring interface wt0 - it is not allowed 2023-06-13T08:59:44Z DEBG client/internal/peer/conn.go:247: connection offer sent to peer VJSC1eSRw/mHziabo9H8hEkHm0n64f/MGOSGJcIgcEU=, waiting for the confirmation 2023-06-13T08:59:44Z DEBG client/internal/peer/conn.go:596: OnRemoteAnswer from peer VJSC1eSRw/mHziabo9H8hEkHm0n64f/MGOSGJcIgcEU= on status Disconnected 2023-06-13T08:59:44Z DEBG client/internal/peer/conn.go:268: received connection confirmation from peer VJSC1eSRw/mHziabo9H8hEkHm0n64f/MGOSGJcIgcEU= running version 0.21.3 and with remote WireGuard listen port 51820 2023-06-13T08:59:44Z DEBG client/internal/peer/conn.go:498: peer VJSC1eSRw/mHziabo9H8hEkHm0n64f/MGOSGJcIgcEU= ICE ConnectionState has changed to Checking 2023-06-13T08:59:44Z DEBG client/internal/peer/conn.go:481: discovered local candidate udp4 host 10.0.0.222:51820 2023-06-13T08:59:44Z DEBG client/internal/peer/conn.go:610: OnRemoteCandidate from peer VJSC1eSRw/mHziabo9H8hEkHm0n64f/MGOSGJcIgcEU= -> udp4 host 172.18.16.1:51820 2023-06-13T08:59:44Z DEBG client/internal/peer/conn.go:610: OnRemoteCandidate from peer VJSC1eSRw/mHziabo9H8hEkHm0n64f/MGOSGJcIgcEU= -> udp4 host 172.16.0.2:51820 2023-06-13T08:59:44Z DEBG iface/bind/udp_mux.go:351: ICE: registered 172.18.16.1:51820 for IiaCsgdZThFOkJlJ 2023-06-13T08:59:44Z DEBG client/internal/peer/conn.go:610: OnRemoteCandidate from peer VJSC1eSRw/mHziabo9H8hEkHm0n64f/MGOSGJcIgcEU= -> udp4 host 192.168.86.9:51820 2023-06-13T08:59:44Z DEBG iface/bind/udp_mux.go:351: ICE: registered 172.16.0.2:51820 for IiaCsgdZThFOkJlJ 2023-06-13T08:59:44Z DEBG client/internal/peer/conn.go:610: OnRemoteCandidate from peer VJSC1eSRw/mHziabo9H8hEkHm0n64f/MGOSGJcIgcEU= -> udp4 host 127.0.0.1:51820 2023-06-13T08:59:44Z DEBG client/internal/peer/conn.go:610: OnRemoteCandidate from peer VJSC1eSRw/mHziabo9H8hEkHm0n64f/MGOSGJcIgcEU= -> udp4 host 169.254.118.149:51820 2023-06-13T08:59:44Z DEBG iface/bind/udp_mux.go:351: ICE: registered 192.168.86.9:51820 for IiaCsgdZThFOkJlJ 2023-06-13T08:59:44Z DEBG client/internal/peer/conn.go:610: OnRemoteCandidate from peer VJSC1eSRw/mHziabo9H8hEkHm0n64f/MGOSGJcIgcEU= -> udp4 host 127.0.2.3:51820 2023-06-13T08:59:44Z DEBG iface/bind/udp_mux.go:351: ICE: registered 127.0.0.1:51820 for IiaCsgdZThFOkJlJ 2023-06-13T08:59:44Z DEBG client/internal/peer/conn.go:610: OnRemoteCandidate from peer VJSC1eSRw/mHziabo9H8hEkHm0n64f/MGOSGJcIgcEU= -> udp4 host 127.0.2.2:51820 2023-06-13T08:59:44Z DEBG iface/bind/udp_mux.go:351: ICE: registered 169.254.118.149:51820 for IiaCsgdZThFOkJlJ 2023-06-13T08:59:44Z DEBG iface/bind/udp_mux.go:351: ICE: registered 127.0.2.2:51820 for IiaCsgdZThFOkJlJ 2023-06-13T08:59:44Z DEBG iface/bind/udp_mux.go:351: ICE: registered 127.0.2.3:51820 for IiaCsgdZThFOkJlJ 2023-06-13T08:59:50Z DEBG client/internal/peer/conn.go:413: trying to cleanup 0x29AQ1eESEfv6wE7bhabvx8Xx4fiWt3HcHgJWLY6QM= 2023-06-13T08:59:50Z DEBG client/internal/peer/conn.go:498: peer 0x29AQ1eESEfv6wE7bhabvx8Xx4fiWt3HcHgJWLY6QM= ICE ConnectionState has changed to Closed 2023-06-13T08:59:50Z DEBG client/internal/peer/conn.go:451: cleaned up connection to peer 0x29AQ1eESEfv6wE7bhabvx8Xx4fiWt3HcHgJWLY6QM= 2023-06-13T08:59:50Z DEBG client/internal/engine.go:808: connection to peer 0x29AQ1eESEfv6wE7bhabvx8Xx4fiWt3HcHgJWLY6QM= failed: connection to peer 0x29AQ1eESEfv6wE7bhabvx8Xx4fiWt3HcHgJWLY6QM= timed out after 37.138s 2023-06-13T08:59:51Z DEBG client/internal/peer/conn.go:216: trying to connect to peer 0x29AQ1eESEfv6wE7bhabvx8Xx4fiWt3HcHgJWLY6QM= 2023-06-13T08:59:51Z DEBG client/internal/stdnet/filter.go:23: ignoring interface docker0 - it is not allowed 2023-06-13T08:59:51Z DEBG client/internal/stdnet/filter.go:23: ignoring interface br-3b20c38d5758 - it is not allowed 2023-06-13T08:59:51Z DEBG client/internal/stdnet/filter.go:23: ignoring interface br-66c6fd7ce3c8 - it is not allowed 2023-06-13T08:59:51Z DEBG client/internal/stdnet/filter.go:23: ignoring interface br-76cf3b25741d - it is not allowed 2023-06-13T08:59:51Z DEBG client/internal/stdnet/filter.go:23: ignoring interface wt0 - it is not allowed 2023-06-13T08:59:51Z DEBG client/internal/peer/conn.go:247: connection offer sent to peer 0x29AQ1eESEfv6wE7bhabvx8Xx4fiWt3HcHgJWLY6QM=, waiting for the confirmation 2023-06-13T08:59:55Z DEBG client/internal/peer/conn.go:498: peer 0AFp4zZN1/rAewN7yWuuX98VFySVKdKKNGPD1erAqSQ= ICE ConnectionState has changed to Failed 2023-06-13T08:59:55Z DEBG client/internal/peer/conn.go:413: trying to cleanup 0AFp4zZN1/rAewN7yWuuX98VFySVKdKKNGPD1erAqSQ= 2023-06-13T08:59:55Z DEBG client/internal/peer/conn.go:451: cleaned up connection to peer 0AFp4zZN1/rAewN7yWuuX98VFySVKdKKNGPD1erAqSQ= 2023-06-13T08:59:55Z DEBG client/internal/engine.go:808: connection to peer 0AFp4zZN1/rAewN7yWuuX98VFySVKdKKNGPD1erAqSQ= failed: connecting canceled by caller 2023-06-13T08:59:55Z DEBG client/internal/peer/conn.go:498: peer 0AFp4zZN1/rAewN7yWuuX98VFySVKdKKNGPD1erAqSQ= ICE ConnectionState has changed to Closed 2023-06-13T08:59:56Z DEBG client/internal/peer/conn.go:498: peer VJSC1eSRw/mHziabo9H8hEkHm0n64f/MGOSGJcIgcEU= ICE ConnectionState has changed to Failed 2023-06-13T08:59:56Z DEBG client/internal/peer/conn.go:413: trying to cleanup VJSC1eSRw/mHziabo9H8hEkHm0n64f/MGOSGJcIgcEU= 2023-06-13T08:59:56Z DEBG client/internal/peer/conn.go:451: cleaned up connection to peer VJSC1eSRw/mHziabo9H8hEkHm0n64f/MGOSGJcIgcEU= 2023-06-13T08:59:56Z DEBG client/internal/engine.go:808: connection to peer VJSC1eSRw/mHziabo9H8hEkHm0n64f/MGOSGJcIgcEU= failed: connecting canceled by caller 2023-06-13T08:59:56Z DEBG client/internal/peer/conn.go:498: peer VJSC1eSRw/mHziabo9H8hEkHm0n64f/MGOSGJcIgcEU= ICE ConnectionState has changed to Closed 2023-06-13T08:59:56Z DEBG client/internal/peer/conn.go:216: trying to connect to peer 0AFp4zZN1/rAewN7yWuuX98VFySVKdKKNGPD1erAqSQ= 2023-06-13T08:59:56Z DEBG client/internal/stdnet/filter.go:23: ignoring interface docker0 - it is not allowed 2023-06-13T08:59:56Z DEBG client/internal/stdnet/filter.go:23: ignoring interface br-3b20c38d5758 - it is not allowed 2023-06-13T08:59:56Z DEBG client/internal/stdnet/filter.go:23: ignoring interface br-66c6fd7ce3c8 - it is not allowed 2023-06-13T08:59:56Z DEBG client/internal/stdnet/filter.go:23: ignoring interface br-76cf3b25741d - it is not allowed 2023-06-13T08:59:56Z DEBG client/internal/stdnet/filter.go:23: ignoring interface wt0 - it is not allowed 2023-06-13T08:59:56Z DEBG client/internal/peer/conn.go:247: connection offer sent to peer 0AFp4zZN1/rAewN7yWuuX98VFySVKdKKNGPD1erAqSQ=, waiting for the confirmation 2023-06-13T08:59:56Z DEBG client/internal/peer/conn.go:596: OnRemoteAnswer from peer 0AFp4zZN1/rAewN7yWuuX98VFySVKdKKNGPD1erAqSQ= on status Disconnected 2023-06-13T08:59:56Z DEBG client/internal/peer/conn.go:268: received connection confirmation from peer 0AFp4zZN1/rAewN7yWuuX98VFySVKdKKNGPD1erAqSQ= running version 0.21.3 and with remote WireGuard listen port 51820 2023-06-13T08:59:56Z DEBG client/internal/peer/conn.go:498: peer 0AFp4zZN1/rAewN7yWuuX98VFySVKdKKNGPD1erAqSQ= ICE ConnectionState has changed to Checking 2023-06-13T08:59:56Z DEBG client/internal/peer/conn.go:481: discovered local candidate udp4 host 10.0.0.222:51820 2023-06-13T08:59:56Z DEBG client/internal/peer/conn.go:610: OnRemoteCandidate from peer 0AFp4zZN1/rAewN7yWuuX98VFySVKdKKNGPD1erAqSQ= -> udp4 host 10.100.199.4:51820 2023-06-13T08:59:56Z DEBG iface/bind/udp_mux.go:351: ICE: registered 10.100.199.4:51820 for EQmVjnUtJfbfAUrH 2023-06-13T08:59:57Z DEBG client/internal/peer/conn.go:581: OnRemoteOffer from peer VJSC1eSRw/mHziabo9H8hEkHm0n64f/MGOSGJcIgcEU= on status Disconnected 2023-06-13T08:59:57Z DEBG client/internal/peer/conn.go:587: OnRemoteOffer skipping message from peer VJSC1eSRw/mHziabo9H8hEkHm0n64f/MGOSGJcIgcEU= on status Disconnected because is not ready 2023-06-13T08:59:57Z DEBG client/internal/peer/conn.go:216: trying to connect to peer VJSC1eSRw/mHziabo9H8hEkHm0n64f/MGOSGJcIgcEU= 2023-06-13T08:59:57Z DEBG client/internal/stdnet/filter.go:23: ignoring interface docker0 - it is not allowed 2023-06-13T08:59:57Z DEBG client/internal/stdnet/filter.go:23: ignoring interface br-3b20c38d5758 - it is not allowed 2023-06-13T08:59:57Z DEBG client/internal/stdnet/filter.go:23: ignoring interface br-66c6fd7ce3c8 - it is not allowed 2023-06-13T08:59:57Z DEBG client/internal/stdnet/filter.go:23: ignoring interface br-76cf3b25741d - it is not allowed 2023-06-13T08:59:57Z DEBG client/internal/stdnet/filter.go:23: ignoring interface wt0 - it is not allowed 2023-06-13T08:59:57Z DEBG client/internal/peer/conn.go:247: connection offer sent to peer VJSC1eSRw/mHziabo9H8hEkHm0n64f/MGOSGJcIgcEU=, waiting for the confirmation 2023-06-13T08:59:57Z DEBG client/internal/peer/conn.go:596: OnRemoteAnswer from peer VJSC1eSRw/mHziabo9H8hEkHm0n64f/MGOSGJcIgcEU= on status Disconnected 2023-06-13T08:59:57Z DEBG client/internal/peer/conn.go:268: received connection confirmation from peer VJSC1eSRw/mHziabo9H8hEkHm0n64f/MGOSGJcIgcEU= running version 0.21.3 and with remote WireGuard listen port 51820 2023-06-13T08:59:57Z DEBG client/internal/peer/conn.go:498: peer VJSC1eSRw/mHziabo9H8hEkHm0n64f/MGOSGJcIgcEU= ICE ConnectionState has changed to Checking 2023-06-13T08:59:57Z DEBG client/internal/peer/conn.go:481: discovered local candidate udp4 host 10.0.0.222:51820 2023-06-13T08:59:57Z DEBG client/internal/peer/conn.go:610: OnRemoteCandidate from peer VJSC1eSRw/mHziabo9H8hEkHm0n64f/MGOSGJcIgcEU= -> udp4 host 169.254.118.149:51820 2023-06-13T08:59:57Z DEBG client/internal/peer/conn.go:610: OnRemoteCandidate from peer VJSC1eSRw/mHziabo9H8hEkHm0n64f/MGOSGJcIgcEU= -> udp4 host 192.168.86.9:51820 2023-06-13T08:59:57Z DEBG iface/bind/udp_mux.go:351: ICE: registered 169.254.118.149:51820 for hccFXaErapHtmabi 2023-06-13T08:59:57Z DEBG client/internal/peer/conn.go:610: OnRemoteCandidate from peer VJSC1eSRw/mHziabo9H8hEkHm0n64f/MGOSGJcIgcEU= -> udp4 host 172.16.0.2:51820 2023-06-13T08:59:57Z DEBG client/internal/peer/conn.go:610: OnRemoteCandidate from peer VJSC1eSRw/mHziabo9H8hEkHm0n64f/MGOSGJcIgcEU= -> udp4 host 127.0.0.1:51820 2023-06-13T08:59:57Z DEBG iface/bind/udp_mux.go:351: ICE: registered 127.0.0.1:51820 for hccFXaErapHtmabi 2023-06-13T08:59:57Z DEBG iface/bind/udp_mux.go:351: ICE: registered 192.168.86.9:51820 for hccFXaErapHtmabi 2023-06-13T08:59:57Z DEBG client/internal/peer/conn.go:610: OnRemoteCandidate from peer VJSC1eSRw/mHziabo9H8hEkHm0n64f/MGOSGJcIgcEU= -> udp4 host 127.0.2.3:51820 2023-06-13T08:59:57Z DEBG iface/bind/udp_mux.go:351: ICE: registered 172.16.0.2:51820 for hccFXaErapHtmabi 2023-06-13T08:59:57Z DEBG client/internal/peer/conn.go:610: OnRemoteCandidate from peer VJSC1eSRw/mHziabo9H8hEkHm0n64f/MGOSGJcIgcEU= -> udp4 host 127.0.2.2:51820 2023-06-13T08:59:57Z DEBG iface/bind/udp_mux.go:351: ICE: registered 127.0.2.3:51820 for hccFXaErapHtmabi 2023-06-13T08:59:57Z DEBG client/internal/peer/conn.go:610: OnRemoteCandidate from peer VJSC1eSRw/mHziabo9H8hEkHm0n64f/MGOSGJcIgcEU= -> udp4 host 172.18.16.1:51820 2023-06-13T08:59:57Z DEBG iface/bind/udp_mux.go:351: ICE: registered 127.0.2.2:51820 for hccFXaErapHtmabi 2023-06-13T08:59:57Z DEBG iface/bind/udp_mux.go:351: ICE: registered 172.18.16.1:51820 for hccFXaErapHtmabi 2023-06-13T09:00:09Z DEBG client/internal/peer/conn.go:498: peer 0AFp4zZN1/rAewN7yWuuX98VFySVKdKKNGPD1erAqSQ= ICE ConnectionState has changed to Failed 2023-06-13T09:00:09Z DEBG client/internal/peer/conn.go:413: trying to cleanup 0AFp4zZN1/rAewN7yWuuX98VFySVKdKKNGPD1erAqSQ= 2023-06-13T09:00:09Z DEBG client/internal/peer/conn.go:451: cleaned up connection to peer 0AFp4zZN1/rAewN7yWuuX98VFySVKdKKNGPD1erAqSQ= 2023-06-13T09:00:09Z DEBG client/internal/engine.go:808: connection to peer 0AFp4zZN1/rAewN7yWuuX98VFySVKdKKNGPD1erAqSQ= failed: connecting canceled by caller 2023-06-13T09:00:09Z DEBG client/internal/peer/conn.go:498: peer 0AFp4zZN1/rAewN7yWuuX98VFySVKdKKNGPD1erAqSQ= ICE ConnectionState has changed to Closed 2023-06-13T09:00:09Z DEBG client/internal/peer/conn.go:498: peer VJSC1eSRw/mHziabo9H8hEkHm0n64f/MGOSGJcIgcEU= ICE ConnectionState has changed to Failed 2023-06-13T09:00:09Z DEBG client/internal/peer/conn.go:413: trying to cleanup VJSC1eSRw/mHziabo9H8hEkHm0n64f/MGOSGJcIgcEU= 2023-06-13T09:00:09Z DEBG client/internal/peer/conn.go:498: peer VJSC1eSRw/mHziabo9H8hEkHm0n64f/MGOSGJcIgcEU= ICE ConnectionState has changed to Closed 2023-06-13T09:00:09Z DEBG client/internal/peer/conn.go:451: cleaned up connection to peer VJSC1eSRw/mHziabo9H8hEkHm0n64f/MGOSGJcIgcEU= 2023-06-13T09:00:09Z DEBG client/internal/engine.go:808: connection to peer VJSC1eSRw/mHziabo9H8hEkHm0n64f/MGOSGJcIgcEU= failed: connecting canceled by caller 2023-06-13T09:00:10Z DEBG client/internal/peer/conn.go:581: OnRemoteOffer from peer 0AFp4zZN1/rAewN7yWuuX98VFySVKdKKNGPD1erAqSQ= on status Disconnected 2023-06-13T09:00:10Z DEBG client/internal/peer/conn.go:587: OnRemoteOffer skipping message from peer 0AFp4zZN1/rAewN7yWuuX98VFySVKdKKNGPD1erAqSQ= on status Disconnected because is not ready 2023-06-13T09:00:10Z DEBG client/internal/peer/conn.go:216: trying to connect to peer 0AFp4zZN1/rAewN7yWuuX98VFySVKdKKNGPD1erAqSQ= 2023-06-13T09:00:10Z DEBG client/internal/stdnet/filter.go:23: ignoring interface docker0 - it is not allowed 2023-06-13T09:00:10Z DEBG client/internal/stdnet/filter.go:23: ignoring interface br-3b20c38d5758 - it is not allowed 2023-06-13T09:00:10Z DEBG client/internal/stdnet/filter.go:23: ignoring interface br-66c6fd7ce3c8 - it is not allowed 2023-06-13T09:00:10Z DEBG client/internal/stdnet/filter.go:23: ignoring interface br-76cf3b25741d - it is not allowed 2023-06-13T09:00:10Z DEBG client/internal/stdnet/filter.go:23: ignoring interface wt0 - it is not allowed 2023-06-13T09:00:10Z DEBG client/internal/peer/conn.go:247: connection offer sent to peer 0AFp4zZN1/rAewN7yWuuX98VFySVKdKKNGPD1erAqSQ=, waiting for the confirmation 2023-06-13T09:00:10Z DEBG client/internal/peer/conn.go:596: OnRemoteAnswer from peer 0AFp4zZN1/rAewN7yWuuX98VFySVKdKKNGPD1erAqSQ= on status Disconnected 2023-06-13T09:00:10Z DEBG client/internal/peer/conn.go:268: received connection confirmation from peer 0AFp4zZN1/rAewN7yWuuX98VFySVKdKKNGPD1erAqSQ= running version 0.21.3 and with remote WireGuard listen port 51820 2023-06-13T09:00:10Z DEBG client/internal/peer/conn.go:498: peer 0AFp4zZN1/rAewN7yWuuX98VFySVKdKKNGPD1erAqSQ= ICE ConnectionState has changed to Checking 2023-06-13T09:00:10Z DEBG client/internal/peer/conn.go:481: discovered local candidate udp4 host 10.0.0.222:51820 2023-06-13T09:00:10Z DEBG client/internal/peer/conn.go:610: OnRemoteCandidate from peer 0AFp4zZN1/rAewN7yWuuX98VFySVKdKKNGPD1erAqSQ= -> udp4 host 10.100.199.4:51820 2023-06-13T09:00:10Z DEBG iface/bind/udp_mux.go:351: ICE: registered 10.100.199.4:51820 for qLSjclxAFFXrTbrh 2023-06-13T09:00:11Z DEBG client/internal/peer/conn.go:581: OnRemoteOffer from peer VJSC1eSRw/mHziabo9H8hEkHm0n64f/MGOSGJcIgcEU= on status Disconnected 2023-06-13T09:00:11Z DEBG client/internal/peer/conn.go:587: OnRemoteOffer skipping message from peer VJSC1eSRw/mHziabo9H8hEkHm0n64f/MGOSGJcIgcEU= on status Disconnected because is not ready 2023-06-13T09:00:11Z DEBG client/internal/peer/conn.go:216: trying to connect to peer VJSC1eSRw/mHziabo9H8hEkHm0n64f/MGOSGJcIgcEU= 2023-06-13T09:00:11Z DEBG client/internal/stdnet/filter.go:23: ignoring interface docker0 - it is not allowed 2023-06-13T09:00:11Z DEBG client/internal/stdnet/filter.go:23: ignoring interface br-3b20c38d5758 - it is not allowed 2023-06-13T09:00:11Z DEBG client/internal/stdnet/filter.go:23: ignoring interface br-66c6fd7ce3c8 - it is not allowed 2023-06-13T09:00:11Z DEBG client/internal/stdnet/filter.go:23: ignoring interface br-76cf3b25741d - it is not allowed 2023-06-13T09:00:11Z DEBG client/internal/stdnet/filter.go:23: ignoring interface wt0 - it is not allowed 2023-06-13T09:00:11Z DEBG client/internal/peer/conn.go:247: connection offer sent to peer VJSC1eSRw/mHziabo9H8hEkHm0n64f/MGOSGJcIgcEU=, waiting for the confirmation 2023-06-13T09:00:11Z DEBG client/internal/peer/conn.go:596: OnRemoteAnswer from peer VJSC1eSRw/mHziabo9H8hEkHm0n64f/MGOSGJcIgcEU= on status Disconnected 2023-06-13T09:00:11Z DEBG client/internal/peer/conn.go:268: received connection confirmation from peer VJSC1eSRw/mHziabo9H8hEkHm0n64f/MGOSGJcIgcEU= running version 0.21.3 and with remote WireGuard listen port 51820 2023-06-13T09:00:11Z DEBG client/internal/peer/conn.go:498: peer VJSC1eSRw/mHziabo9H8hEkHm0n64f/MGOSGJcIgcEU= ICE ConnectionState has changed to Checking 2023-06-13T09:00:11Z DEBG client/internal/peer/conn.go:481: discovered local candidate udp4 host 10.0.0.222:51820 2023-06-13T09:00:11Z DEBG client/internal/peer/conn.go:610: OnRemoteCandidate from peer VJSC1eSRw/mHziabo9H8hEkHm0n64f/MGOSGJcIgcEU= -> udp4 host 169.254.118.149:51820 2023-06-13T09:00:11Z DEBG iface/bind/udp_mux.go:351: ICE: registered 169.254.118.149:51820 for RfROAZBltBUUSGLU 2023-06-13T09:00:11Z DEBG client/internal/peer/conn.go:610: OnRemoteCandidate from peer VJSC1eSRw/mHziabo9H8hEkHm0n64f/MGOSGJcIgcEU= -> udp4 host 172.16.0.2:51820 2023-06-13T09:00:11Z DEBG iface/bind/udp_mux.go:351: ICE: registered 172.16.0.2:51820 for RfROAZBltBUUSGLU 2023-06-13T09:00:11Z DEBG client/internal/peer/conn.go:610: OnRemoteCandidate from peer VJSC1eSRw/mHziabo9H8hEkHm0n64f/MGOSGJcIgcEU= -> udp4 host 192.168.86.9:51820 2023-06-13T09:00:11Z DEBG iface/bind/udp_mux.go:351: ICE: registered 192.168.86.9:51820 for RfROAZBltBUUSGLU 2023-06-13T09:00:11Z DEBG client/internal/peer/conn.go:610: OnRemoteCandidate from peer VJSC1eSRw/mHziabo9H8hEkHm0n64f/MGOSGJcIgcEU= -> udp4 host 127.0.0.1:51820 2023-06-13T09:00:11Z DEBG iface/bind/udp_mux.go:351: ICE: registered 127.0.0.1:51820 for RfROAZBltBUUSGLU 2023-06-13T09:00:11Z DEBG client/internal/peer/conn.go:610: OnRemoteCandidate from peer VJSC1eSRw/mHziabo9H8hEkHm0n64f/MGOSGJcIgcEU= -> udp4 host 172.18.16.1:51820 2023-06-13T09:00:11Z DEBG client/internal/peer/conn.go:610: OnRemoteCandidate from peer VJSC1eSRw/mHziabo9H8hEkHm0n64f/MGOSGJcIgcEU= -> udp4 host 127.0.2.3:51820 2023-06-13T09:00:11Z DEBG iface/bind/udp_mux.go:351: ICE: registered 172.18.16.1:51820 for RfROAZBltBUUSGLU 2023-06-13T09:00:11Z DEBG client/internal/peer/conn.go:610: OnRemoteCandidate from peer VJSC1eSRw/mHziabo9H8hEkHm0n64f/MGOSGJcIgcEU= -> udp4 host 127.0.2.2:51820 2023-06-13T09:00:11Z DEBG iface/bind/udp_mux.go:351: ICE: registered 127.0.2.3:51820 for RfROAZBltBUUSGLU 2023-06-13T09:00:11Z DEBG iface/bind/udp_mux.go:351: ICE: registered 127.0.2.2:51820 for RfROAZBltBUUSGLU 2023-06-13T09:00:22Z DEBG client/internal/peer/conn.go:498: peer 0AFp4zZN1/rAewN7yWuuX98VFySVKdKKNGPD1erAqSQ= ICE ConnectionState has changed to Failed 2023-06-13T09:00:22Z DEBG client/internal/peer/conn.go:413: trying to cleanup 0AFp4zZN1/rAewN7yWuuX98VFySVKdKKNGPD1erAqSQ= 2023-06-13T09:00:22Z DEBG client/internal/peer/conn.go:451: cleaned up connection to peer 0AFp4zZN1/rAewN7yWuuX98VFySVKdKKNGPD1erAqSQ= 2023-06-13T09:00:22Z DEBG client/internal/peer/conn.go:498: peer 0AFp4zZN1/rAewN7yWuuX98VFySVKdKKNGPD1erAqSQ= ICE ConnectionState has changed to Closed 2023-06-13T09:00:22Z DEBG client/internal/engine.go:808: connection to peer 0AFp4zZN1/rAewN7yWuuX98VFySVKdKKNGPD1erAqSQ= failed: connecting canceled by caller 2023-06-13T09:00:23Z DEBG client/internal/peer/conn.go:216: trying to connect to peer 0AFp4zZN1/rAewN7yWuuX98VFySVKdKKNGPD1erAqSQ= 2023-06-13T09:00:23Z DEBG client/internal/stdnet/filter.go:23: ignoring interface docker0 - it is not allowed 2023-06-13T09:00:23Z DEBG client/internal/stdnet/filter.go:23: ignoring interface br-3b20c38d5758 - it is not allowed 2023-06-13T09:00:23Z DEBG client/internal/stdnet/filter.go:23: ignoring interface br-66c6fd7ce3c8 - it is not allowed 2023-06-13T09:00:23Z DEBG client/internal/stdnet/filter.go:23: ignoring interface br-76cf3b25741d - it is not allowed 2023-06-13T09:00:23Z DEBG client/internal/stdnet/filter.go:23: ignoring interface wt0 - it is not allowed 2023-06-13T09:00:23Z DEBG client/internal/peer/conn.go:247: connection offer sent to peer 0AFp4zZN1/rAewN7yWuuX98VFySVKdKKNGPD1erAqSQ=, waiting for the confirmation 2023-06-13T09:00:23Z DEBG client/internal/peer/conn.go:498: peer VJSC1eSRw/mHziabo9H8hEkHm0n64f/MGOSGJcIgcEU= ICE ConnectionState has changed to Failed 2023-06-13T09:00:23Z DEBG client/internal/peer/conn.go:413: trying to cleanup VJSC1eSRw/mHziabo9H8hEkHm0n64f/MGOSGJcIgcEU= 2023-06-13T09:00:23Z DEBG client/internal/peer/conn.go:451: cleaned up connection to peer VJSC1eSRw/mHziabo9H8hEkHm0n64f/MGOSGJcIgcEU= 2023-06-13T09:00:23Z DEBG client/internal/peer/conn.go:498: peer VJSC1eSRw/mHziabo9H8hEkHm0n64f/MGOSGJcIgcEU= ICE ConnectionState has changed to Closed 2023-06-13T09:00:23Z DEBG client/internal/engine.go:808: connection to peer VJSC1eSRw/mHziabo9H8hEkHm0n64f/MGOSGJcIgcEU= failed: connecting canceled by caller 2023-06-13T09:00:24Z DEBG client/internal/peer/conn.go:581: OnRemoteOffer from peer 0AFp4zZN1/rAewN7yWuuX98VFySVKdKKNGPD1erAqSQ= on status Disconnected 2023-06-13T09:00:24Z DEBG client/internal/peer/conn.go:513: sending answer to 0AFp4zZN1/rAewN7yWuuX98VFySVKdKKNGPD1erAqSQ= 2023-06-13T09:00:24Z DEBG client/internal/peer/conn.go:268: received connection confirmation from peer 0AFp4zZN1/rAewN7yWuuX98VFySVKdKKNGPD1erAqSQ= running version 0.21.3 and with remote WireGuard listen port 51820 2023-06-13T09:00:24Z DEBG client/internal/peer/conn.go:498: peer 0AFp4zZN1/rAewN7yWuuX98VFySVKdKKNGPD1erAqSQ= ICE ConnectionState has changed to Checking 2023-06-13T09:00:24Z DEBG client/internal/peer/conn.go:481: discovered local candidate udp4 host 10.0.0.222:51820 2023-06-13T09:00:24Z DEBG client/internal/peer/conn.go:610: OnRemoteCandidate from peer 0AFp4zZN1/rAewN7yWuuX98VFySVKdKKNGPD1erAqSQ= -> udp4 host 10.100.199.4:51820 2023-06-13T09:00:24Z DEBG iface/bind/udp_mux.go:351: ICE: registered 10.100.199.4:51820 for mXxsKENnnmSnhsar 2023-06-13T09:00:24Z DEBG client/internal/peer/conn.go:581: OnRemoteOffer from peer VJSC1eSRw/mHziabo9H8hEkHm0n64f/MGOSGJcIgcEU= on status Disconnected 2023-06-13T09:00:24Z DEBG client/internal/peer/conn.go:587: OnRemoteOffer skipping message from peer VJSC1eSRw/mHziabo9H8hEkHm0n64f/MGOSGJcIgcEU= on status Disconnected because is not ready 2023-06-13T09:00:24Z DEBG client/internal/peer/conn.go:216: trying to connect to peer VJSC1eSRw/mHziabo9H8hEkHm0n64f/MGOSGJcIgcEU= 2023-06-13T09:00:24Z DEBG client/internal/stdnet/filter.go:23: ignoring interface docker0 - it is not allowed 2023-06-13T09:00:24Z DEBG client/internal/stdnet/filter.go:23: ignoring interface br-3b20c38d5758 - it is not allowed 2023-06-13T09:00:24Z DEBG client/internal/stdnet/filter.go:23: ignoring interface br-66c6fd7ce3c8 - it is not allowed 2023-06-13T09:00:24Z DEBG client/internal/stdnet/filter.go:23: ignoring interface br-76cf3b25741d - it is not allowed 2023-06-13T09:00:24Z DEBG client/internal/stdnet/filter.go:23: ignoring interface wt0 - it is not allowed 2023-06-13T09:00:24Z DEBG client/internal/peer/conn.go:247: connection offer sent to peer VJSC1eSRw/mHziabo9H8hEkHm0n64f/MGOSGJcIgcEU=, waiting for the confirmation 2023-06-13T09:00:24Z DEBG client/internal/peer/conn.go:596: OnRemoteAnswer from peer VJSC1eSRw/mHziabo9H8hEkHm0n64f/MGOSGJcIgcEU= on status Disconnected 2023-06-13T09:00:24Z DEBG client/internal/peer/conn.go:268: received connection confirmation from peer VJSC1eSRw/mHziabo9H8hEkHm0n64f/MGOSGJcIgcEU= running version 0.21.3 and with remote WireGuard listen port 51820 2023-06-13T09:00:24Z DEBG client/internal/peer/conn.go:498: peer VJSC1eSRw/mHziabo9H8hEkHm0n64f/MGOSGJcIgcEU= ICE ConnectionState has changed to Checking 2023-06-13T09:00:24Z DEBG client/internal/peer/conn.go:481: discovered local candidate udp4 host 10.0.0.222:51820 2023-06-13T09:00:24Z DEBG client/internal/peer/conn.go:610: OnRemoteCandidate from peer VJSC1eSRw/mHziabo9H8hEkHm0n64f/MGOSGJcIgcEU= -> udp4 host 169.254.118.149:51820 2023-06-13T09:00:24Z DEBG iface/bind/udp_mux.go:351: ICE: registered 169.254.118.149:51820 for vqIpLDzGlpXZhZSg 2023-06-13T09:00:24Z DEBG client/internal/peer/conn.go:610: OnRemoteCandidate from peer VJSC1eSRw/mHziabo9H8hEkHm0n64f/MGOSGJcIgcEU= -> udp4 host 172.16.0.2:51820 2023-06-13T09:00:24Z DEBG iface/bind/udp_mux.go:351: ICE: registered 172.16.0.2:51820 for vqIpLDzGlpXZhZSg 2023-06-13T09:00:24Z DEBG client/internal/peer/conn.go:610: OnRemoteCandidate from peer VJSC1eSRw/mHziabo9H8hEkHm0n64f/MGOSGJcIgcEU= -> udp4 host 192.168.86.9:51820 2023-06-13T09:00:24Z DEBG client/internal/peer/conn.go:610: OnRemoteCandidate from peer VJSC1eSRw/mHziabo9H8hEkHm0n64f/MGOSGJcIgcEU= -> udp4 host 127.0.0.1:51820 2023-06-13T09:00:24Z DEBG iface/bind/udp_mux.go:351: ICE: registered 192.168.86.9:51820 for vqIpLDzGlpXZhZSg 2023-06-13T09:00:24Z DEBG client/internal/peer/conn.go:610: OnRemoteCandidate from peer VJSC1eSRw/mHziabo9H8hEkHm0n64f/MGOSGJcIgcEU= -> udp4 host 127.0.2.2:51820 2023-06-13T09:00:24Z DEBG iface/bind/udp_mux.go:351: ICE: registered 127.0.0.1:51820 for vqIpLDzGlpXZhZSg 2023-06-13T09:00:24Z DEBG client/internal/peer/conn.go:610: OnRemoteCandidate from peer VJSC1eSRw/mHziabo9H8hEkHm0n64f/MGOSGJcIgcEU= -> udp4 host 172.18.16.1:51820 2023-06-13T09:00:24Z DEBG iface/bind/udp_mux.go:351: ICE: registered 127.0.2.2:51820 for vqIpLDzGlpXZhZSg 2023-06-13T09:00:24Z DEBG client/internal/peer/conn.go:610: OnRemoteCandidate from peer VJSC1eSRw/mHziabo9H8hEkHm0n64f/MGOSGJcIgcEU= -> udp4 host 127.0.2.3:51820 2023-06-13T09:00:24Z DEBG iface/bind/udp_mux.go:351: ICE: registered 172.18.16.1:51820 for vqIpLDzGlpXZhZSg 2023-06-13T09:00:24Z DEBG iface/bind/udp_mux.go:351: ICE: registered 127.0.2.3:51820 for vqIpLDzGlpXZhZSg 2023-06-13T09:00:28Z DEBG client/internal/peer/conn.go:413: trying to cleanup 0x29AQ1eESEfv6wE7bhabvx8Xx4fiWt3HcHgJWLY6QM= 2023-06-13T09:00:28Z DEBG client/internal/peer/conn.go:451: cleaned up connection to peer 0x29AQ1eESEfv6wE7bhabvx8Xx4fiWt3HcHgJWLY6QM= 2023-06-13T09:00:28Z DEBG client/internal/engine.go:808: connection to peer 0x29AQ1eESEfv6wE7bhabvx8Xx4fiWt3HcHgJWLY6QM= failed: connection to peer 0x29AQ1eESEfv6wE7bhabvx8Xx4fiWt3HcHgJWLY6QM= timed out after 37.138s 2023-06-13T09:00:28Z DEBG client/internal/peer/conn.go:498: peer 0x29AQ1eESEfv6wE7bhabvx8Xx4fiWt3HcHgJWLY6QM= ICE ConnectionState has changed to Closed 2023-06-13T09:00:29Z DEBG client/internal/peer/conn.go:216: trying to connect to peer 0x29AQ1eESEfv6wE7bhabvx8Xx4fiWt3HcHgJWLY6QM= 2023-06-13T09:00:29Z DEBG client/internal/stdnet/filter.go:23: ignoring interface docker0 - it is not allowed 2023-06-13T09:00:29Z DEBG client/internal/stdnet/filter.go:23: ignoring interface br-3b20c38d5758 - it is not allowed 2023-06-13T09:00:29Z DEBG client/internal/stdnet/filter.go:23: ignoring interface br-66c6fd7ce3c8 - it is not allowed 2023-06-13T09:00:29Z DEBG client/internal/stdnet/filter.go:23: ignoring interface br-76cf3b25741d - it is not allowed 2023-06-13T09:00:29Z DEBG client/internal/stdnet/filter.go:23: ignoring interface wt0 - it is not allowed 2023-06-13T09:00:29Z DEBG client/internal/peer/conn.go:247: connection offer sent to peer 0x29AQ1eESEfv6wE7bhabvx8Xx4fiWt3HcHgJWLY6QM=, waiting for the confirmation 2023-06-13T09:00:36Z DEBG client/internal/peer/conn.go:498: peer 0AFp4zZN1/rAewN7yWuuX98VFySVKdKKNGPD1erAqSQ= ICE ConnectionState has changed to Failed 2023-06-13T09:00:36Z DEBG client/internal/peer/conn.go:413: trying to cleanup 0AFp4zZN1/rAewN7yWuuX98VFySVKdKKNGPD1erAqSQ= 2023-06-13T09:00:36Z DEBG client/internal/peer/conn.go:451: cleaned up connection to peer 0AFp4zZN1/rAewN7yWuuX98VFySVKdKKNGPD1erAqSQ= 2023-06-13T09:00:36Z DEBG client/internal/engine.go:808: connection to peer 0AFp4zZN1/rAewN7yWuuX98VFySVKdKKNGPD1erAqSQ= failed: connecting canceled by caller 2023-06-13T09:00:36Z DEBG client/internal/peer/conn.go:498: peer 0AFp4zZN1/rAewN7yWuuX98VFySVKdKKNGPD1erAqSQ= ICE ConnectionState has changed to Closed 2023-06-13T09:00:36Z DEBG client/internal/peer/conn.go:216: trying to connect to peer 0AFp4zZN1/rAewN7yWuuX98VFySVKdKKNGPD1erAqSQ= 2023-06-13T09:00:36Z DEBG client/internal/stdnet/filter.go:23: ignoring interface docker0 - it is not allowed 2023-06-13T09:00:36Z DEBG client/internal/stdnet/filter.go:23: ignoring interface br-3b20c38d5758 - it is not allowed 2023-06-13T09:00:36Z DEBG client/internal/stdnet/filter.go:23: ignoring interface br-66c6fd7ce3c8 - it is not allowed 2023-06-13T09:00:36Z DEBG client/internal/stdnet/filter.go:23: ignoring interface br-76cf3b25741d - it is not allowed 2023-06-13T09:00:36Z DEBG client/internal/stdnet/filter.go:23: ignoring interface wt0 - it is not allowed 2023-06-13T09:00:36Z DEBG client/internal/peer/conn.go:247: connection offer sent to peer 0AFp4zZN1/rAewN7yWuuX98VFySVKdKKNGPD1erAqSQ=, waiting for the confirmation 2023-06-13T09:00:36Z DEBG client/internal/peer/conn.go:581: OnRemoteOffer from peer 0AFp4zZN1/rAewN7yWuuX98VFySVKdKKNGPD1erAqSQ= on status Disconnected 2023-06-13T09:00:36Z DEBG client/internal/peer/conn.go:513: sending answer to 0AFp4zZN1/rAewN7yWuuX98VFySVKdKKNGPD1erAqSQ= 2023-06-13T09:00:36Z DEBG client/internal/peer/conn.go:268: received connection confirmation from peer 0AFp4zZN1/rAewN7yWuuX98VFySVKdKKNGPD1erAqSQ= running version 0.21.3 and with remote WireGuard listen port 51820 2023-06-13T09:00:36Z DEBG client/internal/peer/conn.go:498: peer 0AFp4zZN1/rAewN7yWuuX98VFySVKdKKNGPD1erAqSQ= ICE ConnectionState has changed to Checking 2023-06-13T09:00:36Z DEBG client/internal/peer/conn.go:481: discovered local candidate udp4 host 10.0.0.222:51820 2023-06-13T09:00:36Z DEBG client/internal/peer/conn.go:610: OnRemoteCandidate from peer 0AFp4zZN1/rAewN7yWuuX98VFySVKdKKNGPD1erAqSQ= -> udp4 host 10.100.199.4:51820 2023-06-13T09:00:36Z DEBG iface/bind/udp_mux.go:351: ICE: registered 10.100.199.4:51820 for JRCsfavvwSWcYMlX 2023-06-13T09:00:36Z DEBG client/internal/peer/conn.go:498: peer VJSC1eSRw/mHziabo9H8hEkHm0n64f/MGOSGJcIgcEU= ICE ConnectionState has changed to Failed 2023-06-13T09:00:36Z DEBG client/internal/peer/conn.go:413: trying to cleanup VJSC1eSRw/mHziabo9H8hEkHm0n64f/MGOSGJcIgcEU= 2023-06-13T09:00:36Z DEBG client/internal/peer/conn.go:451: cleaned up connection to peer VJSC1eSRw/mHziabo9H8hEkHm0n64f/MGOSGJcIgcEU= 2023-06-13T09:00:36Z DEBG client/internal/engine.go:808: connection to peer VJSC1eSRw/mHziabo9H8hEkHm0n64f/MGOSGJcIgcEU= failed: connecting canceled by caller 2023-06-13T09:00:36Z DEBG client/internal/peer/conn.go:498: peer VJSC1eSRw/mHziabo9H8hEkHm0n64f/MGOSGJcIgcEU= ICE ConnectionState has changed to Closed 2023-06-13T09:00:37Z DEBG client/internal/peer/conn.go:216: trying to connect to peer VJSC1eSRw/mHziabo9H8hEkHm0n64f/MGOSGJcIgcEU= 2023-06-13T09:00:37Z DEBG client/internal/stdnet/filter.go:23: ignoring interface docker0 - it is not allowed 2023-06-13T09:00:37Z DEBG client/internal/stdnet/filter.go:23: ignoring interface br-3b20c38d5758 - it is not allowed 2023-06-13T09:00:37Z DEBG client/internal/stdnet/filter.go:23: ignoring interface br-66c6fd7ce3c8 - it is not allowed 2023-06-13T09:00:37Z DEBG client/internal/stdnet/filter.go:23: ignoring interface br-76cf3b25741d - it is not allowed 2023-06-13T09:00:37Z DEBG client/internal/stdnet/filter.go:23: ignoring interface wt0 - it is not allowed 2023-06-13T09:00:37Z DEBG client/internal/peer/conn.go:247: connection offer sent to peer VJSC1eSRw/mHziabo9H8hEkHm0n64f/MGOSGJcIgcEU=, waiting for the confirmation ^C2023-06-13T09:00:38Z INFO client/cmd/root.go:134: shutdown signal received 2023-06-13T09:00:38Z DEBG client/internal/engine.go:341: removing all peer connections 2023-06-13T09:00:38Z DEBG client/internal/engine.go:353: removing peer from engine 0AFp4zZN1/rAewN7yWuuX98VFySVKdKKNGPD1erAqSQ= 2023-06-13T09:00:38Z WARN client/internal/peer/conn.go:566: connection has been already closed or attempted closing not started coonection 0AFp4zZN1/rAewN7yWuuX98VFySVKdKKNGPD1erAqSQ= 2023-06-13T09:00:38Z DEBG client/internal/engine.go:353: removing peer from engine VJSC1eSRw/mHziabo9H8hEkHm0n64f/MGOSGJcIgcEU= 2023-06-13T09:00:38Z DEBG client/internal/engine.go:353: removing peer from engine 0x29AQ1eESEfv6wE7bhabvx8Xx4fiWt3HcHgJWLY6QM= 2023-06-13T09:00:38Z DEBG client/internal/peer/conn.go:413: trying to cleanup 0x29AQ1eESEfv6wE7bhabvx8Xx4fiWt3HcHgJWLY6QM= 2023-06-13T09:00:38Z DEBG client/internal/peer/conn.go:448: error while updating peer's 0x29AQ1eESEfv6wE7bhabvx8Xx4fiWt3HcHgJWLY6QM= state, err: peer doesn't exist 2023-06-13T09:00:38Z DEBG client/internal/peer/conn.go:451: cleaned up connection to peer 0x29AQ1eESEfv6wE7bhabvx8Xx4fiWt3HcHgJWLY6QM= 2023-06-13T09:00:38Z DEBG client/internal/engine.go:808: connection to peer 0x29AQ1eESEfv6wE7bhabvx8Xx4fiWt3HcHgJWLY6QM= failed: connection to peer 0x29AQ1eESEfv6wE7bhabvx8Xx4fiWt3HcHgJWLY6QM= has been closed 2023-06-13T09:00:38Z DEBG management/client/grpc.go:245: disconnected from Management Service sync stream: rpc error: code = Canceled desc = context canceled 2023-06-13T09:00:38Z DEBG management/client/grpc.go:153: management connection context has been canceled, this usually indicates shutdown 2023-06-13T09:00:38Z DEBG client/internal/engine.go:546: stopped receiving updates from Management Service 2023-06-13T09:00:38Z DEBG client/internal/peer/conn.go:413: trying to cleanup VJSC1eSRw/mHziabo9H8hEkHm0n64f/MGOSGJcIgcEU= 2023-06-13T09:00:38Z DEBG client/internal/peer/conn.go:448: error while updating peer's VJSC1eSRw/mHziabo9H8hEkHm0n64f/MGOSGJcIgcEU= state, err: peer doesn't exist 2023-06-13T09:00:38Z DEBG client/internal/peer/conn.go:451: cleaned up connection to peer VJSC1eSRw/mHziabo9H8hEkHm0n64f/MGOSGJcIgcEU= 2023-06-13T09:00:38Z DEBG client/internal/engine.go:808: connection to peer VJSC1eSRw/mHziabo9H8hEkHm0n64f/MGOSGJcIgcEU= failed: connection to peer VJSC1eSRw/mHziabo9H8hEkHm0n64f/MGOSGJcIgcEU= has been closed 2023-06-13T09:00:38Z DEBG client/internal/peer/conn.go:498: peer 0x29AQ1eESEfv6wE7bhabvx8Xx4fiWt3HcHgJWLY6QM= ICE ConnectionState has changed to Closed 2023-06-13T09:00:38Z DEBG client/internal/peer/conn.go:498: peer VJSC1eSRw/mHziabo9H8hEkHm0n64f/MGOSGJcIgcEU= ICE ConnectionState has changed to Closed 2023-06-13T09:00:38Z DEBG client/internal/routemanager/client.go:262: stopping watcher for network 10.100.199.0/24 2023-06-13T09:00:38Z DEBG signal/client/grpc.go:358: stream canceled (usually indicates shutdown) 2023-06-13T09:00:38Z DEBG signal/client/grpc.go:163: signal connection context has been canceled, this usually indicates shutdown 2023-06-13T09:00:38Z DEBG client/internal/engine.go:1014: removing Netbird interface wt0 2023-06-13T09:00:38Z ERRO iface/bind/udp_mux_universal.go:85: error while reading packet shared socked stopped 2023-06-13T09:00:38Z DEBG iface/bind/udp_mux_universal.go:80: stopped reading from the UDPConn due to finished context 2023-06-13T09:00:38Z DEBG client/internal/routemanager/iptables_linux.go:62: flushing tables 2023-06-13T09:00:38Z INFO client/internal/routemanager/iptables_linux.go:84: done cleaning up iptables rules 2023-06-13T09:00:38Z INFO client/internal/dns/systemd_linux.go:153: reverting link settings and flushing cache 2023-06-13T09:00:38Z ERRO client/internal/dns/server.go:192: unable to revert link configuration, got error: got error while calling command with context, err: Unknown object '/org/freedesktop/resolve1/link/_322'. 2023-06-13T09:00:38Z INFO client/internal/engine.go:166: stopped Netbird Engine 2023-06-13T09:00:38Z INFO client/internal/connect.go:184: stopped NetBird client ```
Author
Owner

@braginini commented on GitHub (Jun 13, 2023):

@samdulam
What are the NetBird versions of older machines?

@braginini commented on GitHub (Jun 13, 2023): @samdulam What are the NetBird versions of older machines?
Author
Owner

@samdulam commented on GitHub (Jun 13, 2023):

@braginini
All are now upgraded to 0.21.3. Rest work fine. Thanks

@samdulam commented on GitHub (Jun 13, 2023): @braginini All are now upgraded to 0.21.3. Rest work fine. Thanks
Author
Owner

@braginini commented on GitHub (Jun 13, 2023):

@samdulam
Thanks for the feedback! We would like to reproduce the issue. What was the older version that you run on other versions?

@braginini commented on GitHub (Jun 13, 2023): @samdulam Thanks for the feedback! We would like to reproduce the issue. What was the older version that you run on other versions?
Author
Owner

@gigovich commented on GitHub (Jun 13, 2023):

@samdulam
After the upgrade if it still not works, could you please share the new client logs and iptables rules?

@gigovich commented on GitHub (Jun 13, 2023): @samdulam After the upgrade if it still not works, could you please share the new client logs and iptables rules?
Author
Owner

@samdulam commented on GitHub (Jun 13, 2023):

The logs provided above are for 0.21.3 client, server is not yet upgraded though still at 0.21.2
2 other clients one on windows and other on Ubuntu both work fine and on 0.21.3
Update:
After reboot the windows machine that was working now doesn't

PS C:\Users\Sam Dulam> netbird status
Daemon version:
CLI version: 0.21.3
Management: Disconnected
Signal: Disconnected
FQDN:
NetBird IP: N/A
Interface type: N/A
Peers count: 0/0 Connected
PS C:\Users\Sam Dulam> netbird up
Error: failed to connect to daemon error: context deadline exceeded
If the daemon is not running please run:
netbird service install
netbird service start

PS C:\Users\Sam Dulam> netbird service install
service Netbird already exists
Error: service Netbird already exists
PS C:\Users\Sam Dulam> netbird service start
Netbird service has been started
PS C:\Users\Sam Dulam> netbird up
Error: failed to connect to daemon error: context deadline exceeded
If the daemon is not running please run:
netbird service install
netbird service start

Update: 2
Server is also now updated to 0.21.3 with same issues.

Update 3:
Downgrading windows clients to 0.20.8 fixes the issue. Seems like there might be something wrong with 0.21.x

@samdulam commented on GitHub (Jun 13, 2023): The logs provided above are for 0.21.3 client, server is not yet upgraded though still at 0.21.2 2 other clients one on windows and other on Ubuntu both work fine and on 0.21.3 Update: After reboot the windows machine that was working now doesn't ``` PS C:\Users\Sam Dulam> netbird status Daemon version: CLI version: 0.21.3 Management: Disconnected Signal: Disconnected FQDN: NetBird IP: N/A Interface type: N/A Peers count: 0/0 Connected PS C:\Users\Sam Dulam> netbird up Error: failed to connect to daemon error: context deadline exceeded If the daemon is not running please run: netbird service install netbird service start PS C:\Users\Sam Dulam> netbird service install service Netbird already exists Error: service Netbird already exists PS C:\Users\Sam Dulam> netbird service start Netbird service has been started PS C:\Users\Sam Dulam> netbird up Error: failed to connect to daemon error: context deadline exceeded If the daemon is not running please run: netbird service install netbird service start ``` Update: 2 Server is also now updated to 0.21.3 with same issues. Update 3: Downgrading windows clients to 0.20.8 fixes the issue. Seems like there might be something wrong with 0.21.x
Author
Owner

@gigovich commented on GitHub (Jun 15, 2023):

It looks like the upgrade to 0.21.3 was not successful. Could you please remove Netbird and install it from scratch?
If after installation it still will be in the disconnected state, please also provide the logs.

@gigovich commented on GitHub (Jun 15, 2023): It looks like the upgrade to 0.21.3 was not successful. Could you please remove Netbird and install it from scratch? If after installation it still will be in the disconnected state, please also provide the logs.
Author
Owner

@samdulam commented on GitHub (Jun 15, 2023):

I've since moved to the cloud based netbird service. Unable to test anymore. Thanks

@samdulam commented on GitHub (Jun 15, 2023): I've since moved to the cloud based netbird service. Unable to test anymore. Thanks
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: SVI/netbird#363