Linux peer pod is not accessible and cannot access any other peers #310

Closed
opened 2025-11-20 05:09:25 -05:00 by saavagebueno · 15 comments
Owner

Originally created by @MohammedNoureldin on GitHub (Apr 9, 2023).

Hi,

I have a self-hosted Netbird server (in Docker containers), where my 2 Windows peers can ping each other successfully. This indicates that the setup is working I - guess.

Now I want these peers to be able to access the network behind my self-hosted Netbird server. Apparently the first step is to create an additional peer that is part of the same network I want my peers to reach. However, When I create that Linux peer, I am able to join and I see it in the dashboard as "Online", but I am not able to ping it or make it ping any other peers.

From the new Linux peer to other Windows peer:

ping 100.73.51.167
PING 100.73.51.167 (100.73.51.167): 56 data bytes
ping: sendto: No error information

From a Windows peer to the Linux peer:

C:\Users\mne>ping 100.73.55.12

Pinging 100.73.55.12 with 32 bytes of data:
General failure.
General failure.

Just a notice, my Linux peer is deployed as a K8s pod, I don't know if this is some how related, I took the setup from an issue related to K8s setup and it has no magic in it, but I am not sure why it is not working.

I am not sure what I am doing wrong, as setting the client seems to be straight forward, could anyone help me to figure it out?

Originally created by @MohammedNoureldin on GitHub (Apr 9, 2023). Hi, I have a self-hosted Netbird server (in Docker containers), where my 2 Windows peers can ping each other successfully. This indicates that the setup is working I - guess. Now I want these peers to be able to access the network behind my self-hosted Netbird server. Apparently the first step is to create an additional peer that is part of the same network I want my peers to reach. However, When I create that Linux peer, I am able to join and I see it in the dashboard as "Online", but I am not able to ping it or make it ping any other peers. From the new Linux peer to other Windows peer: ``` ping 100.73.51.167 PING 100.73.51.167 (100.73.51.167): 56 data bytes ping: sendto: No error information ``` From a Windows peer to the Linux peer: ``` C:\Users\mne>ping 100.73.55.12 Pinging 100.73.55.12 with 32 bytes of data: General failure. General failure. ``` Just a notice, my Linux peer is deployed as a K8s pod, I don't know if this is some how related, I took the [setup from an issue related to K8s setup ](https://github.com/netbirdio/netbird/issues/223#issuecomment-1397841968) and it has no magic in it, but I am not sure why it is not working. I am not sure what I am doing wrong, as setting the client seems to be straight forward, could anyone help me to figure it out?
Author
Owner

@aeymash commented on GitHub (Apr 10, 2023):

I can confirm I have the same problem with my Linux client. I installed the client locally and inside Docker, but neither worked.

$ ping HOST_IP
PING HOST_IP 56(84) bytes of data.
From linuxbox (100.73.174.119) icmp_seq=1 Destination Host Unreachable
ping: sendmsg: Required key not available
@aeymash commented on GitHub (Apr 10, 2023): I can confirm I have the same problem with my Linux client. I installed the client locally and inside Docker, but neither worked. ``` $ ping HOST_IP PING HOST_IP 56(84) bytes of data. From linuxbox (100.73.174.119) icmp_seq=1 Destination Host Unreachable ping: sendmsg: Required key not available ```
Author
Owner

@mlsmaycon commented on GitHub (Apr 10, 2023):

@aeymash and @MohammedNoureldin, sorry to see that you are experiencing issues. Can you please share the ACL configuration for your setup and the result of netbird status -d from on of the other clients?

@mlsmaycon commented on GitHub (Apr 10, 2023): @aeymash and @MohammedNoureldin, sorry to see that you are experiencing issues. Can you please share the ACL configuration for your setup and the result of `netbird status -d` from on of the other clients?
Author
Owner

@Kaaybi commented on GitHub (Apr 10, 2023):

I had the same errors, my coturn was misconfigured.
Make sure to have all ports opened, verify that you have defined a user in your turnserver.conf and that you've configured management.json accordingly.

@Kaaybi commented on GitHub (Apr 10, 2023): I had the same errors, my coturn was misconfigured. Make sure to have all ports opened, verify that you have defined a user in your turnserver.conf and that you've configured management.json accordingly.
Author
Owner

@MohammedNoureldin commented on GitHub (Apr 10, 2023):

Hi @mlsmaycon, thank you for your reply.

This is the output in my Linux client (in a container):

/go/bin # ./netbird status -d
Peers detail:
Daemon version:
CLI version: 0.15.2
Management: Disconnected
Signal: Disconnected
FQDN:
NetBird IP: N/A
Interface type: N/A
Peers count: 0/0 Connected

I am not sure why it is not connected, although I see no issue in the log.

What is ACL setup exactly? The self-hosted server? Shouldn't it be properly configured, while it is working for all Windows clients?

@MohammedNoureldin commented on GitHub (Apr 10, 2023): Hi @mlsmaycon, thank you for your reply. This is the output in my Linux client (in a container): ``` /go/bin # ./netbird status -d Peers detail: Daemon version: CLI version: 0.15.2 Management: Disconnected Signal: Disconnected FQDN: NetBird IP: N/A Interface type: N/A Peers count: 0/0 Connected ``` I am not sure why it is not connected, although I see no issue in the log. What is ACL setup exactly? The self-hosted server? Shouldn't it be properly configured, while it is working for all Windows clients?
Author
Owner

@aeymash commented on GitHub (Apr 10, 2023):

@mlsmaycon Hi, can you please clarify what is the ACL setup?
This is the output of netbird status -d in one of the clients:

abd@box:~$ netbird status -d
Peers detail:
 desktop-A.netbird.selfhosted:
  NetBird IP: 100.73.51.167
  Public key: C5rYN+a+5ssiHhhzG8IrRjDfC9pifl/C/XXXXXX=
  Status: Connecting
  -- detail --
  Connection type: P2P
  Direct: false
  ICE candidate (Local/Remote): host/host
  Last connection update: 2023-04-10 21:33:08

 vpn-B.netbird.selfhosted:
  NetBird IP: 100.73.89.123
  Public key: 5R4XLHuwPyulivimr9AePdNLkMv1XXXXXXXUzQ=
  Status: Connecting
  -- detail --
  Connection type: 
  Direct: false
  ICE candidate (Local/Remote): -/-
  Last connection update: 2023-04-10 21:33:12

 peer-name.netbird.selfhosted:
  NetBird IP: 100.73.147.165
  Public key: 5SsdqfQb3i3OICXWbQ28MAcx6TOjE/CXXXXXXXY=
  Status: Connected
  -- detail --
  Connection type: P2P
  Direct: false
  ICE candidate (Local/Remote): host/host
  Last connection update: 2023-04-10 20:42:16

 desktop-C.netbird.selfhosted:
  NetBird IP: 100.73.165.53
  Public key: pG7GnDvamcKUiI0yfRqfENIySXXXXXXXXKrSE=
  Status: Disconnected
  -- detail --
  Connection type: P2P
  Direct: false
  ICE candidate (Local/Remote): host/host
  Last connection update: 0001-01-01 00:00:00

Daemon version: 0.15.2
CLI version: 0.15.2
Management: Connected to https://netbird.DOMAIN.com:33073
Signal: Connected to http://netbird.DOMAIN.com:10000
FQDN: box.netbird.selfhosted
NetBird IP: 100.73.174.119/16
Interface type: Kernel
Peers count: 1/4 Connected
@aeymash commented on GitHub (Apr 10, 2023): @mlsmaycon Hi, can you please clarify what is the ACL setup? This is the output of `netbird status -d` in one of the clients: ``` abd@box:~$ netbird status -d Peers detail: desktop-A.netbird.selfhosted: NetBird IP: 100.73.51.167 Public key: C5rYN+a+5ssiHhhzG8IrRjDfC9pifl/C/XXXXXX= Status: Connecting -- detail -- Connection type: P2P Direct: false ICE candidate (Local/Remote): host/host Last connection update: 2023-04-10 21:33:08 vpn-B.netbird.selfhosted: NetBird IP: 100.73.89.123 Public key: 5R4XLHuwPyulivimr9AePdNLkMv1XXXXXXXUzQ= Status: Connecting -- detail -- Connection type: Direct: false ICE candidate (Local/Remote): -/- Last connection update: 2023-04-10 21:33:12 peer-name.netbird.selfhosted: NetBird IP: 100.73.147.165 Public key: 5SsdqfQb3i3OICXWbQ28MAcx6TOjE/CXXXXXXXY= Status: Connected -- detail -- Connection type: P2P Direct: false ICE candidate (Local/Remote): host/host Last connection update: 2023-04-10 20:42:16 desktop-C.netbird.selfhosted: NetBird IP: 100.73.165.53 Public key: pG7GnDvamcKUiI0yfRqfENIySXXXXXXXXKrSE= Status: Disconnected -- detail -- Connection type: P2P Direct: false ICE candidate (Local/Remote): host/host Last connection update: 0001-01-01 00:00:00 Daemon version: 0.15.2 CLI version: 0.15.2 Management: Connected to https://netbird.DOMAIN.com:33073 Signal: Connected to http://netbird.DOMAIN.com:10000 FQDN: box.netbird.selfhosted NetBird IP: 100.73.174.119/16 Interface type: Kernel Peers count: 1/4 Connected ```
Author
Owner

@mlsmaycon commented on GitHub (Apr 10, 2023):

Hi @mlsmaycon, thank you for your reply.

This is the output in my Linux client (in a container):

/go/bin # ./netbird status -d
Peers detail:
Daemon version:
CLI version: 0.15.2
Management: Disconnected
Signal: Disconnected
FQDN:
NetBird IP: N/A
Interface type: N/A
Peers count: 0/0 Connected

I am not sure why it is not connected, although I see no issue in the log.

What is ACL setup exactly? The self-hosted server? Shouldn't it be properly configured, while it is working for all Windows clients?

My apologies, @MohammedNoureldin , by ACL I meant, Access control rules, you can find them by access your management dashboard and going to Access control.

Regarding your status, the netbird status command is giving you incomplete information as it is unable to get a docker container status.

Can you please enable debug logs for the container with the environment variable, NB_LOG_LEVEL=debug and then share the logs with me?

@mlsmaycon commented on GitHub (Apr 10, 2023): > Hi @mlsmaycon, thank you for your reply. > > This is the output in my Linux client (in a container): > > ``` > /go/bin # ./netbird status -d > Peers detail: > Daemon version: > CLI version: 0.15.2 > Management: Disconnected > Signal: Disconnected > FQDN: > NetBird IP: N/A > Interface type: N/A > Peers count: 0/0 Connected > ``` > > I am not sure why it is not connected, although I see no issue in the log. > > What is ACL setup exactly? The self-hosted server? Shouldn't it be properly configured, while it is working for all Windows clients? My apologies, @MohammedNoureldin , by ACL I meant, Access control rules, you can find them by access your management dashboard and going to Access control. Regarding your status, the `netbird status` command is giving you incomplete information as it is unable to get a docker container status. Can you please enable debug logs for the container with the environment variable, `NB_LOG_LEVEL=debug` and then share the logs with me?
Author
Owner

@mlsmaycon commented on GitHub (Apr 10, 2023):

@aeymash from your status, I assume that vpn-B.netbird.selfhosted is your container. Its status is set to Connecting, which usually indicates an issue with the configuration as @Kaaybi mentioned or a network problem. Can you review the Coturn configuration and the firewall rules for the host server it is running? It requires firewall rules for its listening port, UDP 3478, and range of ports, UDP 49152-65535, for dynamic relay connections.

@mlsmaycon commented on GitHub (Apr 10, 2023): @aeymash from your status, I assume that vpn-B.netbird.selfhosted is your container. Its status is set to Connecting, which usually indicates an issue with the configuration as @Kaaybi mentioned or a network problem. Can you review the Coturn configuration and the firewall rules for the host server it is running? It requires firewall rules for its listening port, UDP 3478, and range of ports, UDP 49152-65535, for dynamic relay connections.
Author
Owner

@MohammedNoureldin commented on GitHub (Apr 10, 2023):

Sorry I was confused because I though that ACL is not relevant. I have nothing special in my ACL, just the default one.

image

Here is my debug log:

/go/bin # ./netbird --log-level debug up -F
2023-04-10T22:04:39Z DEBG client/internal/login.go:93: connecting to the Management service https://netbird.DOMAIN.com:33073
2023-04-10T22:04:39Z DEBG client/internal/login.go:63: connected to the Management service https://netbird.DOMAIN.com:33073
2023-04-10T22:04:39Z DEBG client/internal/login.go:93: connecting to the Management service https://netbird.DOMAIN.com:33073
2023-04-10T22:04:39Z DEBG client/internal/login.go:63: connected to the Management service https://netbird.DOMAIN.com:33073
2023-04-10T22:04:39Z DEBG client/internal/connect.go:83: conecting to the Management service netbird.DOMAIN.com:33073
2023-04-10T22:04:39Z DEBG client/internal/connect.go:91: connected to the Management service netbird.DOMAIN.com:33073
2023-04-10T22:04:39Z DEBG signal/client/grpc.go:87: connected to Signal Service: netbird.DOMAIN.com:10000
2023-04-10T22:04:39Z DEBG iface/iface.go:29: create Wireguard interface wt0
2023-04-10T22:04:39Z INFO iface/tun_linux.go:15: using kernel WireGuard
2023-04-10T22:04:39Z DEBG iface/tun_linux.go:58: adding device: wt0
2023-04-10T22:04:39Z DEBG iface/tun_linux.go:109: adding address 100.73.89.123/16 to interface: wt0
2023-04-10T22:04:39Z DEBG iface/tun_linux.go:74: setting MTU: 1280 interface: wt0
2023-04-10T22:04:39Z DEBG iface/tun_linux.go:81: bringing up interface: wt0
2023-04-10T22:04:39Z DEBG iface/iface.go:48: configuring Wireguard interface wt0
2023-04-10T22:04:39Z DEBG iface/wg_configurer_nonandroid.go:26: adding Wireguard private key
2023-04-10T22:04:39Z DEBG iface/wg_configurer_nonandroid.go:205: got Wireguard device wt0
2023-04-10T22:04:39Z DEBG client/internal/routemanager/firewall_linux.go:46: iptables is not supported, using nftables
2023-04-10T22:04:39Z DEBG client/internal/dns/host_linux.go:32: discovered mode is: 1
2023-04-10T22:04:39Z DEBG signal/client/grpc.go:132: signal connection state READY
2023-04-10T22:04:39Z INFO signal/client/grpc.go:153: connected to the Signal Service stream
2023-04-10T22:04:39Z DEBG client/internal/engine.go:522: connecting to Management Service updates stream
2023-04-10T22:04:39Z INFO client/internal/connect.go:163: Netbird engine started, my IP is: 100.73.89.123/16
2023-04-10T22:04:39Z DEBG management/client/grpc.go:115: management connection state READY
2023-04-10T22:04:39Z INFO management/client/grpc.go:142: connected to the Management Service stream
2023-04-10T22:04:39Z DEBG management/client/grpc.go:201: got an update message from Management Service
2023-04-10T22:04:39Z DEBG client/internal/engine.go:548: got TURNs update from Management Service, updating
2023-04-10T22:04:39Z DEBG client/internal/engine.go:530: got STUNs update from Management Service, updating
2023-04-10T22:04:39Z DEBG client/internal/engine.go:579: got peers update from Management Service, total peers to connect to = 4
2023-04-10T22:04:39Z DEBG client/internal/engine.go:798: creating peer connection pG7GnDvamcKUiI0yfRqfENIyScDuVLlDKiN0WwQKrSE=
2023-04-10T22:04:39Z DEBG client/internal/engine.go:798: creating peer connection 5SsdqfQb3i3OICXWbQ28MAcx6TOjE/C5Df2ad8T1ujY=
2023-04-10T22:04:39Z DEBG client/internal/engine.go:798: creating peer connection HLU6t8lGl1craPB8ZQLQQdZb+ewt9vZ9blTD5nTwf28=
2023-04-10T22:04:39Z DEBG client/internal/engine.go:798: creating peer connection C5rYN+a+5ssiHhhzG8IrRjDfC9pifl/C/99w5mup2yk=
2023-04-10T22:04:39Z DEBG client/internal/dns/server_nonandroid.go:116: starting dns on 100.73.89.123:53
2023-04-10T22:04:39Z DEBG client/internal/dns/file_linux.go:130: creating managed file /etc/resolv.conf
2023-04-10T22:04:39Z INFO client/internal/dns/file_linux.go:97: created a NetBird managed /etc/resolv.conf file with your DNS settings. Added 1 search domains. Search list: netbird.selfhosted
2023-04-10T22:04:39Z DEBG signal/client/grpc.go:347: received a new message from Peer [fingerprint: 5SsdqfQb3i3OICXWbQ28MAcx6TOjE/C5Df2ad8T1ujY=]
2023-04-10T22:04:39Z DEBG client/internal/peer/conn.go:652: OnRemoteOffer from peer 5SsdqfQb3i3OICXWbQ28MAcx6TOjE/C5Df2ad8T1ujY= on status Disconnected
2023-04-10T22:04:39Z DEBG client/internal/peer/conn.go:658: OnRemoteOffer skipping message from peer 5SsdqfQb3i3OICXWbQ28MAcx6TOjE/C5Df2ad8T1ujY= on status Disconnected because is not ready
2023-04-10T22:04:40Z DEBG signal/client/grpc.go:347: received a new message from Peer [fingerprint: C5rYN+a+5ssiHhhzG8IrRjDfC9pifl/C/99w5mup2yk=]
2023-04-10T22:04:40Z DEBG client/internal/peer/conn.go:652: OnRemoteOffer from peer C5rYN+a+5ssiHhhzG8IrRjDfC9pifl/C/99w5mup2yk= on status Disconnected
2023-04-10T22:04:40Z DEBG client/internal/peer/conn.go:658: OnRemoteOffer skipping message from peer C5rYN+a+5ssiHhhzG8IrRjDfC9pifl/C/99w5mup2yk= on status Disconnected because is not ready
2023-04-10T22:04:40Z DEBG client/internal/peer/conn.go:221: trying to connect to peer pG7GnDvamcKUiI0yfRqfENIyScDuVLlDKiN0WwQKrSE=
2023-04-10T22:04:40Z DEBG client/internal/peer/conn.go:252: connection offer sent to peer pG7GnDvamcKUiI0yfRqfENIyScDuVLlDKiN0WwQKrSE=, waiting for the confirmation
2023-04-10T22:04:40Z DEBG client/internal/peer/conn.go:221: trying to connect to peer C5rYN+a+5ssiHhhzG8IrRjDfC9pifl/C/99w5mup2yk=
2023-04-10T22:04:40Z DEBG client/internal/peer/conn.go:252: connection offer sent to peer C5rYN+a+5ssiHhhzG8IrRjDfC9pifl/C/99w5mup2yk=, waiting for the confirmation
2023-04-10T22:04:40Z DEBG signal/client/grpc.go:347: received a new message from Peer [fingerprint: C5rYN+a+5ssiHhhzG8IrRjDfC9pifl/C/99w5mup2yk=]
2023-04-10T22:04:40Z DEBG client/internal/peer/conn.go:667: OnRemoteAnswer from peer C5rYN+a+5ssiHhhzG8IrRjDfC9pifl/C/99w5mup2yk= on status Disconnected
2023-04-10T22:04:40Z DEBG client/internal/peer/conn.go:273: received connection confirmation from peer C5rYN+a+5ssiHhhzG8IrRjDfC9pifl/C/99w5mup2yk= running version 0.15.1 and with remote WireGuard listen port 51820
2023-04-10T22:04:40Z DEBG client/internal/peer/conn.go:569: peer C5rYN+a+5ssiHhhzG8IrRjDfC9pifl/C/99w5mup2yk= ICE ConnectionState has changed to Checking
2023-04-10T22:04:40Z DEBG client/internal/peer/conn.go:552: discovered local candidate udp4 host 127.0.0.1:59859
2023-04-10T22:04:40Z DEBG client/internal/peer/conn.go:552: discovered local candidate udp4 host 10.244.37.244:59859
2023-04-10T22:04:40Z DEBG client/internal/peer/conn.go:146: ignoring interface wt0 - it is not allowed
2023-04-10T22:04:40Z DEBG client/internal/peer/conn.go:552: discovered local candidate udp4 srflx 142.132.179.15:53933 related 10.244.37.244:34361
2023-04-10T22:04:40Z DEBG client/internal/peer/conn.go:552: discovered local candidate udp4 srflx 142.132.179.15:53933 related 127.0.0.1:34361
2023-04-10T22:04:40Z DEBG signal/client/grpc.go:347: received a new message from Peer [fingerprint: C5rYN+a+5ssiHhhzG8IrRjDfC9pifl/C/99w5mup2yk=]
2023-04-10T22:04:40Z DEBG client/internal/peer/conn.go:681: OnRemoteCandidate from peer C5rYN+a+5ssiHhhzG8IrRjDfC9pifl/C/99w5mup2yk= -> udp4 host 172.25.192.1:52584
2023-04-10T22:04:40Z DEBG signal/client/grpc.go:347: received a new message from Peer [fingerprint: C5rYN+a+5ssiHhhzG8IrRjDfC9pifl/C/99w5mup2yk=]
2023-04-10T22:04:40Z DEBG client/internal/peer/conn.go:681: OnRemoteCandidate from peer C5rYN+a+5ssiHhhzG8IrRjDfC9pifl/C/99w5mup2yk= -> udp4 host 192.168.56.1:52584
2023-04-10T22:04:40Z DEBG signal/client/grpc.go:347: received a new message from Peer [fingerprint: C5rYN+a+5ssiHhhzG8IrRjDfC9pifl/C/99w5mup2yk=]
2023-04-10T22:04:40Z DEBG client/internal/peer/conn.go:681: OnRemoteCandidate from peer C5rYN+a+5ssiHhhzG8IrRjDfC9pifl/C/99w5mup2yk= -> udp6 host [2001:4bb8:188:3a09:8966:e643:eef1:26ca]:52584
2023-04-10T22:04:40Z DEBG signal/client/grpc.go:347: received a new message from Peer [fingerprint: C5rYN+a+5ssiHhhzG8IrRjDfC9pifl/C/99w5mup2yk=]
2023-04-10T22:04:40Z DEBG client/internal/peer/conn.go:681: OnRemoteCandidate from peer C5rYN+a+5ssiHhhzG8IrRjDfC9pifl/C/99w5mup2yk= -> udp4 host 127.0.0.1:52584
2023-04-10T22:04:40Z DEBG signal/client/grpc.go:347: received a new message from Peer [fingerprint: C5rYN+a+5ssiHhhzG8IrRjDfC9pifl/C/99w5mup2yk=]
2023-04-10T22:04:40Z DEBG client/internal/peer/conn.go:681: OnRemoteCandidate from peer C5rYN+a+5ssiHhhzG8IrRjDfC9pifl/C/99w5mup2yk= -> udp6 host [2001:4bb8:188:3a09:bab6:15a9:853:86ec]:52584
2023-04-10T22:04:40Z DEBG signal/client/grpc.go:347: received a new message from Peer [fingerprint: C5rYN+a+5ssiHhhzG8IrRjDfC9pifl/C/99w5mup2yk=]
2023-04-10T22:04:40Z DEBG client/internal/peer/conn.go:681: OnRemoteCandidate from peer C5rYN+a+5ssiHhhzG8IrRjDfC9pifl/C/99w5mup2yk= -> udp4 host 192.168.0.105:52584
2023-04-10T22:04:40Z DEBG signal/client/grpc.go:347: received a new message from Peer [fingerprint: C5rYN+a+5ssiHhhzG8IrRjDfC9pifl/C/99w5mup2yk=]
2023-04-10T22:04:40Z DEBG client/internal/peer/conn.go:681: OnRemoteCandidate from peer C5rYN+a+5ssiHhhzG8IrRjDfC9pifl/C/99w5mup2yk= -> udp4 srflx 213.225.38.26:27790 related 2001:4bb8:188:3a09:8966:e643:eef1:26ca:52585
2023-04-10T22:04:40Z DEBG signal/client/grpc.go:347: received a new message from Peer [fingerprint: C5rYN+a+5ssiHhhzG8IrRjDfC9pifl/C/99w5mup2yk=]
2023-04-10T22:04:40Z DEBG client/internal/peer/conn.go:681: OnRemoteCandidate from peer C5rYN+a+5ssiHhhzG8IrRjDfC9pifl/C/99w5mup2yk= -> udp4 srflx 213.225.38.26:27790 related 127.0.0.1:52585
2023-04-10T22:04:40Z DEBG signal/client/grpc.go:347: received a new message from Peer [fingerprint: C5rYN+a+5ssiHhhzG8IrRjDfC9pifl/C/99w5mup2yk=]
2023-04-10T22:04:40Z DEBG client/internal/peer/conn.go:681: OnRemoteCandidate from peer C5rYN+a+5ssiHhhzG8IrRjDfC9pifl/C/99w5mup2yk= -> udp4 srflx 213.225.38.26:27790 related 172.25.192.1:52585
2023-04-10T22:04:40Z DEBG signal/client/grpc.go:347: received a new message from Peer [fingerprint: C5rYN+a+5ssiHhhzG8IrRjDfC9pifl/C/99w5mup2yk=]
2023-04-10T22:04:40Z DEBG client/internal/peer/conn.go:681: OnRemoteCandidate from peer C5rYN+a+5ssiHhhzG8IrRjDfC9pifl/C/99w5mup2yk= -> udp4 srflx 213.225.38.26:27790 related 192.168.56.1:52585
2023-04-10T22:04:40Z DEBG signal/client/grpc.go:347: received a new message from Peer [fingerprint: C5rYN+a+5ssiHhhzG8IrRjDfC9pifl/C/99w5mup2yk=]
2023-04-10T22:04:40Z DEBG client/internal/peer/conn.go:681: OnRemoteCandidate from peer C5rYN+a+5ssiHhhzG8IrRjDfC9pifl/C/99w5mup2yk= -> udp4 srflx 213.225.38.26:27790 related 192.168.0.105:52585
2023-04-10T22:04:40Z DEBG signal/client/grpc.go:347: received a new message from Peer [fingerprint: C5rYN+a+5ssiHhhzG8IrRjDfC9pifl/C/99w5mup2yk=]
2023-04-10T22:04:40Z DEBG client/internal/peer/conn.go:681: OnRemoteCandidate from peer C5rYN+a+5ssiHhhzG8IrRjDfC9pifl/C/99w5mup2yk= -> udp4 srflx 213.225.38.26:27790 related 2001:4bb8:188:3a09:bab6:15a9:853:86ec:52585
2023-04-10T22:04:40Z DEBG client/internal/peer/conn.go:221: trying to connect to peer HLU6t8lGl1craPB8ZQLQQdZb+ewt9vZ9blTD5nTwf28=
2023-04-10T22:04:40Z DEBG client/internal/peer/conn.go:252: connection offer sent to peer HLU6t8lGl1craPB8ZQLQQdZb+ewt9vZ9blTD5nTwf28=, waiting for the confirmation
2023-04-10T22:04:40Z DEBG signal/client/grpc.go:347: received a new message from Peer [fingerprint: HLU6t8lGl1craPB8ZQLQQdZb+ewt9vZ9blTD5nTwf28=]
2023-04-10T22:04:40Z DEBG client/internal/peer/conn.go:667: OnRemoteAnswer from peer HLU6t8lGl1craPB8ZQLQQdZb+ewt9vZ9blTD5nTwf28= on status Disconnected
2023-04-10T22:04:40Z DEBG client/internal/peer/conn.go:273: received connection confirmation from peer HLU6t8lGl1craPB8ZQLQQdZb+ewt9vZ9blTD5nTwf28= running version 0.15.2 and with remote WireGuard listen port 51820
2023-04-10T22:04:40Z DEBG client/internal/peer/conn.go:569: peer HLU6t8lGl1craPB8ZQLQQdZb+ewt9vZ9blTD5nTwf28= ICE ConnectionState has changed to Checking
2023-04-10T22:04:40Z DEBG client/internal/peer/conn.go:552: discovered local candidate udp4 host 127.0.0.1:59859
2023-04-10T22:04:40Z DEBG client/internal/peer/conn.go:552: discovered local candidate udp4 host 10.244.37.244:59859
2023-04-10T22:04:40Z DEBG client/internal/peer/conn.go:146: ignoring interface wt0 - it is not allowed
2023-04-10T22:04:40Z DEBG client/internal/peer/conn.go:552: discovered local candidate udp4 srflx 142.132.179.15:53933 related 10.244.37.244:34361
2023-04-10T22:04:40Z DEBG client/internal/peer/conn.go:552: discovered local candidate udp4 srflx 142.132.179.15:53933 related 127.0.0.1:34361
2023-04-10T22:04:40Z DEBG signal/client/grpc.go:347: received a new message from Peer [fingerprint: HLU6t8lGl1craPB8ZQLQQdZb+ewt9vZ9blTD5nTwf28=]
2023-04-10T22:04:40Z DEBG client/internal/peer/conn.go:681: OnRemoteCandidate from peer HLU6t8lGl1craPB8ZQLQQdZb+ewt9vZ9blTD5nTwf28= -> udp4 host 127.0.0.1:54799
2023-04-10T22:04:40Z DEBG signal/client/grpc.go:347: received a new message from Peer [fingerprint: HLU6t8lGl1craPB8ZQLQQdZb+ewt9vZ9blTD5nTwf28=]
2023-04-10T22:04:40Z DEBG client/internal/peer/conn.go:681: OnRemoteCandidate from peer HLU6t8lGl1craPB8ZQLQQdZb+ewt9vZ9blTD5nTwf28= -> udp4 host 192.168.1.4:54799
2023-04-10T22:04:40Z DEBG signal/client/grpc.go:347: received a new message from Peer [fingerprint: HLU6t8lGl1craPB8ZQLQQdZb+ewt9vZ9blTD5nTwf28=]
2023-04-10T22:04:40Z DEBG client/internal/peer/conn.go:681: OnRemoteCandidate from peer HLU6t8lGl1craPB8ZQLQQdZb+ewt9vZ9blTD5nTwf28= -> udp4 host 172.19.0.1:54799
2023-04-10T22:04:40Z DEBG signal/client/grpc.go:347: received a new message from Peer [fingerprint: HLU6t8lGl1craPB8ZQLQQdZb+ewt9vZ9blTD5nTwf28=]
2023-04-10T22:04:40Z DEBG client/internal/peer/conn.go:681: OnRemoteCandidate from peer HLU6t8lGl1craPB8ZQLQQdZb+ewt9vZ9blTD5nTwf28= -> udp4 host 172.23.0.1:54799
2023-04-10T22:04:40Z DEBG signal/client/grpc.go:347: received a new message from Peer [fingerprint: HLU6t8lGl1craPB8ZQLQQdZb+ewt9vZ9blTD5nTwf28=]
2023-04-10T22:04:40Z DEBG client/internal/peer/conn.go:681: OnRemoteCandidate from peer HLU6t8lGl1craPB8ZQLQQdZb+ewt9vZ9blTD5nTwf28= -> udp4 host 172.24.0.1:54799
2023-04-10T22:04:40Z DEBG signal/client/grpc.go:347: received a new message from Peer [fingerprint: HLU6t8lGl1craPB8ZQLQQdZb+ewt9vZ9blTD5nTwf28=]
2023-04-10T22:04:40Z DEBG client/internal/peer/conn.go:681: OnRemoteCandidate from peer HLU6t8lGl1craPB8ZQLQQdZb+ewt9vZ9blTD5nTwf28= -> udp4 host 192.168.1.27:54799
2023-04-10T22:04:40Z DEBG signal/client/grpc.go:347: received a new message from Peer [fingerprint: HLU6t8lGl1craPB8ZQLQQdZb+ewt9vZ9blTD5nTwf28=]
2023-04-10T22:04:40Z DEBG client/internal/peer/conn.go:681: OnRemoteCandidate from peer HLU6t8lGl1craPB8ZQLQQdZb+ewt9vZ9blTD5nTwf28= -> udp4 host 172.28.0.1:54799
2023-04-10T22:04:40Z DEBG signal/client/grpc.go:347: received a new message from Peer [fingerprint: HLU6t8lGl1craPB8ZQLQQdZb+ewt9vZ9blTD5nTwf28=]
2023-04-10T22:04:40Z DEBG client/internal/peer/conn.go:681: OnRemoteCandidate from peer HLU6t8lGl1craPB8ZQLQQdZb+ewt9vZ9blTD5nTwf28= -> udp4 host 172.30.0.1:54799
2023-04-10T22:04:40Z DEBG signal/client/grpc.go:347: received a new message from Peer [fingerprint: HLU6t8lGl1craPB8ZQLQQdZb+ewt9vZ9blTD5nTwf28=]
2023-04-10T22:04:40Z DEBG client/internal/peer/conn.go:681: OnRemoteCandidate from peer HLU6t8lGl1craPB8ZQLQQdZb+ewt9vZ9blTD5nTwf28= -> udp4 host 172.22.0.1:54799
2023-04-10T22:04:40Z DEBG signal/client/grpc.go:347: received a new message from Peer [fingerprint: HLU6t8lGl1craPB8ZQLQQdZb+ewt9vZ9blTD5nTwf28=]
2023-04-10T22:04:40Z DEBG client/internal/peer/conn.go:681: OnRemoteCandidate from peer HLU6t8lGl1craPB8ZQLQQdZb+ewt9vZ9blTD5nTwf28= -> udp4 srflx 195.155.168.118:7656 related 172.17.0.1:37686
2023-04-10T22:04:40Z DEBG signal/client/grpc.go:347: received a new message from Peer [fingerprint: HLU6t8lGl1craPB8ZQLQQdZb+ewt9vZ9blTD5nTwf28=]
2023-04-10T22:04:40Z DEBG client/internal/peer/conn.go:681: OnRemoteCandidate from peer HLU6t8lGl1craPB8ZQLQQdZb+ewt9vZ9blTD5nTwf28= -> udp4 srflx 195.155.168.118:7656 related 192.168.1.4:37686
2023-04-10T22:04:40Z DEBG signal/client/grpc.go:347: received a new message from Peer [fingerprint: HLU6t8lGl1craPB8ZQLQQdZb+ewt9vZ9blTD5nTwf28=]
2023-04-10T22:04:40Z DEBG client/internal/peer/conn.go:681: OnRemoteCandidate from peer HLU6t8lGl1craPB8ZQLQQdZb+ewt9vZ9blTD5nTwf28= -> udp4 srflx 195.155.168.118:7656 related 192.168.32.1:37686
2023-04-10T22:04:40Z DEBG signal/client/grpc.go:347: received a new message from Peer [fingerprint: HLU6t8lGl1craPB8ZQLQQdZb+ewt9vZ9blTD5nTwf28=]
2023-04-10T22:04:40Z DEBG client/internal/peer/conn.go:681: OnRemoteCandidate from peer HLU6t8lGl1craPB8ZQLQQdZb+ewt9vZ9blTD5nTwf28= -> udp4 srflx 195.155.168.118:7656 related 172.20.0.1:37686
2023-04-10T22:04:40Z DEBG signal/client/grpc.go:347: received a new message from Peer [fingerprint: HLU6t8lGl1craPB8ZQLQQdZb+ewt9vZ9blTD5nTwf28=]
2023-04-10T22:04:40Z DEBG client/internal/peer/conn.go:681: OnRemoteCandidate from peer HLU6t8lGl1craPB8ZQLQQdZb+ewt9vZ9blTD5nTwf28= -> udp4 srflx 195.155.168.118:7656 related 172.31.0.1:37686
2023-04-10T22:04:40Z DEBG signal/client/grpc.go:347: received a new message from Peer [fingerprint: HLU6t8lGl1craPB8ZQLQQdZb+ewt9vZ9blTD5nTwf28=]
2023-04-10T22:04:40Z DEBG client/internal/peer/conn.go:681: OnRemoteCandidate from peer HLU6t8lGl1craPB8ZQLQQdZb+ewt9vZ9blTD5nTwf28= -> udp4 srflx 195.155.168.118:7656 related 192.168.16.1:37686
2023-04-10T22:04:40Z DEBG signal/client/grpc.go:347: received a new message from Peer [fingerprint: HLU6t8lGl1craPB8ZQLQQdZb+ewt9vZ9blTD5nTwf28=]
2023-04-10T22:04:40Z DEBG client/internal/peer/conn.go:681: OnRemoteCandidate from peer HLU6t8lGl1craPB8ZQLQQdZb+ewt9vZ9blTD5nTwf28= -> udp4 srflx 195.155.168.118:7656 related 172.18.0.1:37686
2023-04-10T22:04:40Z DEBG signal/client/grpc.go:347: received a new message from Peer [fingerprint: HLU6t8lGl1craPB8ZQLQQdZb+ewt9vZ9blTD5nTwf28=]
2023-04-10T22:04:40Z DEBG client/internal/peer/conn.go:681: OnRemoteCandidate from peer HLU6t8lGl1craPB8ZQLQQdZb+ewt9vZ9blTD5nTwf28= -> udp4 srflx 195.155.168.118:7656 related 127.0.0.1:37686
2023-04-10T22:04:40Z DEBG signal/client/grpc.go:347: received a new message from Peer [fingerprint: HLU6t8lGl1craPB8ZQLQQdZb+ewt9vZ9blTD5nTwf28=]
2023-04-10T22:04:40Z DEBG client/internal/peer/conn.go:681: OnRemoteCandidate from peer HLU6t8lGl1craPB8ZQLQQdZb+ewt9vZ9blTD5nTwf28= -> udp4 srflx 195.155.168.118:7656 related 192.168.1.27:37686
2023-04-10T22:04:40Z DEBG signal/client/grpc.go:347: received a new message from Peer [fingerprint: HLU6t8lGl1craPB8ZQLQQdZb+ewt9vZ9blTD5nTwf28=]
2023-04-10T22:04:40Z DEBG client/internal/peer/conn.go:681: OnRemoteCandidate from peer HLU6t8lGl1craPB8ZQLQQdZb+ewt9vZ9blTD5nTwf28= -> udp4 srflx 195.155.168.118:7656 related 172.24.0.1:37686
2023-04-10T22:04:40Z DEBG signal/client/grpc.go:347: received a new message from Peer [fingerprint: HLU6t8lGl1craPB8ZQLQQdZb+ewt9vZ9blTD5nTwf28=]
2023-04-10T22:04:40Z DEBG client/internal/peer/conn.go:681: OnRemoteCandidate from peer HLU6t8lGl1craPB8ZQLQQdZb+ewt9vZ9blTD5nTwf28= -> udp4 srflx 195.155.168.118:7656 related 172.28.0.1:37686
2023-04-10T22:04:40Z DEBG signal/client/grpc.go:347: received a new message from Peer [fingerprint: HLU6t8lGl1craPB8ZQLQQdZb+ewt9vZ9blTD5nTwf28=]
2023-04-10T22:04:40Z DEBG client/internal/peer/conn.go:681: OnRemoteCandidate from peer HLU6t8lGl1craPB8ZQLQQdZb+ewt9vZ9blTD5nTwf28= -> udp4 srflx 195.155.168.118:7656 related 172.19.0.1:37686
2023-04-10T22:04:40Z DEBG signal/client/grpc.go:347: received a new message from Peer [fingerprint: HLU6t8lGl1craPB8ZQLQQdZb+ewt9vZ9blTD5nTwf28=]
2023-04-10T22:04:40Z DEBG client/internal/peer/conn.go:681: OnRemoteCandidate from peer HLU6t8lGl1craPB8ZQLQQdZb+ewt9vZ9blTD5nTwf28= -> udp4 srflx 195.155.168.118:7656 related 172.27.0.1:37686
2023-04-10T22:04:40Z DEBG signal/client/grpc.go:347: received a new message from Peer [fingerprint: HLU6t8lGl1craPB8ZQLQQdZb+ewt9vZ9blTD5nTwf28=]
2023-04-10T22:04:40Z DEBG client/internal/peer/conn.go:681: OnRemoteCandidate from peer HLU6t8lGl1craPB8ZQLQQdZb+ewt9vZ9blTD5nTwf28= -> udp4 srflx 195.155.168.118:7656 related 172.22.0.1:37686
2023-04-10T22:04:40Z DEBG signal/client/grpc.go:347: received a new message from Peer [fingerprint: HLU6t8lGl1craPB8ZQLQQdZb+ewt9vZ9blTD5nTwf28=]
2023-04-10T22:04:40Z DEBG client/internal/peer/conn.go:681: OnRemoteCandidate from peer HLU6t8lGl1craPB8ZQLQQdZb+ewt9vZ9blTD5nTwf28= -> udp4 srflx 195.155.168.118:7656 related 172.29.0.1:37686
2023-04-10T22:04:40Z DEBG signal/client/grpc.go:347: received a new message from Peer [fingerprint: HLU6t8lGl1craPB8ZQLQQdZb+ewt9vZ9blTD5nTwf28=]
2023-04-10T22:04:40Z DEBG client/internal/peer/conn.go:681: OnRemoteCandidate from peer HLU6t8lGl1craPB8ZQLQQdZb+ewt9vZ9blTD5nTwf28= -> udp4 srflx 195.155.168.118:7656 related 172.30.0.1:37686
2023-04-10T22:04:40Z DEBG signal/client/grpc.go:347: received a new message from Peer [fingerprint: HLU6t8lGl1craPB8ZQLQQdZb+ewt9vZ9blTD5nTwf28=]
2023-04-10T22:04:40Z DEBG client/internal/peer/conn.go:681: OnRemoteCandidate from peer HLU6t8lGl1craPB8ZQLQQdZb+ewt9vZ9blTD5nTwf28= -> udp4 srflx 195.155.168.118:7656 related 172.25.0.1:37686
2023-04-10T22:04:40Z DEBG signal/client/grpc.go:347: received a new message from Peer [fingerprint: HLU6t8lGl1craPB8ZQLQQdZb+ewt9vZ9blTD5nTwf28=]
2023-04-10T22:04:40Z DEBG client/internal/peer/conn.go:681: OnRemoteCandidate from peer HLU6t8lGl1craPB8ZQLQQdZb+ewt9vZ9blTD5nTwf28= -> udp4 host 172.17.0.1:54799
2023-04-10T22:04:40Z DEBG signal/client/grpc.go:347: received a new message from Peer [fingerprint: HLU6t8lGl1craPB8ZQLQQdZb+ewt9vZ9blTD5nTwf28=]
2023-04-10T22:04:40Z DEBG client/internal/peer/conn.go:681: OnRemoteCandidate from peer HLU6t8lGl1craPB8ZQLQQdZb+ewt9vZ9blTD5nTwf28= -> udp4 srflx 195.155.168.118:7656 related 172.21.0.1:37686
2023-04-10T22:04:40Z DEBG signal/client/grpc.go:347: received a new message from Peer [fingerprint: HLU6t8lGl1craPB8ZQLQQdZb+ewt9vZ9blTD5nTwf28=]
2023-04-10T22:04:40Z DEBG client/internal/peer/conn.go:681: OnRemoteCandidate from peer HLU6t8lGl1craPB8ZQLQQdZb+ewt9vZ9blTD5nTwf28= -> udp4 srflx 195.155.168.118:7656 related 172.23.0.1:37686
2023-04-10T22:04:40Z DEBG signal/client/grpc.go:347: received a new message from Peer [fingerprint: HLU6t8lGl1craPB8ZQLQQdZb+ewt9vZ9blTD5nTwf28=]
2023-04-10T22:04:40Z DEBG client/internal/peer/conn.go:681: OnRemoteCandidate from peer HLU6t8lGl1craPB8ZQLQQdZb+ewt9vZ9blTD5nTwf28= -> udp4 host 172.21.0.1:54799
2023-04-10T22:04:40Z DEBG signal/client/grpc.go:347: received a new message from Peer [fingerprint: HLU6t8lGl1craPB8ZQLQQdZb+ewt9vZ9blTD5nTwf28=]
2023-04-10T22:04:40Z DEBG client/internal/peer/conn.go:681: OnRemoteCandidate from peer HLU6t8lGl1craPB8ZQLQQdZb+ewt9vZ9blTD5nTwf28= -> udp4 host 172.29.0.1:54799
2023-04-10T22:04:40Z DEBG signal/client/grpc.go:347: received a new message from Peer [fingerprint: HLU6t8lGl1craPB8ZQLQQdZb+ewt9vZ9blTD5nTwf28=]
2023-04-10T22:04:40Z DEBG client/internal/peer/conn.go:681: OnRemoteCandidate from peer HLU6t8lGl1craPB8ZQLQQdZb+ewt9vZ9blTD5nTwf28= -> udp4 host 172.25.0.1:54799
2023-04-10T22:04:40Z DEBG signal/client/grpc.go:347: received a new message from Peer [fingerprint: HLU6t8lGl1craPB8ZQLQQdZb+ewt9vZ9blTD5nTwf28=]
2023-04-10T22:04:40Z DEBG client/internal/peer/conn.go:681: OnRemoteCandidate from peer HLU6t8lGl1craPB8ZQLQQdZb+ewt9vZ9blTD5nTwf28= -> udp4 srflx 195.155.168.118:7656 related 172.26.0.1:37686
2023-04-10T22:04:40Z DEBG signal/client/grpc.go:347: received a new message from Peer [fingerprint: HLU6t8lGl1craPB8ZQLQQdZb+ewt9vZ9blTD5nTwf28=]
2023-04-10T22:04:40Z DEBG client/internal/peer/conn.go:681: OnRemoteCandidate from peer HLU6t8lGl1craPB8ZQLQQdZb+ewt9vZ9blTD5nTwf28= -> udp4 host 172.26.0.1:54799
2023-04-10T22:04:40Z DEBG signal/client/grpc.go:347: received a new message from Peer [fingerprint: HLU6t8lGl1craPB8ZQLQQdZb+ewt9vZ9blTD5nTwf28=]
2023-04-10T22:04:40Z DEBG client/internal/peer/conn.go:681: OnRemoteCandidate from peer HLU6t8lGl1craPB8ZQLQQdZb+ewt9vZ9blTD5nTwf28= -> udp4 host 172.20.0.1:54799
2023-04-10T22:04:40Z DEBG signal/client/grpc.go:347: received a new message from Peer [fingerprint: HLU6t8lGl1craPB8ZQLQQdZb+ewt9vZ9blTD5nTwf28=]
2023-04-10T22:04:40Z DEBG client/internal/peer/conn.go:681: OnRemoteCandidate from peer HLU6t8lGl1craPB8ZQLQQdZb+ewt9vZ9blTD5nTwf28= -> udp4 host 172.31.0.1:54799
2023-04-10T22:04:40Z DEBG signal/client/grpc.go:347: received a new message from Peer [fingerprint: HLU6t8lGl1craPB8ZQLQQdZb+ewt9vZ9blTD5nTwf28=]
2023-04-10T22:04:40Z DEBG client/internal/peer/conn.go:681: OnRemoteCandidate from peer HLU6t8lGl1craPB8ZQLQQdZb+ewt9vZ9blTD5nTwf28= -> udp4 host 192.168.16.1:54799
2023-04-10T22:04:40Z DEBG signal/client/grpc.go:347: received a new message from Peer [fingerprint: HLU6t8lGl1craPB8ZQLQQdZb+ewt9vZ9blTD5nTwf28=]
2023-04-10T22:04:40Z DEBG client/internal/peer/conn.go:681: OnRemoteCandidate from peer HLU6t8lGl1craPB8ZQLQQdZb+ewt9vZ9blTD5nTwf28= -> udp4 host 192.168.32.1:54799
2023-04-10T22:04:40Z DEBG signal/client/grpc.go:347: received a new message from Peer [fingerprint: HLU6t8lGl1craPB8ZQLQQdZb+ewt9vZ9blTD5nTwf28=]
2023-04-10T22:04:40Z DEBG client/internal/peer/conn.go:681: OnRemoteCandidate from peer HLU6t8lGl1craPB8ZQLQQdZb+ewt9vZ9blTD5nTwf28= -> udp4 host 172.18.0.1:54799
2023-04-10T22:04:40Z DEBG signal/client/grpc.go:347: received a new message from Peer [fingerprint: HLU6t8lGl1craPB8ZQLQQdZb+ewt9vZ9blTD5nTwf28=]
2023-04-10T22:04:40Z DEBG client/internal/peer/conn.go:681: OnRemoteCandidate from peer HLU6t8lGl1craPB8ZQLQQdZb+ewt9vZ9blTD5nTwf28= -> udp4 host 172.27.0.1:54799
2023-04-10T22:04:41Z DEBG client/internal/peer/conn.go:221: trying to connect to peer 5SsdqfQb3i3OICXWbQ28MAcx6TOjE/C5Df2ad8T1ujY=
2023-04-10T22:04:41Z DEBG client/internal/peer/conn.go:252: connection offer sent to peer 5SsdqfQb3i3OICXWbQ28MAcx6TOjE/C5Df2ad8T1ujY=, waiting for the confirmation
2023-04-10T22:04:41Z DEBG signal/client/grpc.go:347: received a new message from Peer [fingerprint: 5SsdqfQb3i3OICXWbQ28MAcx6TOjE/C5Df2ad8T1ujY=]
2023-04-10T22:04:41Z DEBG client/internal/peer/conn.go:667: OnRemoteAnswer from peer 5SsdqfQb3i3OICXWbQ28MAcx6TOjE/C5Df2ad8T1ujY= on status Disconnected
2023-04-10T22:04:41Z DEBG client/internal/peer/conn.go:273: received connection confirmation from peer 5SsdqfQb3i3OICXWbQ28MAcx6TOjE/C5Df2ad8T1ujY= running version 0.15.2 and with remote WireGuard listen port 51820
2023-04-10T22:04:41Z DEBG client/internal/peer/conn.go:569: peer 5SsdqfQb3i3OICXWbQ28MAcx6TOjE/C5Df2ad8T1ujY= ICE ConnectionState has changed to Checking
2023-04-10T22:04:41Z DEBG client/internal/peer/conn.go:552: discovered local candidate udp4 host 127.0.0.1:59859
2023-04-10T22:04:41Z DEBG client/internal/peer/conn.go:552: discovered local candidate udp4 host 10.244.37.244:59859
2023-04-10T22:04:41Z DEBG client/internal/peer/conn.go:146: ignoring interface wt0 - it is not allowed
2023-04-10T22:04:41Z DEBG client/internal/peer/conn.go:552: discovered local candidate udp4 srflx 142.132.179.15:53933 related 127.0.0.1:34361
2023-04-10T22:04:41Z DEBG client/internal/peer/conn.go:552: discovered local candidate udp4 srflx 142.132.179.15:53933 related 10.244.37.244:34361
2023-04-10T22:04:41Z DEBG signal/client/grpc.go:347: received a new message from Peer [fingerprint: 5SsdqfQb3i3OICXWbQ28MAcx6TOjE/C5Df2ad8T1ujY=]
2023-04-10T22:04:41Z DEBG client/internal/peer/conn.go:681: OnRemoteCandidate from peer 5SsdqfQb3i3OICXWbQ28MAcx6TOjE/C5Df2ad8T1ujY= -> udp4 host 127.0.0.1:59285
2023-04-10T22:04:41Z DEBG signal/client/grpc.go:347: received a new message from Peer [fingerprint: 5SsdqfQb3i3OICXWbQ28MAcx6TOjE/C5Df2ad8T1ujY=]
2023-04-10T22:04:41Z DEBG client/internal/peer/conn.go:681: OnRemoteCandidate from peer 5SsdqfQb3i3OICXWbQ28MAcx6TOjE/C5Df2ad8T1ujY= -> udp4 host 172.17.0.2:59285
2023-04-10T22:04:41Z DEBG signal/client/grpc.go:347: received a new message from Peer [fingerprint: 5SsdqfQb3i3OICXWbQ28MAcx6TOjE/C5Df2ad8T1ujY=]
2023-04-10T22:04:41Z DEBG client/internal/peer/conn.go:681: OnRemoteCandidate from peer 5SsdqfQb3i3OICXWbQ28MAcx6TOjE/C5Df2ad8T1ujY= -> udp4 srflx 195.155.168.118:7557 related 172.17.0.2:57677
2023-04-10T22:04:41Z DEBG signal/client/grpc.go:347: received a new message from Peer [fingerprint: 5SsdqfQb3i3OICXWbQ28MAcx6TOjE/C5Df2ad8T1ujY=]
2023-04-10T22:04:41Z DEBG client/internal/peer/conn.go:681: OnRemoteCandidate from peer 5SsdqfQb3i3OICXWbQ28MAcx6TOjE/C5Df2ad8T1ujY= -> udp4 srflx 195.155.168.118:7557 related 127.0.0.1:57677

2023-04-10T22:04:51Z DEBG client/internal/peer/conn.go:569: peer C5rYN+a+5ssiHhhzG8IrRjDfC9pifl/C/99w5mup2yk= ICE ConnectionState has changed to Failed
2023-04-10T22:04:51Z DEBG client/internal/peer/conn.go:484: trying to cleanup C5rYN+a+5ssiHhhzG8IrRjDfC9pifl/C/99w5mup2yk=
2023-04-10T22:04:51Z DEBG client/internal/peer/conn.go:522: cleaned up connection to peer C5rYN+a+5ssiHhhzG8IrRjDfC9pifl/C/99w5mup2yk=
2023-04-10T22:04:51Z DEBG client/internal/engine.go:779: connection to peer C5rYN+a+5ssiHhhzG8IrRjDfC9pifl/C/99w5mup2yk= failed: connecting canceled by caller
2023-04-10T22:04:51Z DEBG client/internal/peer/conn.go:569: peer C5rYN+a+5ssiHhhzG8IrRjDfC9pifl/C/99w5mup2yk= ICE ConnectionState has changed to Closed
2023-04-10T22:04:52Z DEBG client/internal/peer/conn.go:569: peer HLU6t8lGl1craPB8ZQLQQdZb+ewt9vZ9blTD5nTwf28= ICE ConnectionState has changed to Failed
2023-04-10T22:04:52Z DEBG client/internal/peer/conn.go:484: trying to cleanup HLU6t8lGl1craPB8ZQLQQdZb+ewt9vZ9blTD5nTwf28=
2023-04-10T22:04:52Z DEBG client/internal/peer/conn.go:522: cleaned up connection to peer HLU6t8lGl1craPB8ZQLQQdZb+ewt9vZ9blTD5nTwf28=
2023-04-10T22:04:52Z DEBG client/internal/engine.go:779: connection to peer HLU6t8lGl1craPB8ZQLQQdZb+ewt9vZ9blTD5nTwf28= failed: connecting canceled by caller
2023-04-10T22:04:52Z DEBG client/internal/peer/conn.go:569: peer HLU6t8lGl1craPB8ZQLQQdZb+ewt9vZ9blTD5nTwf28= ICE ConnectionState has changed to Closed
2023-04-10T22:04:52Z DEBG client/internal/peer/conn.go:221: trying to connect to peer C5rYN+a+5ssiHhhzG8IrRjDfC9pifl/C/99w5mup2yk=
2023-04-10T22:04:52Z DEBG client/internal/peer/conn.go:252: connection offer sent to peer C5rYN+a+5ssiHhhzG8IrRjDfC9pifl/C/99w5mup2yk=, waiting for the confirmation
2023-04-10T22:04:52Z DEBG client/internal/peer/conn.go:569: peer 5SsdqfQb3i3OICXWbQ28MAcx6TOjE/C5Df2ad8T1ujY= ICE ConnectionState has changed to Failed
2023-04-10T22:04:52Z DEBG client/internal/peer/conn.go:484: trying to cleanup 5SsdqfQb3i3OICXWbQ28MAcx6TOjE/C5Df2ad8T1ujY=
2023-04-10T22:04:52Z DEBG client/internal/peer/conn.go:522: cleaned up connection to peer 5SsdqfQb3i3OICXWbQ28MAcx6TOjE/C5Df2ad8T1ujY=
2023-04-10T22:04:52Z DEBG client/internal/engine.go:779: connection to peer 5SsdqfQb3i3OICXWbQ28MAcx6TOjE/C5Df2ad8T1ujY= failed: connecting canceled by caller
2023-04-10T22:04:52Z DEBG client/internal/peer/conn.go:569: peer 5SsdqfQb3i3OICXWbQ28MAcx6TOjE/C5Df2ad8T1ujY= ICE ConnectionState has changed to Closed
2023-04-10T22:04:52Z DEBG client/internal/peer/conn.go:221: trying to connect to peer 5SsdqfQb3i3OICXWbQ28MAcx6TOjE/C5Df2ad8T1ujY=
2023-04-10T22:04:52Z DEBG client/internal/peer/conn.go:252: connection offer sent to peer 5SsdqfQb3i3OICXWbQ28MAcx6TOjE/C5Df2ad8T1ujY=, waiting for the confirmation
2023-04-10T22:04:52Z DEBG signal/client/grpc.go:347: received a new message from Peer [fingerprint: 5SsdqfQb3i3OICXWbQ28MAcx6TOjE/C5Df2ad8T1ujY=]
2023-04-10T22:04:52Z DEBG client/internal/peer/conn.go:652: OnRemoteOffer from peer 5SsdqfQb3i3OICXWbQ28MAcx6TOjE/C5Df2ad8T1ujY= on status Disconnected
2023-04-10T22:04:52Z DEBG client/internal/peer/conn.go:584: sending answer to 5SsdqfQb3i3OICXWbQ28MAcx6TOjE/C5Df2ad8T1ujY=
2023-04-10T22:04:52Z DEBG client/internal/peer/conn.go:273: received connection confirmation from peer 5SsdqfQb3i3OICXWbQ28MAcx6TOjE/C5Df2ad8T1ujY= running version 0.15.2 and with remote WireGuard listen port 51820
2023-04-10T22:04:52Z DEBG client/internal/peer/conn.go:569: peer 5SsdqfQb3i3OICXWbQ28MAcx6TOjE/C5Df2ad8T1ujY= ICE ConnectionState has changed to Checking
2023-04-10T22:04:52Z DEBG client/internal/peer/conn.go:552: discovered local candidate udp4 host 127.0.0.1:59859
2023-04-10T22:04:52Z DEBG client/internal/peer/conn.go:552: discovered local candidate udp4 host 10.244.37.244:59859
2023-04-10T22:04:52Z DEBG client/internal/peer/conn.go:146: ignoring interface wt0 - it is not allowed
2023-04-10T22:04:52Z DEBG client/internal/peer/conn.go:552: discovered local candidate udp4 srflx 142.132.179.15:53933 related 10.244.37.244:34361
2023-04-10T22:04:52Z DEBG client/internal/peer/conn.go:552: discovered local candidate udp4 srflx 142.132.179.15:53933 related 127.0.0.1:34361
2023-04-10T22:04:52Z DEBG signal/client/grpc.go:347: received a new message from Peer [fingerprint: 5SsdqfQb3i3OICXWbQ28MAcx6TOjE/C5Df2ad8T1ujY=]
2023-04-10T22:04:52Z DEBG client/internal/peer/conn.go:681: OnRemoteCandidate from peer 5SsdqfQb3i3OICXWbQ28MAcx6TOjE/C5Df2ad8T1ujY= -> udp4 host 172.17.0.2:59285
2023-04-10T22:04:52Z DEBG signal/client/grpc.go:347: received a new message from Peer [fingerprint: 5SsdqfQb3i3OICXWbQ28MAcx6TOjE/C5Df2ad8T1ujY=]
2023-04-10T22:04:52Z DEBG client/internal/peer/conn.go:681: OnRemoteCandidate from peer 5SsdqfQb3i3OICXWbQ28MAcx6TOjE/C5Df2ad8T1ujY= -> udp4 host 127.0.0.1:59285
2023-04-10T22:04:53Z DEBG signal/client/grpc.go:347: received a new message from Peer [fingerprint: 5SsdqfQb3i3OICXWbQ28MAcx6TOjE/C5Df2ad8T1ujY=]
2023-04-10T22:04:53Z DEBG client/internal/peer/conn.go:681: OnRemoteCandidate from peer 5SsdqfQb3i3OICXWbQ28MAcx6TOjE/C5Df2ad8T1ujY= -> udp4 srflx 195.155.168.118:7557 related 127.0.0.1:57677
2023-04-10T22:04:53Z DEBG signal/client/grpc.go:347: received a new message from Peer [fingerprint: 5SsdqfQb3i3OICXWbQ28MAcx6TOjE/C5Df2ad8T1ujY=]
2023-04-10T22:04:53Z DEBG client/internal/peer/conn.go:681: OnRemoteCandidate from peer 5SsdqfQb3i3OICXWbQ28MAcx6TOjE/C5Df2ad8T1ujY= -> udp4 srflx 195.155.168.118:7557 related 172.17.0.2:57677
2023-04-10T22:04:53Z DEBG signal/client/grpc.go:347: received a new message from Peer [fingerprint: HLU6t8lGl1craPB8ZQLQQdZb+ewt9vZ9blTD5nTwf28=]
2023-04-10T22:04:53Z DEBG client/internal/peer/conn.go:652: OnRemoteOffer from peer HLU6t8lGl1craPB8ZQLQQdZb+ewt9vZ9blTD5nTwf28= on status Disconnected
2023-04-10T22:04:53Z DEBG client/internal/peer/conn.go:658: OnRemoteOffer skipping message from peer HLU6t8lGl1craPB8ZQLQQdZb+ewt9vZ9blTD5nTwf28= on status Disconnected because is not ready
2023-04-10T22:04:53Z DEBG signal/client/grpc.go:347: received a new message from Peer [fingerprint: C5rYN+a+5ssiHhhzG8IrRjDfC9pifl/C/99w5mup2yk=]
2023-04-10T22:04:53Z DEBG client/internal/peer/conn.go:652: OnRemoteOffer from peer C5rYN+a+5ssiHhhzG8IrRjDfC9pifl/C/99w5mup2yk= on status Disconnected
2023-04-10T22:04:53Z DEBG client/internal/peer/conn.go:584: sending answer to C5rYN+a+5ssiHhhzG8IrRjDfC9pifl/C/99w5mup2yk=
2023-04-10T22:04:53Z DEBG client/internal/peer/conn.go:273: received connection confirmation from peer C5rYN+a+5ssiHhhzG8IrRjDfC9pifl/C/99w5mup2yk= running version 0.15.1 and with remote WireGuard listen port 51820
2023-04-10T22:04:53Z DEBG client/internal/peer/conn.go:569: peer C5rYN+a+5ssiHhhzG8IrRjDfC9pifl/C/99w5mup2yk= ICE ConnectionState has changed to Checking
2023-04-10T22:04:53Z DEBG client/internal/peer/conn.go:552: discovered local candidate udp4 host 127.0.0.1:59859
2023-04-10T22:04:53Z DEBG client/internal/peer/conn.go:552: discovered local candidate udp4 host 10.244.37.244:59859
2023-04-10T22:04:53Z DEBG client/internal/peer/conn.go:146: ignoring interface wt0 - it is not allowed
2023-04-10T22:04:53Z DEBG client/internal/peer/conn.go:552: discovered local candidate udp4 srflx 142.132.179.15:53933 related 127.0.0.1:34361
2023-04-10T22:04:53Z DEBG client/internal/peer/conn.go:552: discovered local candidate udp4 srflx 142.132.179.15:53933 related 10.244.37.244:34361
2023-04-10T22:04:53Z DEBG signal/client/grpc.go:347: received a new message from Peer [fingerprint: C5rYN+a+5ssiHhhzG8IrRjDfC9pifl/C/99w5mup2yk=]
2023-04-10T22:04:53Z DEBG client/internal/peer/conn.go:681: OnRemoteCandidate from peer C5rYN+a+5ssiHhhzG8IrRjDfC9pifl/C/99w5mup2yk= -> udp4 host 127.0.0.1:52584
2023-04-10T22:04:53Z DEBG signal/client/grpc.go:347: received a new message from Peer [fingerprint: C5rYN+a+5ssiHhhzG8IrRjDfC9pifl/C/99w5mup2yk=]
2023-04-10T22:04:53Z DEBG client/internal/peer/conn.go:681: OnRemoteCandidate from peer C5rYN+a+5ssiHhhzG8IrRjDfC9pifl/C/99w5mup2yk= -> udp4 host 192.168.56.1:52584
2023-04-10T22:04:53Z DEBG signal/client/grpc.go:347: received a new message from Peer [fingerprint: C5rYN+a+5ssiHhhzG8IrRjDfC9pifl/C/99w5mup2yk=]
2023-04-10T22:04:53Z DEBG client/internal/peer/conn.go:681: OnRemoteCandidate from peer C5rYN+a+5ssiHhhzG8IrRjDfC9pifl/C/99w5mup2yk= -> udp4 host 192.168.0.105:52584
2023-04-10T22:04:53Z DEBG signal/client/grpc.go:347: received a new message from Peer [fingerprint: C5rYN+a+5ssiHhhzG8IrRjDfC9pifl/C/99w5mup2yk=]
2023-04-10T22:04:53Z DEBG client/internal/peer/conn.go:681: OnRemoteCandidate from peer C5rYN+a+5ssiHhhzG8IrRjDfC9pifl/C/99w5mup2yk= -> udp6 host [2001:4bb8:188:3a09:8966:e643:eef1:26ca]:52584
2023-04-10T22:04:53Z DEBG signal/client/grpc.go:347: received a new message from Peer [fingerprint: C5rYN+a+5ssiHhhzG8IrRjDfC9pifl/C/99w5mup2yk=]
2023-04-10T22:04:53Z DEBG client/internal/peer/conn.go:681: OnRemoteCandidate from peer C5rYN+a+5ssiHhhzG8IrRjDfC9pifl/C/99w5mup2yk= -> udp6 host [2001:4bb8:188:3a09:bab6:15a9:853:86ec]:52584
2023-04-10T22:04:53Z DEBG signal/client/grpc.go:347: received a new message from Peer [fingerprint: C5rYN+a+5ssiHhhzG8IrRjDfC9pifl/C/99w5mup2yk=]
2023-04-10T22:04:53Z DEBG client/internal/peer/conn.go:681: OnRemoteCandidate from peer C5rYN+a+5ssiHhhzG8IrRjDfC9pifl/C/99w5mup2yk= -> udp4 host 172.25.192.1:52584
2023-04-10T22:04:53Z DEBG signal/client/grpc.go:347: received a new message from Peer [fingerprint: C5rYN+a+5ssiHhhzG8IrRjDfC9pifl/C/99w5mup2yk=]
2023-04-10T22:04:53Z DEBG client/internal/peer/conn.go:681: OnRemoteCandidate from peer C5rYN+a+5ssiHhhzG8IrRjDfC9pifl/C/99w5mup2yk= -> udp4 srflx 213.225.38.26:27790 related 127.0.0.1:52585
2023-04-10T22:04:53Z DEBG signal/client/grpc.go:347: received a new message from Peer [fingerprint: C5rYN+a+5ssiHhhzG8IrRjDfC9pifl/C/99w5mup2yk=]
2023-04-10T22:04:53Z DEBG client/internal/peer/conn.go:681: OnRemoteCandidate from peer C5rYN+a+5ssiHhhzG8IrRjDfC9pifl/C/99w5mup2yk= -> udp4 srflx 213.225.38.26:27790 related 172.25.192.1:52585
2023-04-10T22:04:53Z DEBG signal/client/grpc.go:347: received a new message from Peer [fingerprint: C5rYN+a+5ssiHhhzG8IrRjDfC9pifl/C/99w5mup2yk=]
2023-04-10T22:04:53Z DEBG client/internal/peer/conn.go:681: OnRemoteCandidate from peer C5rYN+a+5ssiHhhzG8IrRjDfC9pifl/C/99w5mup2yk= -> udp4 srflx 213.225.38.26:27790 related 192.168.56.1:52585
2023-04-10T22:04:53Z DEBG signal/client/grpc.go:347: received a new message from Peer [fingerprint: C5rYN+a+5ssiHhhzG8IrRjDfC9pifl/C/99w5mup2yk=]
2023-04-10T22:04:53Z DEBG client/internal/peer/conn.go:681: OnRemoteCandidate from peer C5rYN+a+5ssiHhhzG8IrRjDfC9pifl/C/99w5mup2yk= -> udp4 srflx 213.225.38.26:27790 related 2001:4bb8:188:3a09:bab6:15a9:853:86ec:52585
2023-04-10T22:04:53Z DEBG signal/client/grpc.go:347: received a new message from Peer [fingerprint: C5rYN+a+5ssiHhhzG8IrRjDfC9pifl/C/99w5mup2yk=]
2023-04-10T22:04:53Z DEBG client/internal/peer/conn.go:681: OnRemoteCandidate from peer C5rYN+a+5ssiHhhzG8IrRjDfC9pifl/C/99w5mup2yk= -> udp4 srflx 213.225.38.26:27790 related 2001:4bb8:188:3a09:8966:e643:eef1:26ca:52585
2023-04-10T22:04:53Z DEBG signal/client/grpc.go:347: received a new message from Peer [fingerprint: C5rYN+a+5ssiHhhzG8IrRjDfC9pifl/C/99w5mup2yk=]
2023-04-10T22:04:53Z DEBG client/internal/peer/conn.go:681: OnRemoteCandidate from peer C5rYN+a+5ssiHhhzG8IrRjDfC9pifl/C/99w5mup2yk= -> udp4 srflx 213.225.38.26:27790 related 192.168.0.105:52585
2023-04-10T22:04:53Z DEBG client/internal/peer/conn.go:221: trying to connect to peer HLU6t8lGl1craPB8ZQLQQdZb+ewt9vZ9blTD5nTwf28=
2023-04-10T22:04:53Z DEBG client/internal/peer/conn.go:252: connection offer sent to peer HLU6t8lGl1craPB8ZQLQQdZb+ewt9vZ9blTD5nTwf28=, waiting for the confirmation
2023-04-10T22:04:53Z DEBG signal/client/grpc.go:347: received a new message from Peer [fingerprint: HLU6t8lGl1craPB8ZQLQQdZb+ewt9vZ9blTD5nTwf28=]
2023-04-10T22:04:53Z DEBG client/internal/peer/conn.go:667: OnRemoteAnswer from peer HLU6t8lGl1craPB8ZQLQQdZb+ewt9vZ9blTD5nTwf28= on status Disconnected
2023-04-10T22:04:53Z DEBG client/internal/peer/conn.go:273: received connection confirmation from peer HLU6t8lGl1craPB8ZQLQQdZb+ewt9vZ9blTD5nTwf28= running version 0.15.2 and with remote WireGuard listen port 51820
2023-04-10T22:04:53Z DEBG client/internal/peer/conn.go:569: peer HLU6t8lGl1craPB8ZQLQQdZb+ewt9vZ9blTD5nTwf28= ICE ConnectionState has changed to Checking
2023-04-10T22:04:53Z DEBG client/internal/peer/conn.go:552: discovered local candidate udp4 host 127.0.0.1:59859
2023-04-10T22:04:53Z DEBG client/internal/peer/conn.go:552: discovered local candidate udp4 host 10.244.37.244:59859
2023-04-10T22:04:53Z DEBG client/internal/peer/conn.go:146: ignoring interface wt0 - it is not allowed
2023-04-10T22:04:53Z DEBG client/internal/peer/conn.go:552: discovered local candidate udp4 srflx 142.132.179.15:53933 related 10.244.37.244:34361
2023-04-10T22:04:53Z DEBG client/internal/peer/conn.go:552: discovered local candidate udp4 srflx 142.132.179.15:53933 related 127.0.0.1:34361
2023-04-10T22:04:53Z DEBG signal/client/grpc.go:347: received a new message from Peer [fingerprint: HLU6t8lGl1craPB8ZQLQQdZb+ewt9vZ9blTD5nTwf28=]
2023-04-10T22:04:53Z DEBG client/internal/peer/conn.go:681: OnRemoteCandidate from peer HLU6t8lGl1craPB8ZQLQQdZb+ewt9vZ9blTD5nTwf28= -> udp4 host 192.168.1.4:54799
2023-04-10T22:04:53Z DEBG signal/client/grpc.go:347: received a new message from Peer [fingerprint: HLU6t8lGl1craPB8ZQLQQdZb+ewt9vZ9blTD5nTwf28=]
2023-04-10T22:04:53Z DEBG client/internal/peer/conn.go:681: OnRemoteCandidate from peer HLU6t8lGl1craPB8ZQLQQdZb+ewt9vZ9blTD5nTwf28= -> udp4 host 172.24.0.1:54799
2023-04-10T22:04:53Z DEBG signal/client/grpc.go:347: received a new message from Peer [fingerprint: HLU6t8lGl1craPB8ZQLQQdZb+ewt9vZ9blTD5nTwf28=]
2023-04-10T22:04:53Z DEBG client/internal/peer/conn.go:681: OnRemoteCandidate from peer HLU6t8lGl1craPB8ZQLQQdZb+ewt9vZ9blTD5nTwf28= -> udp4 srflx 195.155.168.118:7656 related 172.18.0.1:37686
2023-04-10T22:04:53Z DEBG signal/client/grpc.go:347: received a new message from Peer [fingerprint: HLU6t8lGl1craPB8ZQLQQdZb+ewt9vZ9blTD5nTwf28=]
2023-04-10T22:04:53Z DEBG client/internal/peer/conn.go:681: OnRemoteCandidate from peer HLU6t8lGl1craPB8ZQLQQdZb+ewt9vZ9blTD5nTwf28= -> udp4 host 127.0.0.1:54799
2023-04-10T22:04:53Z DEBG signal/client/grpc.go:347: received a new message from Peer [fingerprint: HLU6t8lGl1craPB8ZQLQQdZb+ewt9vZ9blTD5nTwf28=]
2023-04-10T22:04:53Z DEBG client/internal/peer/conn.go:681: OnRemoteCandidate from peer HLU6t8lGl1craPB8ZQLQQdZb+ewt9vZ9blTD5nTwf28= -> udp4 host 172.19.0.1:54799
2023-04-10T22:04:53Z DEBG signal/client/grpc.go:347: received a new message from Peer [fingerprint: HLU6t8lGl1craPB8ZQLQQdZb+ewt9vZ9blTD5nTwf28=]
2023-04-10T22:04:53Z DEBG client/internal/peer/conn.go:681: OnRemoteCandidate from peer HLU6t8lGl1craPB8ZQLQQdZb+ewt9vZ9blTD5nTwf28= -> udp4 host 192.168.1.27:54799
2023-04-10T22:04:53Z DEBG signal/client/grpc.go:347: received a new message from Peer [fingerprint: HLU6t8lGl1craPB8ZQLQQdZb+ewt9vZ9blTD5nTwf28=]
2023-04-10T22:04:53Z DEBG client/internal/peer/conn.go:681: OnRemoteCandidate from peer HLU6t8lGl1craPB8ZQLQQdZb+ewt9vZ9blTD5nTwf28= -> udp4 srflx 195.155.168.118:7656 related 172.21.0.1:37686
2023-04-10T22:04:53Z DEBG signal/client/grpc.go:347: received a new message from Peer [fingerprint: HLU6t8lGl1craPB8ZQLQQdZb+ewt9vZ9blTD5nTwf28=]
2023-04-10T22:04:53Z DEBG client/internal/peer/conn.go:681: OnRemoteCandidate from peer HLU6t8lGl1craPB8ZQLQQdZb+ewt9vZ9blTD5nTwf28= -> udp4 srflx 195.155.168.118:7656 related 172.25.0.1:37686
2023-04-10T22:04:53Z DEBG signal/client/grpc.go:347: received a new message from Peer [fingerprint: HLU6t8lGl1craPB8ZQLQQdZb+ewt9vZ9blTD5nTwf28=]
2023-04-10T22:04:53Z DEBG client/internal/peer/conn.go:681: OnRemoteCandidate from peer HLU6t8lGl1craPB8ZQLQQdZb+ewt9vZ9blTD5nTwf28= -> udp4 srflx 195.155.168.118:7656 related 172.22.0.1:37686
2023-04-10T22:04:53Z DEBG signal/client/grpc.go:347: received a new message from Peer [fingerprint: HLU6t8lGl1craPB8ZQLQQdZb+ewt9vZ9blTD5nTwf28=]
2023-04-10T22:04:53Z DEBG client/internal/peer/conn.go:681: OnRemoteCandidate from peer HLU6t8lGl1craPB8ZQLQQdZb+ewt9vZ9blTD5nTwf28= -> udp4 srflx 195.155.168.118:7656 related 127.0.0.1:37686
2023-04-10T22:04:53Z DEBG signal/client/grpc.go:347: received a new message from Peer [fingerprint: HLU6t8lGl1craPB8ZQLQQdZb+ewt9vZ9blTD5nTwf28=]
2023-04-10T22:04:53Z DEBG client/internal/peer/conn.go:681: OnRemoteCandidate from peer HLU6t8lGl1craPB8ZQLQQdZb+ewt9vZ9blTD5nTwf28= -> udp4 host 172.28.0.1:54799
2023-04-10T22:04:53Z DEBG signal/client/grpc.go:347: received a new message from Peer [fingerprint: HLU6t8lGl1craPB8ZQLQQdZb+ewt9vZ9blTD5nTwf28=]
2023-04-10T22:04:53Z DEBG client/internal/peer/conn.go:681: OnRemoteCandidate from peer HLU6t8lGl1craPB8ZQLQQdZb+ewt9vZ9blTD5nTwf28= -> udp4 srflx 195.155.168.118:7656 related 172.31.0.1:37686
2023-04-10T22:04:53Z DEBG signal/client/grpc.go:347: received a new message from Peer [fingerprint: HLU6t8lGl1craPB8ZQLQQdZb+ewt9vZ9blTD5nTwf28=]
2023-04-10T22:04:53Z DEBG client/internal/peer/conn.go:681: OnRemoteCandidate from peer HLU6t8lGl1craPB8ZQLQQdZb+ewt9vZ9blTD5nTwf28= -> udp4 srflx 195.155.168.118:7656 related 172.27.0.1:37686
2023-04-10T22:04:53Z DEBG signal/client/grpc.go:347: received a new message from Peer [fingerprint: HLU6t8lGl1craPB8ZQLQQdZb+ewt9vZ9blTD5nTwf28=]
2023-04-10T22:04:53Z DEBG client/internal/peer/conn.go:681: OnRemoteCandidate from peer HLU6t8lGl1craPB8ZQLQQdZb+ewt9vZ9blTD5nTwf28= -> udp4 srflx 195.155.168.118:7656 related 172.30.0.1:37686
2023-04-10T22:04:53Z DEBG signal/client/grpc.go:347: received a new message from Peer [fingerprint: HLU6t8lGl1craPB8ZQLQQdZb+ewt9vZ9blTD5nTwf28=]
2023-04-10T22:04:53Z DEBG client/internal/peer/conn.go:681: OnRemoteCandidate from peer HLU6t8lGl1craPB8ZQLQQdZb+ewt9vZ9blTD5nTwf28= -> udp4 srflx 195.155.168.118:7656 related 192.168.32.1:37686
2023-04-10T22:04:53Z DEBG signal/client/grpc.go:347: received a new message from Peer [fingerprint: HLU6t8lGl1craPB8ZQLQQdZb+ewt9vZ9blTD5nTwf28=]
2023-04-10T22:04:53Z DEBG client/internal/peer/conn.go:681: OnRemoteCandidate from peer HLU6t8lGl1craPB8ZQLQQdZb+ewt9vZ9blTD5nTwf28= -> udp4 srflx 195.155.168.118:7656 related 172.26.0.1:37686
2023-04-10T22:04:53Z DEBG signal/client/grpc.go:347: received a new message from Peer [fingerprint: HLU6t8lGl1craPB8ZQLQQdZb+ewt9vZ9blTD5nTwf28=]
2023-04-10T22:04:53Z DEBG client/internal/peer/conn.go:681: OnRemoteCandidate from peer HLU6t8lGl1craPB8ZQLQQdZb+ewt9vZ9blTD5nTwf28= -> udp4 srflx 195.155.168.118:7656 related 192.168.1.27:37686
2023-04-10T22:04:53Z DEBG signal/client/grpc.go:347: received a new message from Peer [fingerprint: HLU6t8lGl1craPB8ZQLQQdZb+ewt9vZ9blTD5nTwf28=]
2023-04-10T22:04:53Z DEBG client/internal/peer/conn.go:681: OnRemoteCandidate from peer HLU6t8lGl1craPB8ZQLQQdZb+ewt9vZ9blTD5nTwf28= -> udp4 srflx 195.155.168.118:7656 related 172.29.0.1:37686
2023-04-10T22:04:53Z DEBG signal/client/grpc.go:347: received a new message from Peer [fingerprint: HLU6t8lGl1craPB8ZQLQQdZb+ewt9vZ9blTD5nTwf28=]
2023-04-10T22:04:53Z DEBG client/internal/peer/conn.go:681: OnRemoteCandidate from peer HLU6t8lGl1craPB8ZQLQQdZb+ewt9vZ9blTD5nTwf28= -> udp4 srflx 195.155.168.118:7656 related 172.17.0.1:37686
2023-04-10T22:04:53Z DEBG signal/client/grpc.go:347: received a new message from Peer [fingerprint: HLU6t8lGl1craPB8ZQLQQdZb+ewt9vZ9blTD5nTwf28=]
2023-04-10T22:04:53Z DEBG client/internal/peer/conn.go:681: OnRemoteCandidate from peer HLU6t8lGl1craPB8ZQLQQdZb+ewt9vZ9blTD5nTwf28= -> udp4 host 172.22.0.1:54799
2023-04-10T22:04:53Z DEBG signal/client/grpc.go:347: received a new message from Peer [fingerprint: HLU6t8lGl1craPB8ZQLQQdZb+ewt9vZ9blTD5nTwf28=]
2023-04-10T22:04:53Z DEBG client/internal/peer/conn.go:681: OnRemoteCandidate from peer HLU6t8lGl1craPB8ZQLQQdZb+ewt9vZ9blTD5nTwf28= -> udp4 srflx 195.155.168.118:7656 related 172.19.0.1:37686
2023-04-10T22:04:53Z DEBG signal/client/grpc.go:347: received a new message from Peer [fingerprint: HLU6t8lGl1craPB8ZQLQQdZb+ewt9vZ9blTD5nTwf28=]
2023-04-10T22:04:53Z DEBG client/internal/peer/conn.go:681: OnRemoteCandidate from peer HLU6t8lGl1craPB8ZQLQQdZb+ewt9vZ9blTD5nTwf28= -> udp4 srflx 195.155.168.118:7656 related 172.28.0.1:37686
2023-04-10T22:04:53Z DEBG signal/client/grpc.go:347: received a new message from Peer [fingerprint: HLU6t8lGl1craPB8ZQLQQdZb+ewt9vZ9blTD5nTwf28=]
2023-04-10T22:04:53Z DEBG client/internal/peer/conn.go:681: OnRemoteCandidate from peer HLU6t8lGl1craPB8ZQLQQdZb+ewt9vZ9blTD5nTwf28= -> udp4 srflx 195.155.168.118:7656 related 192.168.1.4:37686
2023-04-10T22:04:53Z DEBG signal/client/grpc.go:347: received a new message from Peer [fingerprint: HLU6t8lGl1craPB8ZQLQQdZb+ewt9vZ9blTD5nTwf28=]
2023-04-10T22:04:53Z DEBG client/internal/peer/conn.go:681: OnRemoteCandidate from peer HLU6t8lGl1craPB8ZQLQQdZb+ewt9vZ9blTD5nTwf28= -> udp4 host 172.30.0.1:54799
2023-04-10T22:04:53Z DEBG signal/client/grpc.go:347: received a new message from Peer [fingerprint: HLU6t8lGl1craPB8ZQLQQdZb+ewt9vZ9blTD5nTwf28=]
2023-04-10T22:04:53Z DEBG client/internal/peer/conn.go:681: OnRemoteCandidate from peer HLU6t8lGl1craPB8ZQLQQdZb+ewt9vZ9blTD5nTwf28= -> udp4 srflx 195.155.168.118:7656 related 172.20.0.1:37686
2023-04-10T22:04:53Z DEBG signal/client/grpc.go:347: received a new message from Peer [fingerprint: HLU6t8lGl1craPB8ZQLQQdZb+ewt9vZ9blTD5nTwf28=]
2023-04-10T22:04:53Z DEBG client/internal/peer/conn.go:681: OnRemoteCandidate from peer HLU6t8lGl1craPB8ZQLQQdZb+ewt9vZ9blTD5nTwf28= -> udp4 srflx 195.155.168.118:7656 related 172.23.0.1:37686
2023-04-10T22:04:53Z DEBG signal/client/grpc.go:347: received a new message from Peer [fingerprint: HLU6t8lGl1craPB8ZQLQQdZb+ewt9vZ9blTD5nTwf28=]
2023-04-10T22:04:53Z DEBG client/internal/peer/conn.go:681: OnRemoteCandidate from peer HLU6t8lGl1craPB8ZQLQQdZb+ewt9vZ9blTD5nTwf28= -> udp4 host 172.17.0.1:54799
2023-04-10T22:04:53Z DEBG signal/client/grpc.go:347: received a new message from Peer [fingerprint: HLU6t8lGl1craPB8ZQLQQdZb+ewt9vZ9blTD5nTwf28=]
2023-04-10T22:04:53Z DEBG client/internal/peer/conn.go:681: OnRemoteCandidate from peer HLU6t8lGl1craPB8ZQLQQdZb+ewt9vZ9blTD5nTwf28= -> udp4 host 172.21.0.1:54799
2023-04-10T22:04:53Z DEBG signal/client/grpc.go:347: received a new message from Peer [fingerprint: HLU6t8lGl1craPB8ZQLQQdZb+ewt9vZ9blTD5nTwf28=]
2023-04-10T22:04:53Z DEBG client/internal/peer/conn.go:681: OnRemoteCandidate from peer HLU6t8lGl1craPB8ZQLQQdZb+ewt9vZ9blTD5nTwf28= -> udp4 srflx 195.155.168.118:7656 related 172.24.0.1:37686
2023-04-10T22:04:53Z DEBG signal/client/grpc.go:347: received a new message from Peer [fingerprint: HLU6t8lGl1craPB8ZQLQQdZb+ewt9vZ9blTD5nTwf28=]
2023-04-10T22:04:53Z DEBG client/internal/peer/conn.go:681: OnRemoteCandidate from peer HLU6t8lGl1craPB8ZQLQQdZb+ewt9vZ9blTD5nTwf28= -> udp4 srflx 195.155.168.118:7656 related 192.168.16.1:37686
2023-04-10T22:04:53Z DEBG signal/client/grpc.go:347: received a new message from Peer [fingerprint: HLU6t8lGl1craPB8ZQLQQdZb+ewt9vZ9blTD5nTwf28=]
2023-04-10T22:04:53Z DEBG client/internal/peer/conn.go:681: OnRemoteCandidate from peer HLU6t8lGl1craPB8ZQLQQdZb+ewt9vZ9blTD5nTwf28= -> udp4 host 192.168.32.1:54799
2023-04-10T22:04:53Z DEBG signal/client/grpc.go:347: received a new message from Peer [fingerprint: HLU6t8lGl1craPB8ZQLQQdZb+ewt9vZ9blTD5nTwf28=]
2023-04-10T22:04:53Z DEBG client/internal/peer/conn.go:681: OnRemoteCandidate from peer HLU6t8lGl1craPB8ZQLQQdZb+ewt9vZ9blTD5nTwf28= -> udp4 host 172.27.0.1:54799
2023-04-10T22:04:53Z DEBG signal/client/grpc.go:347: received a new message from Peer [fingerprint: HLU6t8lGl1craPB8ZQLQQdZb+ewt9vZ9blTD5nTwf28=]
2023-04-10T22:04:53Z DEBG client/internal/peer/conn.go:681: OnRemoteCandidate from peer HLU6t8lGl1craPB8ZQLQQdZb+ewt9vZ9blTD5nTwf28= -> udp4 host 172.23.0.1:54799
2023-04-10T22:04:53Z DEBG signal/client/grpc.go:347: received a new message from Peer [fingerprint: HLU6t8lGl1craPB8ZQLQQdZb+ewt9vZ9blTD5nTwf28=]
2023-04-10T22:04:53Z DEBG client/internal/peer/conn.go:681: OnRemoteCandidate from peer HLU6t8lGl1craPB8ZQLQQdZb+ewt9vZ9blTD5nTwf28= -> udp4 host 172.25.0.1:54799
2023-04-10T22:04:53Z DEBG signal/client/grpc.go:347: received a new message from Peer [fingerprint: HLU6t8lGl1craPB8ZQLQQdZb+ewt9vZ9blTD5nTwf28=]
2023-04-10T22:04:53Z DEBG client/internal/peer/conn.go:681: OnRemoteCandidate from peer HLU6t8lGl1craPB8ZQLQQdZb+ewt9vZ9blTD5nTwf28= -> udp4 host 172.31.0.1:54799
2023-04-10T22:04:53Z DEBG signal/client/grpc.go:347: received a new message from Peer [fingerprint: HLU6t8lGl1craPB8ZQLQQdZb+ewt9vZ9blTD5nTwf28=]
2023-04-10T22:04:53Z DEBG client/internal/peer/conn.go:681: OnRemoteCandidate from peer HLU6t8lGl1craPB8ZQLQQdZb+ewt9vZ9blTD5nTwf28= -> udp4 host 172.26.0.1:54799
2023-04-10T22:04:53Z DEBG signal/client/grpc.go:347: received a new message from Peer [fingerprint: HLU6t8lGl1craPB8ZQLQQdZb+ewt9vZ9blTD5nTwf28=]
2023-04-10T22:04:53Z DEBG client/internal/peer/conn.go:681: OnRemoteCandidate from peer HLU6t8lGl1craPB8ZQLQQdZb+ewt9vZ9blTD5nTwf28= -> udp4 host 172.29.0.1:54799
2023-04-10T22:04:53Z DEBG signal/client/grpc.go:347: received a new message from Peer [fingerprint: HLU6t8lGl1craPB8ZQLQQdZb+ewt9vZ9blTD5nTwf28=]
2023-04-10T22:04:53Z DEBG client/internal/peer/conn.go:681: OnRemoteCandidate from peer HLU6t8lGl1craPB8ZQLQQdZb+ewt9vZ9blTD5nTwf28= -> udp4 host 192.168.16.1:54799
2023-04-10T22:04:53Z DEBG signal/client/grpc.go:347: received a new message from Peer [fingerprint: HLU6t8lGl1craPB8ZQLQQdZb+ewt9vZ9blTD5nTwf28=]
2023-04-10T22:04:53Z DEBG client/internal/peer/conn.go:681: OnRemoteCandidate from peer HLU6t8lGl1craPB8ZQLQQdZb+ewt9vZ9blTD5nTwf28= -> udp4 host 172.20.0.1:54799
2023-04-10T22:04:53Z DEBG signal/client/grpc.go:347: received a new message from Peer [fingerprint: HLU6t8lGl1craPB8ZQLQQdZb+ewt9vZ9blTD5nTwf28=]
2023-04-10T22:04:53Z DEBG client/internal/peer/conn.go:681: OnRemoteCandidate from peer HLU6t8lGl1craPB8ZQLQQdZb+ewt9vZ9blTD5nTwf28= -> udp4 host 172.18.0.1:54799
@MohammedNoureldin commented on GitHub (Apr 10, 2023): Sorry I was confused because I though that ACL is not relevant. I have nothing special in my ACL, just the default one. ![image](https://user-images.githubusercontent.com/14913147/231006607-bc9654fd-5d9b-40e9-9c54-2f090eca9670.png) Here is my debug log: ``` /go/bin # ./netbird --log-level debug up -F 2023-04-10T22:04:39Z DEBG client/internal/login.go:93: connecting to the Management service https://netbird.DOMAIN.com:33073 2023-04-10T22:04:39Z DEBG client/internal/login.go:63: connected to the Management service https://netbird.DOMAIN.com:33073 2023-04-10T22:04:39Z DEBG client/internal/login.go:93: connecting to the Management service https://netbird.DOMAIN.com:33073 2023-04-10T22:04:39Z DEBG client/internal/login.go:63: connected to the Management service https://netbird.DOMAIN.com:33073 2023-04-10T22:04:39Z DEBG client/internal/connect.go:83: conecting to the Management service netbird.DOMAIN.com:33073 2023-04-10T22:04:39Z DEBG client/internal/connect.go:91: connected to the Management service netbird.DOMAIN.com:33073 2023-04-10T22:04:39Z DEBG signal/client/grpc.go:87: connected to Signal Service: netbird.DOMAIN.com:10000 2023-04-10T22:04:39Z DEBG iface/iface.go:29: create Wireguard interface wt0 2023-04-10T22:04:39Z INFO iface/tun_linux.go:15: using kernel WireGuard 2023-04-10T22:04:39Z DEBG iface/tun_linux.go:58: adding device: wt0 2023-04-10T22:04:39Z DEBG iface/tun_linux.go:109: adding address 100.73.89.123/16 to interface: wt0 2023-04-10T22:04:39Z DEBG iface/tun_linux.go:74: setting MTU: 1280 interface: wt0 2023-04-10T22:04:39Z DEBG iface/tun_linux.go:81: bringing up interface: wt0 2023-04-10T22:04:39Z DEBG iface/iface.go:48: configuring Wireguard interface wt0 2023-04-10T22:04:39Z DEBG iface/wg_configurer_nonandroid.go:26: adding Wireguard private key 2023-04-10T22:04:39Z DEBG iface/wg_configurer_nonandroid.go:205: got Wireguard device wt0 2023-04-10T22:04:39Z DEBG client/internal/routemanager/firewall_linux.go:46: iptables is not supported, using nftables 2023-04-10T22:04:39Z DEBG client/internal/dns/host_linux.go:32: discovered mode is: 1 2023-04-10T22:04:39Z DEBG signal/client/grpc.go:132: signal connection state READY 2023-04-10T22:04:39Z INFO signal/client/grpc.go:153: connected to the Signal Service stream 2023-04-10T22:04:39Z DEBG client/internal/engine.go:522: connecting to Management Service updates stream 2023-04-10T22:04:39Z INFO client/internal/connect.go:163: Netbird engine started, my IP is: 100.73.89.123/16 2023-04-10T22:04:39Z DEBG management/client/grpc.go:115: management connection state READY 2023-04-10T22:04:39Z INFO management/client/grpc.go:142: connected to the Management Service stream 2023-04-10T22:04:39Z DEBG management/client/grpc.go:201: got an update message from Management Service 2023-04-10T22:04:39Z DEBG client/internal/engine.go:548: got TURNs update from Management Service, updating 2023-04-10T22:04:39Z DEBG client/internal/engine.go:530: got STUNs update from Management Service, updating 2023-04-10T22:04:39Z DEBG client/internal/engine.go:579: got peers update from Management Service, total peers to connect to = 4 2023-04-10T22:04:39Z DEBG client/internal/engine.go:798: creating peer connection pG7GnDvamcKUiI0yfRqfENIyScDuVLlDKiN0WwQKrSE= 2023-04-10T22:04:39Z DEBG client/internal/engine.go:798: creating peer connection 5SsdqfQb3i3OICXWbQ28MAcx6TOjE/C5Df2ad8T1ujY= 2023-04-10T22:04:39Z DEBG client/internal/engine.go:798: creating peer connection HLU6t8lGl1craPB8ZQLQQdZb+ewt9vZ9blTD5nTwf28= 2023-04-10T22:04:39Z DEBG client/internal/engine.go:798: creating peer connection C5rYN+a+5ssiHhhzG8IrRjDfC9pifl/C/99w5mup2yk= 2023-04-10T22:04:39Z DEBG client/internal/dns/server_nonandroid.go:116: starting dns on 100.73.89.123:53 2023-04-10T22:04:39Z DEBG client/internal/dns/file_linux.go:130: creating managed file /etc/resolv.conf 2023-04-10T22:04:39Z INFO client/internal/dns/file_linux.go:97: created a NetBird managed /etc/resolv.conf file with your DNS settings. Added 1 search domains. Search list: netbird.selfhosted 2023-04-10T22:04:39Z DEBG signal/client/grpc.go:347: received a new message from Peer [fingerprint: 5SsdqfQb3i3OICXWbQ28MAcx6TOjE/C5Df2ad8T1ujY=] 2023-04-10T22:04:39Z DEBG client/internal/peer/conn.go:652: OnRemoteOffer from peer 5SsdqfQb3i3OICXWbQ28MAcx6TOjE/C5Df2ad8T1ujY= on status Disconnected 2023-04-10T22:04:39Z DEBG client/internal/peer/conn.go:658: OnRemoteOffer skipping message from peer 5SsdqfQb3i3OICXWbQ28MAcx6TOjE/C5Df2ad8T1ujY= on status Disconnected because is not ready 2023-04-10T22:04:40Z DEBG signal/client/grpc.go:347: received a new message from Peer [fingerprint: C5rYN+a+5ssiHhhzG8IrRjDfC9pifl/C/99w5mup2yk=] 2023-04-10T22:04:40Z DEBG client/internal/peer/conn.go:652: OnRemoteOffer from peer C5rYN+a+5ssiHhhzG8IrRjDfC9pifl/C/99w5mup2yk= on status Disconnected 2023-04-10T22:04:40Z DEBG client/internal/peer/conn.go:658: OnRemoteOffer skipping message from peer C5rYN+a+5ssiHhhzG8IrRjDfC9pifl/C/99w5mup2yk= on status Disconnected because is not ready 2023-04-10T22:04:40Z DEBG client/internal/peer/conn.go:221: trying to connect to peer pG7GnDvamcKUiI0yfRqfENIyScDuVLlDKiN0WwQKrSE= 2023-04-10T22:04:40Z DEBG client/internal/peer/conn.go:252: connection offer sent to peer pG7GnDvamcKUiI0yfRqfENIyScDuVLlDKiN0WwQKrSE=, waiting for the confirmation 2023-04-10T22:04:40Z DEBG client/internal/peer/conn.go:221: trying to connect to peer C5rYN+a+5ssiHhhzG8IrRjDfC9pifl/C/99w5mup2yk= 2023-04-10T22:04:40Z DEBG client/internal/peer/conn.go:252: connection offer sent to peer C5rYN+a+5ssiHhhzG8IrRjDfC9pifl/C/99w5mup2yk=, waiting for the confirmation 2023-04-10T22:04:40Z DEBG signal/client/grpc.go:347: received a new message from Peer [fingerprint: C5rYN+a+5ssiHhhzG8IrRjDfC9pifl/C/99w5mup2yk=] 2023-04-10T22:04:40Z DEBG client/internal/peer/conn.go:667: OnRemoteAnswer from peer C5rYN+a+5ssiHhhzG8IrRjDfC9pifl/C/99w5mup2yk= on status Disconnected 2023-04-10T22:04:40Z DEBG client/internal/peer/conn.go:273: received connection confirmation from peer C5rYN+a+5ssiHhhzG8IrRjDfC9pifl/C/99w5mup2yk= running version 0.15.1 and with remote WireGuard listen port 51820 2023-04-10T22:04:40Z DEBG client/internal/peer/conn.go:569: peer C5rYN+a+5ssiHhhzG8IrRjDfC9pifl/C/99w5mup2yk= ICE ConnectionState has changed to Checking 2023-04-10T22:04:40Z DEBG client/internal/peer/conn.go:552: discovered local candidate udp4 host 127.0.0.1:59859 2023-04-10T22:04:40Z DEBG client/internal/peer/conn.go:552: discovered local candidate udp4 host 10.244.37.244:59859 2023-04-10T22:04:40Z DEBG client/internal/peer/conn.go:146: ignoring interface wt0 - it is not allowed 2023-04-10T22:04:40Z DEBG client/internal/peer/conn.go:552: discovered local candidate udp4 srflx 142.132.179.15:53933 related 10.244.37.244:34361 2023-04-10T22:04:40Z DEBG client/internal/peer/conn.go:552: discovered local candidate udp4 srflx 142.132.179.15:53933 related 127.0.0.1:34361 2023-04-10T22:04:40Z DEBG signal/client/grpc.go:347: received a new message from Peer [fingerprint: C5rYN+a+5ssiHhhzG8IrRjDfC9pifl/C/99w5mup2yk=] 2023-04-10T22:04:40Z DEBG client/internal/peer/conn.go:681: OnRemoteCandidate from peer C5rYN+a+5ssiHhhzG8IrRjDfC9pifl/C/99w5mup2yk= -> udp4 host 172.25.192.1:52584 2023-04-10T22:04:40Z DEBG signal/client/grpc.go:347: received a new message from Peer [fingerprint: C5rYN+a+5ssiHhhzG8IrRjDfC9pifl/C/99w5mup2yk=] 2023-04-10T22:04:40Z DEBG client/internal/peer/conn.go:681: OnRemoteCandidate from peer C5rYN+a+5ssiHhhzG8IrRjDfC9pifl/C/99w5mup2yk= -> udp4 host 192.168.56.1:52584 2023-04-10T22:04:40Z DEBG signal/client/grpc.go:347: received a new message from Peer [fingerprint: C5rYN+a+5ssiHhhzG8IrRjDfC9pifl/C/99w5mup2yk=] 2023-04-10T22:04:40Z DEBG client/internal/peer/conn.go:681: OnRemoteCandidate from peer C5rYN+a+5ssiHhhzG8IrRjDfC9pifl/C/99w5mup2yk= -> udp6 host [2001:4bb8:188:3a09:8966:e643:eef1:26ca]:52584 2023-04-10T22:04:40Z DEBG signal/client/grpc.go:347: received a new message from Peer [fingerprint: C5rYN+a+5ssiHhhzG8IrRjDfC9pifl/C/99w5mup2yk=] 2023-04-10T22:04:40Z DEBG client/internal/peer/conn.go:681: OnRemoteCandidate from peer C5rYN+a+5ssiHhhzG8IrRjDfC9pifl/C/99w5mup2yk= -> udp4 host 127.0.0.1:52584 2023-04-10T22:04:40Z DEBG signal/client/grpc.go:347: received a new message from Peer [fingerprint: C5rYN+a+5ssiHhhzG8IrRjDfC9pifl/C/99w5mup2yk=] 2023-04-10T22:04:40Z DEBG client/internal/peer/conn.go:681: OnRemoteCandidate from peer C5rYN+a+5ssiHhhzG8IrRjDfC9pifl/C/99w5mup2yk= -> udp6 host [2001:4bb8:188:3a09:bab6:15a9:853:86ec]:52584 2023-04-10T22:04:40Z DEBG signal/client/grpc.go:347: received a new message from Peer [fingerprint: C5rYN+a+5ssiHhhzG8IrRjDfC9pifl/C/99w5mup2yk=] 2023-04-10T22:04:40Z DEBG client/internal/peer/conn.go:681: OnRemoteCandidate from peer C5rYN+a+5ssiHhhzG8IrRjDfC9pifl/C/99w5mup2yk= -> udp4 host 192.168.0.105:52584 2023-04-10T22:04:40Z DEBG signal/client/grpc.go:347: received a new message from Peer [fingerprint: C5rYN+a+5ssiHhhzG8IrRjDfC9pifl/C/99w5mup2yk=] 2023-04-10T22:04:40Z DEBG client/internal/peer/conn.go:681: OnRemoteCandidate from peer C5rYN+a+5ssiHhhzG8IrRjDfC9pifl/C/99w5mup2yk= -> udp4 srflx 213.225.38.26:27790 related 2001:4bb8:188:3a09:8966:e643:eef1:26ca:52585 2023-04-10T22:04:40Z DEBG signal/client/grpc.go:347: received a new message from Peer [fingerprint: C5rYN+a+5ssiHhhzG8IrRjDfC9pifl/C/99w5mup2yk=] 2023-04-10T22:04:40Z DEBG client/internal/peer/conn.go:681: OnRemoteCandidate from peer C5rYN+a+5ssiHhhzG8IrRjDfC9pifl/C/99w5mup2yk= -> udp4 srflx 213.225.38.26:27790 related 127.0.0.1:52585 2023-04-10T22:04:40Z DEBG signal/client/grpc.go:347: received a new message from Peer [fingerprint: C5rYN+a+5ssiHhhzG8IrRjDfC9pifl/C/99w5mup2yk=] 2023-04-10T22:04:40Z DEBG client/internal/peer/conn.go:681: OnRemoteCandidate from peer C5rYN+a+5ssiHhhzG8IrRjDfC9pifl/C/99w5mup2yk= -> udp4 srflx 213.225.38.26:27790 related 172.25.192.1:52585 2023-04-10T22:04:40Z DEBG signal/client/grpc.go:347: received a new message from Peer [fingerprint: C5rYN+a+5ssiHhhzG8IrRjDfC9pifl/C/99w5mup2yk=] 2023-04-10T22:04:40Z DEBG client/internal/peer/conn.go:681: OnRemoteCandidate from peer C5rYN+a+5ssiHhhzG8IrRjDfC9pifl/C/99w5mup2yk= -> udp4 srflx 213.225.38.26:27790 related 192.168.56.1:52585 2023-04-10T22:04:40Z DEBG signal/client/grpc.go:347: received a new message from Peer [fingerprint: C5rYN+a+5ssiHhhzG8IrRjDfC9pifl/C/99w5mup2yk=] 2023-04-10T22:04:40Z DEBG client/internal/peer/conn.go:681: OnRemoteCandidate from peer C5rYN+a+5ssiHhhzG8IrRjDfC9pifl/C/99w5mup2yk= -> udp4 srflx 213.225.38.26:27790 related 192.168.0.105:52585 2023-04-10T22:04:40Z DEBG signal/client/grpc.go:347: received a new message from Peer [fingerprint: C5rYN+a+5ssiHhhzG8IrRjDfC9pifl/C/99w5mup2yk=] 2023-04-10T22:04:40Z DEBG client/internal/peer/conn.go:681: OnRemoteCandidate from peer C5rYN+a+5ssiHhhzG8IrRjDfC9pifl/C/99w5mup2yk= -> udp4 srflx 213.225.38.26:27790 related 2001:4bb8:188:3a09:bab6:15a9:853:86ec:52585 2023-04-10T22:04:40Z DEBG client/internal/peer/conn.go:221: trying to connect to peer HLU6t8lGl1craPB8ZQLQQdZb+ewt9vZ9blTD5nTwf28= 2023-04-10T22:04:40Z DEBG client/internal/peer/conn.go:252: connection offer sent to peer HLU6t8lGl1craPB8ZQLQQdZb+ewt9vZ9blTD5nTwf28=, waiting for the confirmation 2023-04-10T22:04:40Z DEBG signal/client/grpc.go:347: received a new message from Peer [fingerprint: HLU6t8lGl1craPB8ZQLQQdZb+ewt9vZ9blTD5nTwf28=] 2023-04-10T22:04:40Z DEBG client/internal/peer/conn.go:667: OnRemoteAnswer from peer HLU6t8lGl1craPB8ZQLQQdZb+ewt9vZ9blTD5nTwf28= on status Disconnected 2023-04-10T22:04:40Z DEBG client/internal/peer/conn.go:273: received connection confirmation from peer HLU6t8lGl1craPB8ZQLQQdZb+ewt9vZ9blTD5nTwf28= running version 0.15.2 and with remote WireGuard listen port 51820 2023-04-10T22:04:40Z DEBG client/internal/peer/conn.go:569: peer HLU6t8lGl1craPB8ZQLQQdZb+ewt9vZ9blTD5nTwf28= ICE ConnectionState has changed to Checking 2023-04-10T22:04:40Z DEBG client/internal/peer/conn.go:552: discovered local candidate udp4 host 127.0.0.1:59859 2023-04-10T22:04:40Z DEBG client/internal/peer/conn.go:552: discovered local candidate udp4 host 10.244.37.244:59859 2023-04-10T22:04:40Z DEBG client/internal/peer/conn.go:146: ignoring interface wt0 - it is not allowed 2023-04-10T22:04:40Z DEBG client/internal/peer/conn.go:552: discovered local candidate udp4 srflx 142.132.179.15:53933 related 10.244.37.244:34361 2023-04-10T22:04:40Z DEBG client/internal/peer/conn.go:552: discovered local candidate udp4 srflx 142.132.179.15:53933 related 127.0.0.1:34361 2023-04-10T22:04:40Z DEBG signal/client/grpc.go:347: received a new message from Peer [fingerprint: HLU6t8lGl1craPB8ZQLQQdZb+ewt9vZ9blTD5nTwf28=] 2023-04-10T22:04:40Z DEBG client/internal/peer/conn.go:681: OnRemoteCandidate from peer HLU6t8lGl1craPB8ZQLQQdZb+ewt9vZ9blTD5nTwf28= -> udp4 host 127.0.0.1:54799 2023-04-10T22:04:40Z DEBG signal/client/grpc.go:347: received a new message from Peer [fingerprint: HLU6t8lGl1craPB8ZQLQQdZb+ewt9vZ9blTD5nTwf28=] 2023-04-10T22:04:40Z DEBG client/internal/peer/conn.go:681: OnRemoteCandidate from peer HLU6t8lGl1craPB8ZQLQQdZb+ewt9vZ9blTD5nTwf28= -> udp4 host 192.168.1.4:54799 2023-04-10T22:04:40Z DEBG signal/client/grpc.go:347: received a new message from Peer [fingerprint: HLU6t8lGl1craPB8ZQLQQdZb+ewt9vZ9blTD5nTwf28=] 2023-04-10T22:04:40Z DEBG client/internal/peer/conn.go:681: OnRemoteCandidate from peer HLU6t8lGl1craPB8ZQLQQdZb+ewt9vZ9blTD5nTwf28= -> udp4 host 172.19.0.1:54799 2023-04-10T22:04:40Z DEBG signal/client/grpc.go:347: received a new message from Peer [fingerprint: HLU6t8lGl1craPB8ZQLQQdZb+ewt9vZ9blTD5nTwf28=] 2023-04-10T22:04:40Z DEBG client/internal/peer/conn.go:681: OnRemoteCandidate from peer HLU6t8lGl1craPB8ZQLQQdZb+ewt9vZ9blTD5nTwf28= -> udp4 host 172.23.0.1:54799 2023-04-10T22:04:40Z DEBG signal/client/grpc.go:347: received a new message from Peer [fingerprint: HLU6t8lGl1craPB8ZQLQQdZb+ewt9vZ9blTD5nTwf28=] 2023-04-10T22:04:40Z DEBG client/internal/peer/conn.go:681: OnRemoteCandidate from peer HLU6t8lGl1craPB8ZQLQQdZb+ewt9vZ9blTD5nTwf28= -> udp4 host 172.24.0.1:54799 2023-04-10T22:04:40Z DEBG signal/client/grpc.go:347: received a new message from Peer [fingerprint: HLU6t8lGl1craPB8ZQLQQdZb+ewt9vZ9blTD5nTwf28=] 2023-04-10T22:04:40Z DEBG client/internal/peer/conn.go:681: OnRemoteCandidate from peer HLU6t8lGl1craPB8ZQLQQdZb+ewt9vZ9blTD5nTwf28= -> udp4 host 192.168.1.27:54799 2023-04-10T22:04:40Z DEBG signal/client/grpc.go:347: received a new message from Peer [fingerprint: HLU6t8lGl1craPB8ZQLQQdZb+ewt9vZ9blTD5nTwf28=] 2023-04-10T22:04:40Z DEBG client/internal/peer/conn.go:681: OnRemoteCandidate from peer HLU6t8lGl1craPB8ZQLQQdZb+ewt9vZ9blTD5nTwf28= -> udp4 host 172.28.0.1:54799 2023-04-10T22:04:40Z DEBG signal/client/grpc.go:347: received a new message from Peer [fingerprint: HLU6t8lGl1craPB8ZQLQQdZb+ewt9vZ9blTD5nTwf28=] 2023-04-10T22:04:40Z DEBG client/internal/peer/conn.go:681: OnRemoteCandidate from peer HLU6t8lGl1craPB8ZQLQQdZb+ewt9vZ9blTD5nTwf28= -> udp4 host 172.30.0.1:54799 2023-04-10T22:04:40Z DEBG signal/client/grpc.go:347: received a new message from Peer [fingerprint: HLU6t8lGl1craPB8ZQLQQdZb+ewt9vZ9blTD5nTwf28=] 2023-04-10T22:04:40Z DEBG client/internal/peer/conn.go:681: OnRemoteCandidate from peer HLU6t8lGl1craPB8ZQLQQdZb+ewt9vZ9blTD5nTwf28= -> udp4 host 172.22.0.1:54799 2023-04-10T22:04:40Z DEBG signal/client/grpc.go:347: received a new message from Peer [fingerprint: HLU6t8lGl1craPB8ZQLQQdZb+ewt9vZ9blTD5nTwf28=] 2023-04-10T22:04:40Z DEBG client/internal/peer/conn.go:681: OnRemoteCandidate from peer HLU6t8lGl1craPB8ZQLQQdZb+ewt9vZ9blTD5nTwf28= -> udp4 srflx 195.155.168.118:7656 related 172.17.0.1:37686 2023-04-10T22:04:40Z DEBG signal/client/grpc.go:347: received a new message from Peer [fingerprint: HLU6t8lGl1craPB8ZQLQQdZb+ewt9vZ9blTD5nTwf28=] 2023-04-10T22:04:40Z DEBG client/internal/peer/conn.go:681: OnRemoteCandidate from peer HLU6t8lGl1craPB8ZQLQQdZb+ewt9vZ9blTD5nTwf28= -> udp4 srflx 195.155.168.118:7656 related 192.168.1.4:37686 2023-04-10T22:04:40Z DEBG signal/client/grpc.go:347: received a new message from Peer [fingerprint: HLU6t8lGl1craPB8ZQLQQdZb+ewt9vZ9blTD5nTwf28=] 2023-04-10T22:04:40Z DEBG client/internal/peer/conn.go:681: OnRemoteCandidate from peer HLU6t8lGl1craPB8ZQLQQdZb+ewt9vZ9blTD5nTwf28= -> udp4 srflx 195.155.168.118:7656 related 192.168.32.1:37686 2023-04-10T22:04:40Z DEBG signal/client/grpc.go:347: received a new message from Peer [fingerprint: HLU6t8lGl1craPB8ZQLQQdZb+ewt9vZ9blTD5nTwf28=] 2023-04-10T22:04:40Z DEBG client/internal/peer/conn.go:681: OnRemoteCandidate from peer HLU6t8lGl1craPB8ZQLQQdZb+ewt9vZ9blTD5nTwf28= -> udp4 srflx 195.155.168.118:7656 related 172.20.0.1:37686 2023-04-10T22:04:40Z DEBG signal/client/grpc.go:347: received a new message from Peer [fingerprint: HLU6t8lGl1craPB8ZQLQQdZb+ewt9vZ9blTD5nTwf28=] 2023-04-10T22:04:40Z DEBG client/internal/peer/conn.go:681: OnRemoteCandidate from peer HLU6t8lGl1craPB8ZQLQQdZb+ewt9vZ9blTD5nTwf28= -> udp4 srflx 195.155.168.118:7656 related 172.31.0.1:37686 2023-04-10T22:04:40Z DEBG signal/client/grpc.go:347: received a new message from Peer [fingerprint: HLU6t8lGl1craPB8ZQLQQdZb+ewt9vZ9blTD5nTwf28=] 2023-04-10T22:04:40Z DEBG client/internal/peer/conn.go:681: OnRemoteCandidate from peer HLU6t8lGl1craPB8ZQLQQdZb+ewt9vZ9blTD5nTwf28= -> udp4 srflx 195.155.168.118:7656 related 192.168.16.1:37686 2023-04-10T22:04:40Z DEBG signal/client/grpc.go:347: received a new message from Peer [fingerprint: HLU6t8lGl1craPB8ZQLQQdZb+ewt9vZ9blTD5nTwf28=] 2023-04-10T22:04:40Z DEBG client/internal/peer/conn.go:681: OnRemoteCandidate from peer HLU6t8lGl1craPB8ZQLQQdZb+ewt9vZ9blTD5nTwf28= -> udp4 srflx 195.155.168.118:7656 related 172.18.0.1:37686 2023-04-10T22:04:40Z DEBG signal/client/grpc.go:347: received a new message from Peer [fingerprint: HLU6t8lGl1craPB8ZQLQQdZb+ewt9vZ9blTD5nTwf28=] 2023-04-10T22:04:40Z DEBG client/internal/peer/conn.go:681: OnRemoteCandidate from peer HLU6t8lGl1craPB8ZQLQQdZb+ewt9vZ9blTD5nTwf28= -> udp4 srflx 195.155.168.118:7656 related 127.0.0.1:37686 2023-04-10T22:04:40Z DEBG signal/client/grpc.go:347: received a new message from Peer [fingerprint: HLU6t8lGl1craPB8ZQLQQdZb+ewt9vZ9blTD5nTwf28=] 2023-04-10T22:04:40Z DEBG client/internal/peer/conn.go:681: OnRemoteCandidate from peer HLU6t8lGl1craPB8ZQLQQdZb+ewt9vZ9blTD5nTwf28= -> udp4 srflx 195.155.168.118:7656 related 192.168.1.27:37686 2023-04-10T22:04:40Z DEBG signal/client/grpc.go:347: received a new message from Peer [fingerprint: HLU6t8lGl1craPB8ZQLQQdZb+ewt9vZ9blTD5nTwf28=] 2023-04-10T22:04:40Z DEBG client/internal/peer/conn.go:681: OnRemoteCandidate from peer HLU6t8lGl1craPB8ZQLQQdZb+ewt9vZ9blTD5nTwf28= -> udp4 srflx 195.155.168.118:7656 related 172.24.0.1:37686 2023-04-10T22:04:40Z DEBG signal/client/grpc.go:347: received a new message from Peer [fingerprint: HLU6t8lGl1craPB8ZQLQQdZb+ewt9vZ9blTD5nTwf28=] 2023-04-10T22:04:40Z DEBG client/internal/peer/conn.go:681: OnRemoteCandidate from peer HLU6t8lGl1craPB8ZQLQQdZb+ewt9vZ9blTD5nTwf28= -> udp4 srflx 195.155.168.118:7656 related 172.28.0.1:37686 2023-04-10T22:04:40Z DEBG signal/client/grpc.go:347: received a new message from Peer [fingerprint: HLU6t8lGl1craPB8ZQLQQdZb+ewt9vZ9blTD5nTwf28=] 2023-04-10T22:04:40Z DEBG client/internal/peer/conn.go:681: OnRemoteCandidate from peer HLU6t8lGl1craPB8ZQLQQdZb+ewt9vZ9blTD5nTwf28= -> udp4 srflx 195.155.168.118:7656 related 172.19.0.1:37686 2023-04-10T22:04:40Z DEBG signal/client/grpc.go:347: received a new message from Peer [fingerprint: HLU6t8lGl1craPB8ZQLQQdZb+ewt9vZ9blTD5nTwf28=] 2023-04-10T22:04:40Z DEBG client/internal/peer/conn.go:681: OnRemoteCandidate from peer HLU6t8lGl1craPB8ZQLQQdZb+ewt9vZ9blTD5nTwf28= -> udp4 srflx 195.155.168.118:7656 related 172.27.0.1:37686 2023-04-10T22:04:40Z DEBG signal/client/grpc.go:347: received a new message from Peer [fingerprint: HLU6t8lGl1craPB8ZQLQQdZb+ewt9vZ9blTD5nTwf28=] 2023-04-10T22:04:40Z DEBG client/internal/peer/conn.go:681: OnRemoteCandidate from peer HLU6t8lGl1craPB8ZQLQQdZb+ewt9vZ9blTD5nTwf28= -> udp4 srflx 195.155.168.118:7656 related 172.22.0.1:37686 2023-04-10T22:04:40Z DEBG signal/client/grpc.go:347: received a new message from Peer [fingerprint: HLU6t8lGl1craPB8ZQLQQdZb+ewt9vZ9blTD5nTwf28=] 2023-04-10T22:04:40Z DEBG client/internal/peer/conn.go:681: OnRemoteCandidate from peer HLU6t8lGl1craPB8ZQLQQdZb+ewt9vZ9blTD5nTwf28= -> udp4 srflx 195.155.168.118:7656 related 172.29.0.1:37686 2023-04-10T22:04:40Z DEBG signal/client/grpc.go:347: received a new message from Peer [fingerprint: HLU6t8lGl1craPB8ZQLQQdZb+ewt9vZ9blTD5nTwf28=] 2023-04-10T22:04:40Z DEBG client/internal/peer/conn.go:681: OnRemoteCandidate from peer HLU6t8lGl1craPB8ZQLQQdZb+ewt9vZ9blTD5nTwf28= -> udp4 srflx 195.155.168.118:7656 related 172.30.0.1:37686 2023-04-10T22:04:40Z DEBG signal/client/grpc.go:347: received a new message from Peer [fingerprint: HLU6t8lGl1craPB8ZQLQQdZb+ewt9vZ9blTD5nTwf28=] 2023-04-10T22:04:40Z DEBG client/internal/peer/conn.go:681: OnRemoteCandidate from peer HLU6t8lGl1craPB8ZQLQQdZb+ewt9vZ9blTD5nTwf28= -> udp4 srflx 195.155.168.118:7656 related 172.25.0.1:37686 2023-04-10T22:04:40Z DEBG signal/client/grpc.go:347: received a new message from Peer [fingerprint: HLU6t8lGl1craPB8ZQLQQdZb+ewt9vZ9blTD5nTwf28=] 2023-04-10T22:04:40Z DEBG client/internal/peer/conn.go:681: OnRemoteCandidate from peer HLU6t8lGl1craPB8ZQLQQdZb+ewt9vZ9blTD5nTwf28= -> udp4 host 172.17.0.1:54799 2023-04-10T22:04:40Z DEBG signal/client/grpc.go:347: received a new message from Peer [fingerprint: HLU6t8lGl1craPB8ZQLQQdZb+ewt9vZ9blTD5nTwf28=] 2023-04-10T22:04:40Z DEBG client/internal/peer/conn.go:681: OnRemoteCandidate from peer HLU6t8lGl1craPB8ZQLQQdZb+ewt9vZ9blTD5nTwf28= -> udp4 srflx 195.155.168.118:7656 related 172.21.0.1:37686 2023-04-10T22:04:40Z DEBG signal/client/grpc.go:347: received a new message from Peer [fingerprint: HLU6t8lGl1craPB8ZQLQQdZb+ewt9vZ9blTD5nTwf28=] 2023-04-10T22:04:40Z DEBG client/internal/peer/conn.go:681: OnRemoteCandidate from peer HLU6t8lGl1craPB8ZQLQQdZb+ewt9vZ9blTD5nTwf28= -> udp4 srflx 195.155.168.118:7656 related 172.23.0.1:37686 2023-04-10T22:04:40Z DEBG signal/client/grpc.go:347: received a new message from Peer [fingerprint: HLU6t8lGl1craPB8ZQLQQdZb+ewt9vZ9blTD5nTwf28=] 2023-04-10T22:04:40Z DEBG client/internal/peer/conn.go:681: OnRemoteCandidate from peer HLU6t8lGl1craPB8ZQLQQdZb+ewt9vZ9blTD5nTwf28= -> udp4 host 172.21.0.1:54799 2023-04-10T22:04:40Z DEBG signal/client/grpc.go:347: received a new message from Peer [fingerprint: HLU6t8lGl1craPB8ZQLQQdZb+ewt9vZ9blTD5nTwf28=] 2023-04-10T22:04:40Z DEBG client/internal/peer/conn.go:681: OnRemoteCandidate from peer HLU6t8lGl1craPB8ZQLQQdZb+ewt9vZ9blTD5nTwf28= -> udp4 host 172.29.0.1:54799 2023-04-10T22:04:40Z DEBG signal/client/grpc.go:347: received a new message from Peer [fingerprint: HLU6t8lGl1craPB8ZQLQQdZb+ewt9vZ9blTD5nTwf28=] 2023-04-10T22:04:40Z DEBG client/internal/peer/conn.go:681: OnRemoteCandidate from peer HLU6t8lGl1craPB8ZQLQQdZb+ewt9vZ9blTD5nTwf28= -> udp4 host 172.25.0.1:54799 2023-04-10T22:04:40Z DEBG signal/client/grpc.go:347: received a new message from Peer [fingerprint: HLU6t8lGl1craPB8ZQLQQdZb+ewt9vZ9blTD5nTwf28=] 2023-04-10T22:04:40Z DEBG client/internal/peer/conn.go:681: OnRemoteCandidate from peer HLU6t8lGl1craPB8ZQLQQdZb+ewt9vZ9blTD5nTwf28= -> udp4 srflx 195.155.168.118:7656 related 172.26.0.1:37686 2023-04-10T22:04:40Z DEBG signal/client/grpc.go:347: received a new message from Peer [fingerprint: HLU6t8lGl1craPB8ZQLQQdZb+ewt9vZ9blTD5nTwf28=] 2023-04-10T22:04:40Z DEBG client/internal/peer/conn.go:681: OnRemoteCandidate from peer HLU6t8lGl1craPB8ZQLQQdZb+ewt9vZ9blTD5nTwf28= -> udp4 host 172.26.0.1:54799 2023-04-10T22:04:40Z DEBG signal/client/grpc.go:347: received a new message from Peer [fingerprint: HLU6t8lGl1craPB8ZQLQQdZb+ewt9vZ9blTD5nTwf28=] 2023-04-10T22:04:40Z DEBG client/internal/peer/conn.go:681: OnRemoteCandidate from peer HLU6t8lGl1craPB8ZQLQQdZb+ewt9vZ9blTD5nTwf28= -> udp4 host 172.20.0.1:54799 2023-04-10T22:04:40Z DEBG signal/client/grpc.go:347: received a new message from Peer [fingerprint: HLU6t8lGl1craPB8ZQLQQdZb+ewt9vZ9blTD5nTwf28=] 2023-04-10T22:04:40Z DEBG client/internal/peer/conn.go:681: OnRemoteCandidate from peer HLU6t8lGl1craPB8ZQLQQdZb+ewt9vZ9blTD5nTwf28= -> udp4 host 172.31.0.1:54799 2023-04-10T22:04:40Z DEBG signal/client/grpc.go:347: received a new message from Peer [fingerprint: HLU6t8lGl1craPB8ZQLQQdZb+ewt9vZ9blTD5nTwf28=] 2023-04-10T22:04:40Z DEBG client/internal/peer/conn.go:681: OnRemoteCandidate from peer HLU6t8lGl1craPB8ZQLQQdZb+ewt9vZ9blTD5nTwf28= -> udp4 host 192.168.16.1:54799 2023-04-10T22:04:40Z DEBG signal/client/grpc.go:347: received a new message from Peer [fingerprint: HLU6t8lGl1craPB8ZQLQQdZb+ewt9vZ9blTD5nTwf28=] 2023-04-10T22:04:40Z DEBG client/internal/peer/conn.go:681: OnRemoteCandidate from peer HLU6t8lGl1craPB8ZQLQQdZb+ewt9vZ9blTD5nTwf28= -> udp4 host 192.168.32.1:54799 2023-04-10T22:04:40Z DEBG signal/client/grpc.go:347: received a new message from Peer [fingerprint: HLU6t8lGl1craPB8ZQLQQdZb+ewt9vZ9blTD5nTwf28=] 2023-04-10T22:04:40Z DEBG client/internal/peer/conn.go:681: OnRemoteCandidate from peer HLU6t8lGl1craPB8ZQLQQdZb+ewt9vZ9blTD5nTwf28= -> udp4 host 172.18.0.1:54799 2023-04-10T22:04:40Z DEBG signal/client/grpc.go:347: received a new message from Peer [fingerprint: HLU6t8lGl1craPB8ZQLQQdZb+ewt9vZ9blTD5nTwf28=] 2023-04-10T22:04:40Z DEBG client/internal/peer/conn.go:681: OnRemoteCandidate from peer HLU6t8lGl1craPB8ZQLQQdZb+ewt9vZ9blTD5nTwf28= -> udp4 host 172.27.0.1:54799 2023-04-10T22:04:41Z DEBG client/internal/peer/conn.go:221: trying to connect to peer 5SsdqfQb3i3OICXWbQ28MAcx6TOjE/C5Df2ad8T1ujY= 2023-04-10T22:04:41Z DEBG client/internal/peer/conn.go:252: connection offer sent to peer 5SsdqfQb3i3OICXWbQ28MAcx6TOjE/C5Df2ad8T1ujY=, waiting for the confirmation 2023-04-10T22:04:41Z DEBG signal/client/grpc.go:347: received a new message from Peer [fingerprint: 5SsdqfQb3i3OICXWbQ28MAcx6TOjE/C5Df2ad8T1ujY=] 2023-04-10T22:04:41Z DEBG client/internal/peer/conn.go:667: OnRemoteAnswer from peer 5SsdqfQb3i3OICXWbQ28MAcx6TOjE/C5Df2ad8T1ujY= on status Disconnected 2023-04-10T22:04:41Z DEBG client/internal/peer/conn.go:273: received connection confirmation from peer 5SsdqfQb3i3OICXWbQ28MAcx6TOjE/C5Df2ad8T1ujY= running version 0.15.2 and with remote WireGuard listen port 51820 2023-04-10T22:04:41Z DEBG client/internal/peer/conn.go:569: peer 5SsdqfQb3i3OICXWbQ28MAcx6TOjE/C5Df2ad8T1ujY= ICE ConnectionState has changed to Checking 2023-04-10T22:04:41Z DEBG client/internal/peer/conn.go:552: discovered local candidate udp4 host 127.0.0.1:59859 2023-04-10T22:04:41Z DEBG client/internal/peer/conn.go:552: discovered local candidate udp4 host 10.244.37.244:59859 2023-04-10T22:04:41Z DEBG client/internal/peer/conn.go:146: ignoring interface wt0 - it is not allowed 2023-04-10T22:04:41Z DEBG client/internal/peer/conn.go:552: discovered local candidate udp4 srflx 142.132.179.15:53933 related 127.0.0.1:34361 2023-04-10T22:04:41Z DEBG client/internal/peer/conn.go:552: discovered local candidate udp4 srflx 142.132.179.15:53933 related 10.244.37.244:34361 2023-04-10T22:04:41Z DEBG signal/client/grpc.go:347: received a new message from Peer [fingerprint: 5SsdqfQb3i3OICXWbQ28MAcx6TOjE/C5Df2ad8T1ujY=] 2023-04-10T22:04:41Z DEBG client/internal/peer/conn.go:681: OnRemoteCandidate from peer 5SsdqfQb3i3OICXWbQ28MAcx6TOjE/C5Df2ad8T1ujY= -> udp4 host 127.0.0.1:59285 2023-04-10T22:04:41Z DEBG signal/client/grpc.go:347: received a new message from Peer [fingerprint: 5SsdqfQb3i3OICXWbQ28MAcx6TOjE/C5Df2ad8T1ujY=] 2023-04-10T22:04:41Z DEBG client/internal/peer/conn.go:681: OnRemoteCandidate from peer 5SsdqfQb3i3OICXWbQ28MAcx6TOjE/C5Df2ad8T1ujY= -> udp4 host 172.17.0.2:59285 2023-04-10T22:04:41Z DEBG signal/client/grpc.go:347: received a new message from Peer [fingerprint: 5SsdqfQb3i3OICXWbQ28MAcx6TOjE/C5Df2ad8T1ujY=] 2023-04-10T22:04:41Z DEBG client/internal/peer/conn.go:681: OnRemoteCandidate from peer 5SsdqfQb3i3OICXWbQ28MAcx6TOjE/C5Df2ad8T1ujY= -> udp4 srflx 195.155.168.118:7557 related 172.17.0.2:57677 2023-04-10T22:04:41Z DEBG signal/client/grpc.go:347: received a new message from Peer [fingerprint: 5SsdqfQb3i3OICXWbQ28MAcx6TOjE/C5Df2ad8T1ujY=] 2023-04-10T22:04:41Z DEBG client/internal/peer/conn.go:681: OnRemoteCandidate from peer 5SsdqfQb3i3OICXWbQ28MAcx6TOjE/C5Df2ad8T1ujY= -> udp4 srflx 195.155.168.118:7557 related 127.0.0.1:57677 2023-04-10T22:04:51Z DEBG client/internal/peer/conn.go:569: peer C5rYN+a+5ssiHhhzG8IrRjDfC9pifl/C/99w5mup2yk= ICE ConnectionState has changed to Failed 2023-04-10T22:04:51Z DEBG client/internal/peer/conn.go:484: trying to cleanup C5rYN+a+5ssiHhhzG8IrRjDfC9pifl/C/99w5mup2yk= 2023-04-10T22:04:51Z DEBG client/internal/peer/conn.go:522: cleaned up connection to peer C5rYN+a+5ssiHhhzG8IrRjDfC9pifl/C/99w5mup2yk= 2023-04-10T22:04:51Z DEBG client/internal/engine.go:779: connection to peer C5rYN+a+5ssiHhhzG8IrRjDfC9pifl/C/99w5mup2yk= failed: connecting canceled by caller 2023-04-10T22:04:51Z DEBG client/internal/peer/conn.go:569: peer C5rYN+a+5ssiHhhzG8IrRjDfC9pifl/C/99w5mup2yk= ICE ConnectionState has changed to Closed 2023-04-10T22:04:52Z DEBG client/internal/peer/conn.go:569: peer HLU6t8lGl1craPB8ZQLQQdZb+ewt9vZ9blTD5nTwf28= ICE ConnectionState has changed to Failed 2023-04-10T22:04:52Z DEBG client/internal/peer/conn.go:484: trying to cleanup HLU6t8lGl1craPB8ZQLQQdZb+ewt9vZ9blTD5nTwf28= 2023-04-10T22:04:52Z DEBG client/internal/peer/conn.go:522: cleaned up connection to peer HLU6t8lGl1craPB8ZQLQQdZb+ewt9vZ9blTD5nTwf28= 2023-04-10T22:04:52Z DEBG client/internal/engine.go:779: connection to peer HLU6t8lGl1craPB8ZQLQQdZb+ewt9vZ9blTD5nTwf28= failed: connecting canceled by caller 2023-04-10T22:04:52Z DEBG client/internal/peer/conn.go:569: peer HLU6t8lGl1craPB8ZQLQQdZb+ewt9vZ9blTD5nTwf28= ICE ConnectionState has changed to Closed 2023-04-10T22:04:52Z DEBG client/internal/peer/conn.go:221: trying to connect to peer C5rYN+a+5ssiHhhzG8IrRjDfC9pifl/C/99w5mup2yk= 2023-04-10T22:04:52Z DEBG client/internal/peer/conn.go:252: connection offer sent to peer C5rYN+a+5ssiHhhzG8IrRjDfC9pifl/C/99w5mup2yk=, waiting for the confirmation 2023-04-10T22:04:52Z DEBG client/internal/peer/conn.go:569: peer 5SsdqfQb3i3OICXWbQ28MAcx6TOjE/C5Df2ad8T1ujY= ICE ConnectionState has changed to Failed 2023-04-10T22:04:52Z DEBG client/internal/peer/conn.go:484: trying to cleanup 5SsdqfQb3i3OICXWbQ28MAcx6TOjE/C5Df2ad8T1ujY= 2023-04-10T22:04:52Z DEBG client/internal/peer/conn.go:522: cleaned up connection to peer 5SsdqfQb3i3OICXWbQ28MAcx6TOjE/C5Df2ad8T1ujY= 2023-04-10T22:04:52Z DEBG client/internal/engine.go:779: connection to peer 5SsdqfQb3i3OICXWbQ28MAcx6TOjE/C5Df2ad8T1ujY= failed: connecting canceled by caller 2023-04-10T22:04:52Z DEBG client/internal/peer/conn.go:569: peer 5SsdqfQb3i3OICXWbQ28MAcx6TOjE/C5Df2ad8T1ujY= ICE ConnectionState has changed to Closed 2023-04-10T22:04:52Z DEBG client/internal/peer/conn.go:221: trying to connect to peer 5SsdqfQb3i3OICXWbQ28MAcx6TOjE/C5Df2ad8T1ujY= 2023-04-10T22:04:52Z DEBG client/internal/peer/conn.go:252: connection offer sent to peer 5SsdqfQb3i3OICXWbQ28MAcx6TOjE/C5Df2ad8T1ujY=, waiting for the confirmation 2023-04-10T22:04:52Z DEBG signal/client/grpc.go:347: received a new message from Peer [fingerprint: 5SsdqfQb3i3OICXWbQ28MAcx6TOjE/C5Df2ad8T1ujY=] 2023-04-10T22:04:52Z DEBG client/internal/peer/conn.go:652: OnRemoteOffer from peer 5SsdqfQb3i3OICXWbQ28MAcx6TOjE/C5Df2ad8T1ujY= on status Disconnected 2023-04-10T22:04:52Z DEBG client/internal/peer/conn.go:584: sending answer to 5SsdqfQb3i3OICXWbQ28MAcx6TOjE/C5Df2ad8T1ujY= 2023-04-10T22:04:52Z DEBG client/internal/peer/conn.go:273: received connection confirmation from peer 5SsdqfQb3i3OICXWbQ28MAcx6TOjE/C5Df2ad8T1ujY= running version 0.15.2 and with remote WireGuard listen port 51820 2023-04-10T22:04:52Z DEBG client/internal/peer/conn.go:569: peer 5SsdqfQb3i3OICXWbQ28MAcx6TOjE/C5Df2ad8T1ujY= ICE ConnectionState has changed to Checking 2023-04-10T22:04:52Z DEBG client/internal/peer/conn.go:552: discovered local candidate udp4 host 127.0.0.1:59859 2023-04-10T22:04:52Z DEBG client/internal/peer/conn.go:552: discovered local candidate udp4 host 10.244.37.244:59859 2023-04-10T22:04:52Z DEBG client/internal/peer/conn.go:146: ignoring interface wt0 - it is not allowed 2023-04-10T22:04:52Z DEBG client/internal/peer/conn.go:552: discovered local candidate udp4 srflx 142.132.179.15:53933 related 10.244.37.244:34361 2023-04-10T22:04:52Z DEBG client/internal/peer/conn.go:552: discovered local candidate udp4 srflx 142.132.179.15:53933 related 127.0.0.1:34361 2023-04-10T22:04:52Z DEBG signal/client/grpc.go:347: received a new message from Peer [fingerprint: 5SsdqfQb3i3OICXWbQ28MAcx6TOjE/C5Df2ad8T1ujY=] 2023-04-10T22:04:52Z DEBG client/internal/peer/conn.go:681: OnRemoteCandidate from peer 5SsdqfQb3i3OICXWbQ28MAcx6TOjE/C5Df2ad8T1ujY= -> udp4 host 172.17.0.2:59285 2023-04-10T22:04:52Z DEBG signal/client/grpc.go:347: received a new message from Peer [fingerprint: 5SsdqfQb3i3OICXWbQ28MAcx6TOjE/C5Df2ad8T1ujY=] 2023-04-10T22:04:52Z DEBG client/internal/peer/conn.go:681: OnRemoteCandidate from peer 5SsdqfQb3i3OICXWbQ28MAcx6TOjE/C5Df2ad8T1ujY= -> udp4 host 127.0.0.1:59285 2023-04-10T22:04:53Z DEBG signal/client/grpc.go:347: received a new message from Peer [fingerprint: 5SsdqfQb3i3OICXWbQ28MAcx6TOjE/C5Df2ad8T1ujY=] 2023-04-10T22:04:53Z DEBG client/internal/peer/conn.go:681: OnRemoteCandidate from peer 5SsdqfQb3i3OICXWbQ28MAcx6TOjE/C5Df2ad8T1ujY= -> udp4 srflx 195.155.168.118:7557 related 127.0.0.1:57677 2023-04-10T22:04:53Z DEBG signal/client/grpc.go:347: received a new message from Peer [fingerprint: 5SsdqfQb3i3OICXWbQ28MAcx6TOjE/C5Df2ad8T1ujY=] 2023-04-10T22:04:53Z DEBG client/internal/peer/conn.go:681: OnRemoteCandidate from peer 5SsdqfQb3i3OICXWbQ28MAcx6TOjE/C5Df2ad8T1ujY= -> udp4 srflx 195.155.168.118:7557 related 172.17.0.2:57677 2023-04-10T22:04:53Z DEBG signal/client/grpc.go:347: received a new message from Peer [fingerprint: HLU6t8lGl1craPB8ZQLQQdZb+ewt9vZ9blTD5nTwf28=] 2023-04-10T22:04:53Z DEBG client/internal/peer/conn.go:652: OnRemoteOffer from peer HLU6t8lGl1craPB8ZQLQQdZb+ewt9vZ9blTD5nTwf28= on status Disconnected 2023-04-10T22:04:53Z DEBG client/internal/peer/conn.go:658: OnRemoteOffer skipping message from peer HLU6t8lGl1craPB8ZQLQQdZb+ewt9vZ9blTD5nTwf28= on status Disconnected because is not ready 2023-04-10T22:04:53Z DEBG signal/client/grpc.go:347: received a new message from Peer [fingerprint: C5rYN+a+5ssiHhhzG8IrRjDfC9pifl/C/99w5mup2yk=] 2023-04-10T22:04:53Z DEBG client/internal/peer/conn.go:652: OnRemoteOffer from peer C5rYN+a+5ssiHhhzG8IrRjDfC9pifl/C/99w5mup2yk= on status Disconnected 2023-04-10T22:04:53Z DEBG client/internal/peer/conn.go:584: sending answer to C5rYN+a+5ssiHhhzG8IrRjDfC9pifl/C/99w5mup2yk= 2023-04-10T22:04:53Z DEBG client/internal/peer/conn.go:273: received connection confirmation from peer C5rYN+a+5ssiHhhzG8IrRjDfC9pifl/C/99w5mup2yk= running version 0.15.1 and with remote WireGuard listen port 51820 2023-04-10T22:04:53Z DEBG client/internal/peer/conn.go:569: peer C5rYN+a+5ssiHhhzG8IrRjDfC9pifl/C/99w5mup2yk= ICE ConnectionState has changed to Checking 2023-04-10T22:04:53Z DEBG client/internal/peer/conn.go:552: discovered local candidate udp4 host 127.0.0.1:59859 2023-04-10T22:04:53Z DEBG client/internal/peer/conn.go:552: discovered local candidate udp4 host 10.244.37.244:59859 2023-04-10T22:04:53Z DEBG client/internal/peer/conn.go:146: ignoring interface wt0 - it is not allowed 2023-04-10T22:04:53Z DEBG client/internal/peer/conn.go:552: discovered local candidate udp4 srflx 142.132.179.15:53933 related 127.0.0.1:34361 2023-04-10T22:04:53Z DEBG client/internal/peer/conn.go:552: discovered local candidate udp4 srflx 142.132.179.15:53933 related 10.244.37.244:34361 2023-04-10T22:04:53Z DEBG signal/client/grpc.go:347: received a new message from Peer [fingerprint: C5rYN+a+5ssiHhhzG8IrRjDfC9pifl/C/99w5mup2yk=] 2023-04-10T22:04:53Z DEBG client/internal/peer/conn.go:681: OnRemoteCandidate from peer C5rYN+a+5ssiHhhzG8IrRjDfC9pifl/C/99w5mup2yk= -> udp4 host 127.0.0.1:52584 2023-04-10T22:04:53Z DEBG signal/client/grpc.go:347: received a new message from Peer [fingerprint: C5rYN+a+5ssiHhhzG8IrRjDfC9pifl/C/99w5mup2yk=] 2023-04-10T22:04:53Z DEBG client/internal/peer/conn.go:681: OnRemoteCandidate from peer C5rYN+a+5ssiHhhzG8IrRjDfC9pifl/C/99w5mup2yk= -> udp4 host 192.168.56.1:52584 2023-04-10T22:04:53Z DEBG signal/client/grpc.go:347: received a new message from Peer [fingerprint: C5rYN+a+5ssiHhhzG8IrRjDfC9pifl/C/99w5mup2yk=] 2023-04-10T22:04:53Z DEBG client/internal/peer/conn.go:681: OnRemoteCandidate from peer C5rYN+a+5ssiHhhzG8IrRjDfC9pifl/C/99w5mup2yk= -> udp4 host 192.168.0.105:52584 2023-04-10T22:04:53Z DEBG signal/client/grpc.go:347: received a new message from Peer [fingerprint: C5rYN+a+5ssiHhhzG8IrRjDfC9pifl/C/99w5mup2yk=] 2023-04-10T22:04:53Z DEBG client/internal/peer/conn.go:681: OnRemoteCandidate from peer C5rYN+a+5ssiHhhzG8IrRjDfC9pifl/C/99w5mup2yk= -> udp6 host [2001:4bb8:188:3a09:8966:e643:eef1:26ca]:52584 2023-04-10T22:04:53Z DEBG signal/client/grpc.go:347: received a new message from Peer [fingerprint: C5rYN+a+5ssiHhhzG8IrRjDfC9pifl/C/99w5mup2yk=] 2023-04-10T22:04:53Z DEBG client/internal/peer/conn.go:681: OnRemoteCandidate from peer C5rYN+a+5ssiHhhzG8IrRjDfC9pifl/C/99w5mup2yk= -> udp6 host [2001:4bb8:188:3a09:bab6:15a9:853:86ec]:52584 2023-04-10T22:04:53Z DEBG signal/client/grpc.go:347: received a new message from Peer [fingerprint: C5rYN+a+5ssiHhhzG8IrRjDfC9pifl/C/99w5mup2yk=] 2023-04-10T22:04:53Z DEBG client/internal/peer/conn.go:681: OnRemoteCandidate from peer C5rYN+a+5ssiHhhzG8IrRjDfC9pifl/C/99w5mup2yk= -> udp4 host 172.25.192.1:52584 2023-04-10T22:04:53Z DEBG signal/client/grpc.go:347: received a new message from Peer [fingerprint: C5rYN+a+5ssiHhhzG8IrRjDfC9pifl/C/99w5mup2yk=] 2023-04-10T22:04:53Z DEBG client/internal/peer/conn.go:681: OnRemoteCandidate from peer C5rYN+a+5ssiHhhzG8IrRjDfC9pifl/C/99w5mup2yk= -> udp4 srflx 213.225.38.26:27790 related 127.0.0.1:52585 2023-04-10T22:04:53Z DEBG signal/client/grpc.go:347: received a new message from Peer [fingerprint: C5rYN+a+5ssiHhhzG8IrRjDfC9pifl/C/99w5mup2yk=] 2023-04-10T22:04:53Z DEBG client/internal/peer/conn.go:681: OnRemoteCandidate from peer C5rYN+a+5ssiHhhzG8IrRjDfC9pifl/C/99w5mup2yk= -> udp4 srflx 213.225.38.26:27790 related 172.25.192.1:52585 2023-04-10T22:04:53Z DEBG signal/client/grpc.go:347: received a new message from Peer [fingerprint: C5rYN+a+5ssiHhhzG8IrRjDfC9pifl/C/99w5mup2yk=] 2023-04-10T22:04:53Z DEBG client/internal/peer/conn.go:681: OnRemoteCandidate from peer C5rYN+a+5ssiHhhzG8IrRjDfC9pifl/C/99w5mup2yk= -> udp4 srflx 213.225.38.26:27790 related 192.168.56.1:52585 2023-04-10T22:04:53Z DEBG signal/client/grpc.go:347: received a new message from Peer [fingerprint: C5rYN+a+5ssiHhhzG8IrRjDfC9pifl/C/99w5mup2yk=] 2023-04-10T22:04:53Z DEBG client/internal/peer/conn.go:681: OnRemoteCandidate from peer C5rYN+a+5ssiHhhzG8IrRjDfC9pifl/C/99w5mup2yk= -> udp4 srflx 213.225.38.26:27790 related 2001:4bb8:188:3a09:bab6:15a9:853:86ec:52585 2023-04-10T22:04:53Z DEBG signal/client/grpc.go:347: received a new message from Peer [fingerprint: C5rYN+a+5ssiHhhzG8IrRjDfC9pifl/C/99w5mup2yk=] 2023-04-10T22:04:53Z DEBG client/internal/peer/conn.go:681: OnRemoteCandidate from peer C5rYN+a+5ssiHhhzG8IrRjDfC9pifl/C/99w5mup2yk= -> udp4 srflx 213.225.38.26:27790 related 2001:4bb8:188:3a09:8966:e643:eef1:26ca:52585 2023-04-10T22:04:53Z DEBG signal/client/grpc.go:347: received a new message from Peer [fingerprint: C5rYN+a+5ssiHhhzG8IrRjDfC9pifl/C/99w5mup2yk=] 2023-04-10T22:04:53Z DEBG client/internal/peer/conn.go:681: OnRemoteCandidate from peer C5rYN+a+5ssiHhhzG8IrRjDfC9pifl/C/99w5mup2yk= -> udp4 srflx 213.225.38.26:27790 related 192.168.0.105:52585 2023-04-10T22:04:53Z DEBG client/internal/peer/conn.go:221: trying to connect to peer HLU6t8lGl1craPB8ZQLQQdZb+ewt9vZ9blTD5nTwf28= 2023-04-10T22:04:53Z DEBG client/internal/peer/conn.go:252: connection offer sent to peer HLU6t8lGl1craPB8ZQLQQdZb+ewt9vZ9blTD5nTwf28=, waiting for the confirmation 2023-04-10T22:04:53Z DEBG signal/client/grpc.go:347: received a new message from Peer [fingerprint: HLU6t8lGl1craPB8ZQLQQdZb+ewt9vZ9blTD5nTwf28=] 2023-04-10T22:04:53Z DEBG client/internal/peer/conn.go:667: OnRemoteAnswer from peer HLU6t8lGl1craPB8ZQLQQdZb+ewt9vZ9blTD5nTwf28= on status Disconnected 2023-04-10T22:04:53Z DEBG client/internal/peer/conn.go:273: received connection confirmation from peer HLU6t8lGl1craPB8ZQLQQdZb+ewt9vZ9blTD5nTwf28= running version 0.15.2 and with remote WireGuard listen port 51820 2023-04-10T22:04:53Z DEBG client/internal/peer/conn.go:569: peer HLU6t8lGl1craPB8ZQLQQdZb+ewt9vZ9blTD5nTwf28= ICE ConnectionState has changed to Checking 2023-04-10T22:04:53Z DEBG client/internal/peer/conn.go:552: discovered local candidate udp4 host 127.0.0.1:59859 2023-04-10T22:04:53Z DEBG client/internal/peer/conn.go:552: discovered local candidate udp4 host 10.244.37.244:59859 2023-04-10T22:04:53Z DEBG client/internal/peer/conn.go:146: ignoring interface wt0 - it is not allowed 2023-04-10T22:04:53Z DEBG client/internal/peer/conn.go:552: discovered local candidate udp4 srflx 142.132.179.15:53933 related 10.244.37.244:34361 2023-04-10T22:04:53Z DEBG client/internal/peer/conn.go:552: discovered local candidate udp4 srflx 142.132.179.15:53933 related 127.0.0.1:34361 2023-04-10T22:04:53Z DEBG signal/client/grpc.go:347: received a new message from Peer [fingerprint: HLU6t8lGl1craPB8ZQLQQdZb+ewt9vZ9blTD5nTwf28=] 2023-04-10T22:04:53Z DEBG client/internal/peer/conn.go:681: OnRemoteCandidate from peer HLU6t8lGl1craPB8ZQLQQdZb+ewt9vZ9blTD5nTwf28= -> udp4 host 192.168.1.4:54799 2023-04-10T22:04:53Z DEBG signal/client/grpc.go:347: received a new message from Peer [fingerprint: HLU6t8lGl1craPB8ZQLQQdZb+ewt9vZ9blTD5nTwf28=] 2023-04-10T22:04:53Z DEBG client/internal/peer/conn.go:681: OnRemoteCandidate from peer HLU6t8lGl1craPB8ZQLQQdZb+ewt9vZ9blTD5nTwf28= -> udp4 host 172.24.0.1:54799 2023-04-10T22:04:53Z DEBG signal/client/grpc.go:347: received a new message from Peer [fingerprint: HLU6t8lGl1craPB8ZQLQQdZb+ewt9vZ9blTD5nTwf28=] 2023-04-10T22:04:53Z DEBG client/internal/peer/conn.go:681: OnRemoteCandidate from peer HLU6t8lGl1craPB8ZQLQQdZb+ewt9vZ9blTD5nTwf28= -> udp4 srflx 195.155.168.118:7656 related 172.18.0.1:37686 2023-04-10T22:04:53Z DEBG signal/client/grpc.go:347: received a new message from Peer [fingerprint: HLU6t8lGl1craPB8ZQLQQdZb+ewt9vZ9blTD5nTwf28=] 2023-04-10T22:04:53Z DEBG client/internal/peer/conn.go:681: OnRemoteCandidate from peer HLU6t8lGl1craPB8ZQLQQdZb+ewt9vZ9blTD5nTwf28= -> udp4 host 127.0.0.1:54799 2023-04-10T22:04:53Z DEBG signal/client/grpc.go:347: received a new message from Peer [fingerprint: HLU6t8lGl1craPB8ZQLQQdZb+ewt9vZ9blTD5nTwf28=] 2023-04-10T22:04:53Z DEBG client/internal/peer/conn.go:681: OnRemoteCandidate from peer HLU6t8lGl1craPB8ZQLQQdZb+ewt9vZ9blTD5nTwf28= -> udp4 host 172.19.0.1:54799 2023-04-10T22:04:53Z DEBG signal/client/grpc.go:347: received a new message from Peer [fingerprint: HLU6t8lGl1craPB8ZQLQQdZb+ewt9vZ9blTD5nTwf28=] 2023-04-10T22:04:53Z DEBG client/internal/peer/conn.go:681: OnRemoteCandidate from peer HLU6t8lGl1craPB8ZQLQQdZb+ewt9vZ9blTD5nTwf28= -> udp4 host 192.168.1.27:54799 2023-04-10T22:04:53Z DEBG signal/client/grpc.go:347: received a new message from Peer [fingerprint: HLU6t8lGl1craPB8ZQLQQdZb+ewt9vZ9blTD5nTwf28=] 2023-04-10T22:04:53Z DEBG client/internal/peer/conn.go:681: OnRemoteCandidate from peer HLU6t8lGl1craPB8ZQLQQdZb+ewt9vZ9blTD5nTwf28= -> udp4 srflx 195.155.168.118:7656 related 172.21.0.1:37686 2023-04-10T22:04:53Z DEBG signal/client/grpc.go:347: received a new message from Peer [fingerprint: HLU6t8lGl1craPB8ZQLQQdZb+ewt9vZ9blTD5nTwf28=] 2023-04-10T22:04:53Z DEBG client/internal/peer/conn.go:681: OnRemoteCandidate from peer HLU6t8lGl1craPB8ZQLQQdZb+ewt9vZ9blTD5nTwf28= -> udp4 srflx 195.155.168.118:7656 related 172.25.0.1:37686 2023-04-10T22:04:53Z DEBG signal/client/grpc.go:347: received a new message from Peer [fingerprint: HLU6t8lGl1craPB8ZQLQQdZb+ewt9vZ9blTD5nTwf28=] 2023-04-10T22:04:53Z DEBG client/internal/peer/conn.go:681: OnRemoteCandidate from peer HLU6t8lGl1craPB8ZQLQQdZb+ewt9vZ9blTD5nTwf28= -> udp4 srflx 195.155.168.118:7656 related 172.22.0.1:37686 2023-04-10T22:04:53Z DEBG signal/client/grpc.go:347: received a new message from Peer [fingerprint: HLU6t8lGl1craPB8ZQLQQdZb+ewt9vZ9blTD5nTwf28=] 2023-04-10T22:04:53Z DEBG client/internal/peer/conn.go:681: OnRemoteCandidate from peer HLU6t8lGl1craPB8ZQLQQdZb+ewt9vZ9blTD5nTwf28= -> udp4 srflx 195.155.168.118:7656 related 127.0.0.1:37686 2023-04-10T22:04:53Z DEBG signal/client/grpc.go:347: received a new message from Peer [fingerprint: HLU6t8lGl1craPB8ZQLQQdZb+ewt9vZ9blTD5nTwf28=] 2023-04-10T22:04:53Z DEBG client/internal/peer/conn.go:681: OnRemoteCandidate from peer HLU6t8lGl1craPB8ZQLQQdZb+ewt9vZ9blTD5nTwf28= -> udp4 host 172.28.0.1:54799 2023-04-10T22:04:53Z DEBG signal/client/grpc.go:347: received a new message from Peer [fingerprint: HLU6t8lGl1craPB8ZQLQQdZb+ewt9vZ9blTD5nTwf28=] 2023-04-10T22:04:53Z DEBG client/internal/peer/conn.go:681: OnRemoteCandidate from peer HLU6t8lGl1craPB8ZQLQQdZb+ewt9vZ9blTD5nTwf28= -> udp4 srflx 195.155.168.118:7656 related 172.31.0.1:37686 2023-04-10T22:04:53Z DEBG signal/client/grpc.go:347: received a new message from Peer [fingerprint: HLU6t8lGl1craPB8ZQLQQdZb+ewt9vZ9blTD5nTwf28=] 2023-04-10T22:04:53Z DEBG client/internal/peer/conn.go:681: OnRemoteCandidate from peer HLU6t8lGl1craPB8ZQLQQdZb+ewt9vZ9blTD5nTwf28= -> udp4 srflx 195.155.168.118:7656 related 172.27.0.1:37686 2023-04-10T22:04:53Z DEBG signal/client/grpc.go:347: received a new message from Peer [fingerprint: HLU6t8lGl1craPB8ZQLQQdZb+ewt9vZ9blTD5nTwf28=] 2023-04-10T22:04:53Z DEBG client/internal/peer/conn.go:681: OnRemoteCandidate from peer HLU6t8lGl1craPB8ZQLQQdZb+ewt9vZ9blTD5nTwf28= -> udp4 srflx 195.155.168.118:7656 related 172.30.0.1:37686 2023-04-10T22:04:53Z DEBG signal/client/grpc.go:347: received a new message from Peer [fingerprint: HLU6t8lGl1craPB8ZQLQQdZb+ewt9vZ9blTD5nTwf28=] 2023-04-10T22:04:53Z DEBG client/internal/peer/conn.go:681: OnRemoteCandidate from peer HLU6t8lGl1craPB8ZQLQQdZb+ewt9vZ9blTD5nTwf28= -> udp4 srflx 195.155.168.118:7656 related 192.168.32.1:37686 2023-04-10T22:04:53Z DEBG signal/client/grpc.go:347: received a new message from Peer [fingerprint: HLU6t8lGl1craPB8ZQLQQdZb+ewt9vZ9blTD5nTwf28=] 2023-04-10T22:04:53Z DEBG client/internal/peer/conn.go:681: OnRemoteCandidate from peer HLU6t8lGl1craPB8ZQLQQdZb+ewt9vZ9blTD5nTwf28= -> udp4 srflx 195.155.168.118:7656 related 172.26.0.1:37686 2023-04-10T22:04:53Z DEBG signal/client/grpc.go:347: received a new message from Peer [fingerprint: HLU6t8lGl1craPB8ZQLQQdZb+ewt9vZ9blTD5nTwf28=] 2023-04-10T22:04:53Z DEBG client/internal/peer/conn.go:681: OnRemoteCandidate from peer HLU6t8lGl1craPB8ZQLQQdZb+ewt9vZ9blTD5nTwf28= -> udp4 srflx 195.155.168.118:7656 related 192.168.1.27:37686 2023-04-10T22:04:53Z DEBG signal/client/grpc.go:347: received a new message from Peer [fingerprint: HLU6t8lGl1craPB8ZQLQQdZb+ewt9vZ9blTD5nTwf28=] 2023-04-10T22:04:53Z DEBG client/internal/peer/conn.go:681: OnRemoteCandidate from peer HLU6t8lGl1craPB8ZQLQQdZb+ewt9vZ9blTD5nTwf28= -> udp4 srflx 195.155.168.118:7656 related 172.29.0.1:37686 2023-04-10T22:04:53Z DEBG signal/client/grpc.go:347: received a new message from Peer [fingerprint: HLU6t8lGl1craPB8ZQLQQdZb+ewt9vZ9blTD5nTwf28=] 2023-04-10T22:04:53Z DEBG client/internal/peer/conn.go:681: OnRemoteCandidate from peer HLU6t8lGl1craPB8ZQLQQdZb+ewt9vZ9blTD5nTwf28= -> udp4 srflx 195.155.168.118:7656 related 172.17.0.1:37686 2023-04-10T22:04:53Z DEBG signal/client/grpc.go:347: received a new message from Peer [fingerprint: HLU6t8lGl1craPB8ZQLQQdZb+ewt9vZ9blTD5nTwf28=] 2023-04-10T22:04:53Z DEBG client/internal/peer/conn.go:681: OnRemoteCandidate from peer HLU6t8lGl1craPB8ZQLQQdZb+ewt9vZ9blTD5nTwf28= -> udp4 host 172.22.0.1:54799 2023-04-10T22:04:53Z DEBG signal/client/grpc.go:347: received a new message from Peer [fingerprint: HLU6t8lGl1craPB8ZQLQQdZb+ewt9vZ9blTD5nTwf28=] 2023-04-10T22:04:53Z DEBG client/internal/peer/conn.go:681: OnRemoteCandidate from peer HLU6t8lGl1craPB8ZQLQQdZb+ewt9vZ9blTD5nTwf28= -> udp4 srflx 195.155.168.118:7656 related 172.19.0.1:37686 2023-04-10T22:04:53Z DEBG signal/client/grpc.go:347: received a new message from Peer [fingerprint: HLU6t8lGl1craPB8ZQLQQdZb+ewt9vZ9blTD5nTwf28=] 2023-04-10T22:04:53Z DEBG client/internal/peer/conn.go:681: OnRemoteCandidate from peer HLU6t8lGl1craPB8ZQLQQdZb+ewt9vZ9blTD5nTwf28= -> udp4 srflx 195.155.168.118:7656 related 172.28.0.1:37686 2023-04-10T22:04:53Z DEBG signal/client/grpc.go:347: received a new message from Peer [fingerprint: HLU6t8lGl1craPB8ZQLQQdZb+ewt9vZ9blTD5nTwf28=] 2023-04-10T22:04:53Z DEBG client/internal/peer/conn.go:681: OnRemoteCandidate from peer HLU6t8lGl1craPB8ZQLQQdZb+ewt9vZ9blTD5nTwf28= -> udp4 srflx 195.155.168.118:7656 related 192.168.1.4:37686 2023-04-10T22:04:53Z DEBG signal/client/grpc.go:347: received a new message from Peer [fingerprint: HLU6t8lGl1craPB8ZQLQQdZb+ewt9vZ9blTD5nTwf28=] 2023-04-10T22:04:53Z DEBG client/internal/peer/conn.go:681: OnRemoteCandidate from peer HLU6t8lGl1craPB8ZQLQQdZb+ewt9vZ9blTD5nTwf28= -> udp4 host 172.30.0.1:54799 2023-04-10T22:04:53Z DEBG signal/client/grpc.go:347: received a new message from Peer [fingerprint: HLU6t8lGl1craPB8ZQLQQdZb+ewt9vZ9blTD5nTwf28=] 2023-04-10T22:04:53Z DEBG client/internal/peer/conn.go:681: OnRemoteCandidate from peer HLU6t8lGl1craPB8ZQLQQdZb+ewt9vZ9blTD5nTwf28= -> udp4 srflx 195.155.168.118:7656 related 172.20.0.1:37686 2023-04-10T22:04:53Z DEBG signal/client/grpc.go:347: received a new message from Peer [fingerprint: HLU6t8lGl1craPB8ZQLQQdZb+ewt9vZ9blTD5nTwf28=] 2023-04-10T22:04:53Z DEBG client/internal/peer/conn.go:681: OnRemoteCandidate from peer HLU6t8lGl1craPB8ZQLQQdZb+ewt9vZ9blTD5nTwf28= -> udp4 srflx 195.155.168.118:7656 related 172.23.0.1:37686 2023-04-10T22:04:53Z DEBG signal/client/grpc.go:347: received a new message from Peer [fingerprint: HLU6t8lGl1craPB8ZQLQQdZb+ewt9vZ9blTD5nTwf28=] 2023-04-10T22:04:53Z DEBG client/internal/peer/conn.go:681: OnRemoteCandidate from peer HLU6t8lGl1craPB8ZQLQQdZb+ewt9vZ9blTD5nTwf28= -> udp4 host 172.17.0.1:54799 2023-04-10T22:04:53Z DEBG signal/client/grpc.go:347: received a new message from Peer [fingerprint: HLU6t8lGl1craPB8ZQLQQdZb+ewt9vZ9blTD5nTwf28=] 2023-04-10T22:04:53Z DEBG client/internal/peer/conn.go:681: OnRemoteCandidate from peer HLU6t8lGl1craPB8ZQLQQdZb+ewt9vZ9blTD5nTwf28= -> udp4 host 172.21.0.1:54799 2023-04-10T22:04:53Z DEBG signal/client/grpc.go:347: received a new message from Peer [fingerprint: HLU6t8lGl1craPB8ZQLQQdZb+ewt9vZ9blTD5nTwf28=] 2023-04-10T22:04:53Z DEBG client/internal/peer/conn.go:681: OnRemoteCandidate from peer HLU6t8lGl1craPB8ZQLQQdZb+ewt9vZ9blTD5nTwf28= -> udp4 srflx 195.155.168.118:7656 related 172.24.0.1:37686 2023-04-10T22:04:53Z DEBG signal/client/grpc.go:347: received a new message from Peer [fingerprint: HLU6t8lGl1craPB8ZQLQQdZb+ewt9vZ9blTD5nTwf28=] 2023-04-10T22:04:53Z DEBG client/internal/peer/conn.go:681: OnRemoteCandidate from peer HLU6t8lGl1craPB8ZQLQQdZb+ewt9vZ9blTD5nTwf28= -> udp4 srflx 195.155.168.118:7656 related 192.168.16.1:37686 2023-04-10T22:04:53Z DEBG signal/client/grpc.go:347: received a new message from Peer [fingerprint: HLU6t8lGl1craPB8ZQLQQdZb+ewt9vZ9blTD5nTwf28=] 2023-04-10T22:04:53Z DEBG client/internal/peer/conn.go:681: OnRemoteCandidate from peer HLU6t8lGl1craPB8ZQLQQdZb+ewt9vZ9blTD5nTwf28= -> udp4 host 192.168.32.1:54799 2023-04-10T22:04:53Z DEBG signal/client/grpc.go:347: received a new message from Peer [fingerprint: HLU6t8lGl1craPB8ZQLQQdZb+ewt9vZ9blTD5nTwf28=] 2023-04-10T22:04:53Z DEBG client/internal/peer/conn.go:681: OnRemoteCandidate from peer HLU6t8lGl1craPB8ZQLQQdZb+ewt9vZ9blTD5nTwf28= -> udp4 host 172.27.0.1:54799 2023-04-10T22:04:53Z DEBG signal/client/grpc.go:347: received a new message from Peer [fingerprint: HLU6t8lGl1craPB8ZQLQQdZb+ewt9vZ9blTD5nTwf28=] 2023-04-10T22:04:53Z DEBG client/internal/peer/conn.go:681: OnRemoteCandidate from peer HLU6t8lGl1craPB8ZQLQQdZb+ewt9vZ9blTD5nTwf28= -> udp4 host 172.23.0.1:54799 2023-04-10T22:04:53Z DEBG signal/client/grpc.go:347: received a new message from Peer [fingerprint: HLU6t8lGl1craPB8ZQLQQdZb+ewt9vZ9blTD5nTwf28=] 2023-04-10T22:04:53Z DEBG client/internal/peer/conn.go:681: OnRemoteCandidate from peer HLU6t8lGl1craPB8ZQLQQdZb+ewt9vZ9blTD5nTwf28= -> udp4 host 172.25.0.1:54799 2023-04-10T22:04:53Z DEBG signal/client/grpc.go:347: received a new message from Peer [fingerprint: HLU6t8lGl1craPB8ZQLQQdZb+ewt9vZ9blTD5nTwf28=] 2023-04-10T22:04:53Z DEBG client/internal/peer/conn.go:681: OnRemoteCandidate from peer HLU6t8lGl1craPB8ZQLQQdZb+ewt9vZ9blTD5nTwf28= -> udp4 host 172.31.0.1:54799 2023-04-10T22:04:53Z DEBG signal/client/grpc.go:347: received a new message from Peer [fingerprint: HLU6t8lGl1craPB8ZQLQQdZb+ewt9vZ9blTD5nTwf28=] 2023-04-10T22:04:53Z DEBG client/internal/peer/conn.go:681: OnRemoteCandidate from peer HLU6t8lGl1craPB8ZQLQQdZb+ewt9vZ9blTD5nTwf28= -> udp4 host 172.26.0.1:54799 2023-04-10T22:04:53Z DEBG signal/client/grpc.go:347: received a new message from Peer [fingerprint: HLU6t8lGl1craPB8ZQLQQdZb+ewt9vZ9blTD5nTwf28=] 2023-04-10T22:04:53Z DEBG client/internal/peer/conn.go:681: OnRemoteCandidate from peer HLU6t8lGl1craPB8ZQLQQdZb+ewt9vZ9blTD5nTwf28= -> udp4 host 172.29.0.1:54799 2023-04-10T22:04:53Z DEBG signal/client/grpc.go:347: received a new message from Peer [fingerprint: HLU6t8lGl1craPB8ZQLQQdZb+ewt9vZ9blTD5nTwf28=] 2023-04-10T22:04:53Z DEBG client/internal/peer/conn.go:681: OnRemoteCandidate from peer HLU6t8lGl1craPB8ZQLQQdZb+ewt9vZ9blTD5nTwf28= -> udp4 host 192.168.16.1:54799 2023-04-10T22:04:53Z DEBG signal/client/grpc.go:347: received a new message from Peer [fingerprint: HLU6t8lGl1craPB8ZQLQQdZb+ewt9vZ9blTD5nTwf28=] 2023-04-10T22:04:53Z DEBG client/internal/peer/conn.go:681: OnRemoteCandidate from peer HLU6t8lGl1craPB8ZQLQQdZb+ewt9vZ9blTD5nTwf28= -> udp4 host 172.20.0.1:54799 2023-04-10T22:04:53Z DEBG signal/client/grpc.go:347: received a new message from Peer [fingerprint: HLU6t8lGl1craPB8ZQLQQdZb+ewt9vZ9blTD5nTwf28=] 2023-04-10T22:04:53Z DEBG client/internal/peer/conn.go:681: OnRemoteCandidate from peer HLU6t8lGl1craPB8ZQLQQdZb+ewt9vZ9blTD5nTwf28= -> udp4 host 172.18.0.1:54799 ```
Author
Owner

@mlsmaycon commented on GitHub (Apr 10, 2023):

Hello @MohammedNoureldin it seems like there is an issue with your Coturn configuration regarding TURN credentials.

Can you check in the turnserver.conf file, in the line 252, if the user:passwords matches the ones in your management.json (under TURNConfig)?

If they don't match, please update them and restart the management service

@mlsmaycon commented on GitHub (Apr 10, 2023): Hello @MohammedNoureldin it seems like there is an issue with your Coturn configuration regarding TURN credentials. Can you check in the turnserver.conf file, in the line 252, if the user:passwords matches the ones in your management.json (under TURNConfig)? If they don't match, please update them and restart the management service
Author
Owner

@MohammedNoureldin commented on GitHub (Apr 10, 2023):

@mlsmaycon thank you for your reply. They match actually, but let me double check in the containers themselves.

@MohammedNoureldin commented on GitHub (Apr 10, 2023): @mlsmaycon thank you for your reply. They match actually, but let me double check in the containers themselves.
Author
Owner

@MohammedNoureldin commented on GitHub (Apr 10, 2023):

@mlsmaycon I checked in the containers, and as said, they do match.

@MohammedNoureldin commented on GitHub (Apr 10, 2023): @mlsmaycon I checked in the containers, and as said, they do match.
Author
Owner

@mlsmaycon commented on GitHub (Apr 10, 2023):

@MohammedNoureldin can you please test your TURN configuration by accessing the link https://webrtc.github.io/samples/src/content/peerconnection/trickle-ice/ . There you will find a ICE servers input box, where you can select and removing the existing server, then add your turn server configuration as follows:
image
Please replace netbird.DOMAIN.com and PASSWORD with the information from the management.json TURNConfig, then click on Add server.

Run the candidate gathering by clicking on Gather candidates.

Please share the results or if you want, you can share the results in slack.

You can mask your public IPs with something else.

@mlsmaycon commented on GitHub (Apr 10, 2023): @MohammedNoureldin can you please test your TURN configuration by accessing the link https://webrtc.github.io/samples/src/content/peerconnection/trickle-ice/ . There you will find a ICE servers input box, where you can select and removing the existing server, then add your turn server configuration as follows: <img width="527" alt="image" src="https://user-images.githubusercontent.com/7747744/231012549-c51d12e6-8a39-47f9-8ecf-f5ff4618fb5f.png"> Please replace netbird.DOMAIN.com and PASSWORD with the information from the management.json TURNConfig, then click on **Add server**. Run the candidate gathering by clicking on **Gather candidates**. Please share the results or if you want, you can share the results in slack. You can mask your public IPs with something else.
Author
Owner

@MohammedNoureldin commented on GitHub (Apr 10, 2023):

Well, I am not sure why, but there seems to be credential error, here is the output:

Time Type Foundation Protocol Address Port Priority URL (if present) relayProtocol (if present)
0.010 host 2516543532 udp 6bf77ae2-0c69-49b9-bfd4-8cdce586408d.local 63496 126 | 30 | 255
0.014 host 3711860483 udp 8231f96a-6e20-4d6b-bbad-017f131e295b.local 63497 126 | 40 | 255
0.123 srflx 1563651209 udp 213.225.38.26 5479 100 | 30 | 255 stun:netbird.DOMAIN.com:3478
0.162 Authentication failed?
Gather candidates
Note: errors from onicecandidateerror above are not neccessarily fatal. For example an IPv6 DNS lookup may fail but relay candidates can still be gathered via IPv4.
The server stun:netbird.DOMAIN.com:3478 returned an error with code=701:
STUN host lookup received error.
The server turn:netbird.DOMAIN.com:3478?transport=udp returned an error with code=701:
TURN host lookup received error.
The server turn:netbird.DOMAIN.com:3478?transport=udp returned an error with code=401:
Unauthorized

I will share it also on slack

@MohammedNoureldin commented on GitHub (Apr 10, 2023): Well, I am not sure why, but there seems to be credential error, here is the output: ``` Time Type Foundation Protocol Address Port Priority URL (if present) relayProtocol (if present) 0.010 host 2516543532 udp 6bf77ae2-0c69-49b9-bfd4-8cdce586408d.local 63496 126 | 30 | 255 0.014 host 3711860483 udp 8231f96a-6e20-4d6b-bbad-017f131e295b.local 63497 126 | 40 | 255 0.123 srflx 1563651209 udp 213.225.38.26 5479 100 | 30 | 255 stun:netbird.DOMAIN.com:3478 0.162 Authentication failed? Gather candidates Note: errors from onicecandidateerror above are not neccessarily fatal. For example an IPv6 DNS lookup may fail but relay candidates can still be gathered via IPv4. The server stun:netbird.DOMAIN.com:3478 returned an error with code=701: STUN host lookup received error. The server turn:netbird.DOMAIN.com:3478?transport=udp returned an error with code=701: TURN host lookup received error. The server turn:netbird.DOMAIN.com:3478?transport=udp returned an error with code=401: Unauthorized ``` I will share it also on slack
Author
Owner

@MohammedNoureldin commented on GitHub (Apr 10, 2023):

It turns out that the issue was in the authentication to the TURN server. I just changed the password to a one without special characters (I am not sure if this is related) and restarted the TURN and the Management servers, after that it started working properly. Thanks a lot @mlsmaycon and @Kaaybi for your hint!

@MohammedNoureldin commented on GitHub (Apr 10, 2023): It turns out that the issue was in the authentication to the TURN server. I just changed the password to a one without special characters (I am not sure if this is related) and restarted the TURN and the Management servers, after that it started working properly. Thanks a lot @mlsmaycon and @Kaaybi for your hint!
Author
Owner

@IanMoroney commented on GitHub (Jun 10, 2024):

Not to resurrect a necro thread, but I experienced this issue also, and it also turned out to be a TURN misconfiguration.
After having ran the ./configure script on my machine, and then uploading the results to the dedicated server, the TURN config had the wrong external IP set.
After correcting the external ip, it started working.

@IanMoroney commented on GitHub (Jun 10, 2024): Not to resurrect a necro thread, but I experienced this issue also, and it also turned out to be a TURN misconfiguration. After having ran the `./configure` script on my machine, and then uploading the results to the dedicated server, the TURN config had the wrong external IP set. After correcting the external ip, it started working.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: SVI/netbird#310