When leveraging highly available routing peers in the same location, we experience route flapping periodically. #989

Closed
opened 2025-11-20 05:21:09 -05:00 by saavagebueno · 12 comments
Owner

Originally created by @briemann on GitHub (Jun 18, 2024).

Describe the problem

We're seeing an issue periodically crop up in our ecosystem where we've setup our routing peers in a high availability pair for each environment and in this issue window, random clients will experience route flapping where assets behind the RP nodes are accessible but extremely slow (due to the route flaps).

We've got a variety of 0.27 windows clients in the fleet that have all been able to replicate this behavior and myself this morning experienced this.

Generally the remedy is to shut the windows service down for a few minutes and start it back up, however this is less than ideal long term as we want non-power users to be leveraging this solution and telling them to do technical steps will fall on deaf ears.

As I suspect we're more of an edge case because of this HA setup, we're going to stop the netbird client on one of the two nodes in each location to try and isolate the issue to see if it's related to the HA pair or if it's client side. I just wanted to open this issue to see what we could supply in the meantime to get clarity from other avenues.

To Reproduce

Due to the nature it's not reproducible on command. Generally it happens on the first connection of the day, 9 our of 10 days logging in will be fine but that one day it won't.

Expected behavior

For the client not to flap when attempting to create a route.

Are you using NetBird Cloud?

No. Self Hosted.

NetBird version

0.27.10

NetBird status -d output:

See attached.

Screenshots

See attached output.log

Additional context

It looks almost like the routemanager has an issue with one of the RPs, sees the RP come online and flops the routes over to the other node because peer has a slightly better score.. I guess the fix for this would be to make sure that peers are aware they are right next to each other and that it's possible to have a slightly different score for the same environment to ensure it doesn't flap? Not sure, maybe I am off-base.

netbird_output.log
netbird_status_output.txt

Originally created by @briemann on GitHub (Jun 18, 2024). **Describe the problem** We're seeing an issue periodically crop up in our ecosystem where we've setup our routing peers in a high availability pair for each environment and in this issue window, random clients will experience route flapping where assets behind the RP nodes are accessible but extremely slow (due to the route flaps). We've got a variety of 0.27 windows clients in the fleet that have all been able to replicate this behavior and myself this morning experienced this. Generally the remedy is to shut the windows service down for a few minutes and start it back up, however this is less than ideal long term as we want non-power users to be leveraging this solution and telling them to do technical steps will fall on deaf ears. As I suspect we're more of an edge case because of this HA setup, we're going to stop the netbird client on one of the two nodes in each location to try and isolate the issue to see if it's related to the HA pair or if it's client side. I just wanted to open this issue to see what we could supply in the meantime to get clarity from other avenues. **To Reproduce** Due to the nature it's not reproducible on command. Generally it happens on the first connection of the day, 9 our of 10 days logging in will be fine but that one day it won't. **Expected behavior** For the client not to flap when attempting to create a route. **Are you using NetBird Cloud?** No. Self Hosted. **NetBird version** 0.27.10 **NetBird status -d output:** See attached. **Screenshots** See attached output.log **Additional context** It looks almost like the routemanager has an issue with one of the RPs, sees the RP come online and flops the routes over to the other node because peer has a slightly better score.. I guess the fix for this would be to make sure that peers are aware they are right next to each other and that it's possible to have a slightly different score for the same environment to ensure it doesn't flap? Not sure, maybe I am off-base. [netbird_output.log](https://github.com/user-attachments/files/15889120/netbird_output.log) [netbird_status_output.txt](https://github.com/user-attachments/files/15889121/netbird_status_output.txt)
saavagebueno added the clientroutes labels 2025-11-20 05:21:09 -05:00
Author
Owner

@pascal-fischer commented on GitHub (Jun 19, 2024):

Hi @briemann,

I've checked the logs and the score is noticeably different. 0.93... to 2.92... which means the flapping is not due to similar latency to the routing peers. To me it looks like one of the routing peers might be reconnecting (or somewhat attempting) and the connection type is changing between e.g. P2P or relay this way causing the difference of 2 (the rest is due to latency).

Once you have the issue could you gather some debug logs (follow Debug for a specific time) to figure out what is causing the score to change so frequently.
It might also be possible to catch whatever is happening by running netbird status command multiple time over one of the flaps.

@pascal-fischer commented on GitHub (Jun 19, 2024): Hi @briemann, I've checked the logs and the score is noticeably different. 0.93... to 2.92... which means the flapping is not due to similar latency to the routing peers. To me it looks like one of the routing peers might be reconnecting (or somewhat attempting) and the connection type is changing between e.g. P2P or relay this way causing the difference of 2 (the rest is due to latency). Once you have the issue could you gather some debug logs (follow [Debug for a specific time](https://docs.netbird.io/how-to/troubleshooting-client#debug-for-a-specific-time)) to figure out what is causing the score to change so frequently. It might also be possible to catch whatever is happening by running netbird status command multiple time over one of the flaps.
Author
Owner

@briemann commented on GitHub (Jun 21, 2024):

@pascal-fischer sure thing, we turned off one node on all of the high availability pairs this week to do some other testing and will bring them back online next week. At that point i'll try to replicate or see how long it takes and will report back when we're able to.

@briemann commented on GitHub (Jun 21, 2024): @pascal-fischer sure thing, we turned off one node on all of the high availability pairs this week to do some other testing and will bring them back online next week. At that point i'll try to replicate or see how long it takes and will report back when we're able to.
Author
Owner

@LeszekBlazewski commented on GitHub (Jul 5, 2024):

Hey @pascal-fischer ,

I just wanted to bump this issue as I am observing the same problems. So far I have been loving the product but the high availability setup results in the above issue described by @briemann.

Context

Self hosted netbird server v0.28.4 deployed on public EC2 and netbird routing peers with multiple replicas deployed in three different EKS clusters (each set of routing peers in given cluster is responsible for routing the traffic within the VPC in which it runs). Around 30 users using the whole stack. We are using netbird as a secure way to access our resources running in private subnets. Also all of the netbird routing peers inside kubernetes are running in private subnets and we are spreading them across 3 different availability zones in N.Virginia (which means for each set of peers there are 3 different EC2 nodes in 3 different availability zones). The architecture looks like this:

image

TBH I am not 100% sure wether the connections between peers look like this because they are all showing as relay/relay from my macos client (I assume this is due to the fact that the routing k8s peers are in private subnets). Actually if I could receive some guidance regarding the setup, wether using private subnets for the netbird client peers is suboptimal in terms of going for a public based peers in each VPC since if I get this right, the TCP/UDP hole punching mechanism sends all of the traffic via public internet regardless where the peers are spawned? Still using private subnets (not publicly routable) means that all connections must be relayed, and if the routing peers would be public routable then we could achieve full P2P connections, right?

Netbird setup

image

Issue

From time to time, when connecting to netbird from macos client we see a constantly switching routes which result in a situation where the traffic is being routed across those switching peers and the requests either time out or everything loads really slow. In the client logs it looks more or less like this:

Macos client logs

2024-07-04T14:04:22+02:00 INFO client/internal/connect.go:119: starting NetBird client version 0.28.4 on darwin/arm64
2024-07-04T14:04:24+02:00 INFO client/internal/routemanager/manager.go:133: Routing setup complete
2024-07-04T14:04:24+02:00 INFO signal/client/grpc.go:158: connected to the Signal Service stream
2024-07-04T14:04:24+02:00 INFO client/internal/engine.go:1479: Network monitor is disabled, not starting
2024-07-04T14:04:24+02:00 INFO client/internal/connect.go:267: Netbird engine started, the IP is: 100.102.77.139/16
2024-07-04T14:04:25+02:00 INFO management/client/grpc.go:164: connected to the Management Service stream
2024-07-04T14:04:25+02:00 WARN client/internal/engine.go:587: running SSH server is not permitted
2024-07-04T14:04:25+02:00 WARN client/internal/routemanager/client.go:164: The network [10.3.0.0/16] has not been assigned a routing peer as no peers from the list [7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo= 2XsMJhp8X8LCRknyVWfZWDKAmfDgjpy13EdkCLwDgBs=] are currently connected
2024-07-04T14:04:25+02:00 WARN client/internal/routemanager/client.go:164: The network [10.4.0.0/16] has not been assigned a routing peer as no peers from the list [SShE7zCGnpGEth+h+9pvWZv6HoP0j2JiuoA+g0ag2Vk= zCjlP6SD6UPgBpD13BBn2RlOvKb04MENm9oZXVbDp1w=] are currently connected
2024-07-04T14:04:25+02:00 WARN client/internal/routemanager/client.go:164: The network [10.2.0.0/16] has not been assigned a routing peer as no peers from the list [gMI4O3/mpD2vieMA1fyqdiy6tJ4WpPKs/zCwlglDLl0= B7giAEzzKK0o5LKo/8w0PjjFieNkVg0CAx2CTr8ROCs=] are currently connected
2024-07-04T14:04:25+02:00 WARN client/internal/routemanager/client.go:164: The network [0.0.0.0/0] has not been assigned a routing peer as no peers from the list [7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo= 2XsMJhp8X8LCRknyVWfZWDKAmfDgjpy13EdkCLwDgBs=] are currently connected
2024-07-04T14:04:25+02:00 INFO client/internal/dns/host_darwin.go:91: removing match domains from the system
2024-07-04T14:04:25+02:00 INFO client/internal/dns/host_darwin.go:157: added 1 search domains to the state. Domain list: netbird.selfhosted
2024-07-04T14:04:25+02:00 INFO client/internal/acl/manager.go:52: ACL rules processed in: 100.5µs, total rules count: 2
2024-07-04T14:04:26+02:00 INFO iface/bind/udp_mux_universal.go:168: Address 10.4.92.162:51820 is part of routed network 10.4.0.0/16, refusing to write
2024-07-04T14:04:26+02:00 INFO iface/bind/udp_mux_universal.go:168: Address 10.2.74.144:51820 is part of routed network 10.2.0.0/16, refusing to write
2024-07-04T14:04:27+02:00 INFO iface/bind/udp_mux_universal.go:168: Address 10.2.111.3:51820 is part of routed network 10.2.0.0/16, refusing to write
2024-07-04T14:04:27+02:00 INFO iface/bind/udp_mux_universal.go:168: Address 10.3.67.147:51820 is part of routed network 10.3.0.0/16, refusing to write
2024-07-04T14:04:28+02:00 INFO iface/bind/udp_mux_universal.go:168: Address 10.4.107.160:51820 is part of routed network 10.4.0.0/16, refusing to write
2024-07-04T14:04:28+02:00 ERRO util/net/dialer_nonios.go:64: Failed to call dialer hooks: failed to resolve address :51820: lookup : no such host
2024-07-04T14:04:28+02:00 INFO client/internal/peer/conn.go:362: connected to peer zCjlP6SD6UPgBpD13BBn2RlOvKb04MENm9oZXVbDp1w=, endpoint address: 127.0.0.1:57551
2024-07-04T14:04:28+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpu307da4u8s73f5d220:cpuho8la4u8s73du51g0 with peer zCjlP6SD6UPgBpD13BBn2RlOvKb04MENm9oZXVbDp1w= with score 0.881377 for network [10.4.0.0/16]
2024-07-04T14:04:28+02:00 ERRO util/net/dialer_nonios.go:64: Failed to call dialer hooks: failed to resolve address :51820: lookup : no such host
2024-07-04T14:04:28+02:00 INFO client/internal/peer/conn.go:362: connected to peer gMI4O3/mpD2vieMA1fyqdiy6tJ4WpPKs/zCwlglDLl0=, endpoint address: 127.0.0.1:62831
2024-07-04T14:04:28+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpu3115a4u8s73f5d230:cpuitkta4u8s73du51mg with peer gMI4O3/mpD2vieMA1fyqdiy6tJ4WpPKs/zCwlglDLl0= with score 0.882792 for network [10.2.0.0/16]
2024-07-04T14:04:29+02:00 ERRO util/net/dialer_nonios.go:64: Failed to call dialer hooks: failed to resolve address :51820: lookup : no such host
2024-07-04T14:04:29+02:00 INFO client/internal/peer/conn.go:362: connected to peer B7giAEzzKK0o5LKo/8w0PjjFieNkVg0CAx2CTr8ROCs=, endpoint address: 127.0.0.1:58550
2024-07-04T14:04:29+02:00 ERRO util/net/dialer_nonios.go:64: Failed to call dialer hooks: failed to resolve address :51820: lookup : no such host
2024-07-04T14:04:29+02:00 INFO client/internal/peer/conn.go:362: connected to peer 2XsMJhp8X8LCRknyVWfZWDKAmfDgjpy13EdkCLwDgBs=, endpoint address: 127.0.0.1:53513
2024-07-04T14:04:29+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpu30gta4u8s73f5d22g:cpuitlla4u8s73du51n0 with peer 2XsMJhp8X8LCRknyVWfZWDKAmfDgjpy13EdkCLwDgBs= with score 0.877397 for network [10.3.0.0/16]
2024-07-04T14:04:29+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpuj1v5a4u8s73du51og:cpuitlla4u8s73du51n0 with peer 2XsMJhp8X8LCRknyVWfZWDKAmfDgjpy13EdkCLwDgBs= with score 0.877397 for network [0.0.0.0/0]
2024-07-04T14:04:30+02:00 ERRO util/net/dialer_nonios.go:64: Failed to call dialer hooks: failed to resolve address :51820: lookup : no such host
2024-07-04T14:04:30+02:00 INFO client/internal/peer/conn.go:362: connected to peer SShE7zCGnpGEth+h+9pvWZv6HoP0j2JiuoA+g0ag2Vk=, endpoint address: 127.0.0.1:55834
2024-07-04T14:04:41+02:00 INFO client/internal/peer/conn.go:362: connected to peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo=, endpoint address: 10.3.90.209:51820
2024-07-04T14:04:41+02:00 WARN client/internal/routemanager/client.go:130: peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo= has 0 latency
2024-07-04T14:04:41+02:00 WARN client/internal/routemanager/client.go:130: peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo= has 0 latency
2024-07-04T14:04:41+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpu30gta4u8s73f5d22g:cpuitkta4u8s73du51m0 with peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo= with score 2.000000 for network [10.3.0.0/16]
2024-07-04T14:04:41+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpuj1v5a4u8s73du51og:cpuitkta4u8s73du51m0 with peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo= with score 2.000000 for network [0.0.0.0/0]
2024-07-04T14:04:41+02:00 WARN client/internal/routemanager/client.go:130: peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo= has 0 latency
2024-07-04T14:04:41+02:00 WARN client/internal/routemanager/client.go:130: peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo= has 0 latency
2024-07-04T14:04:41+02:00 WARN client/internal/routemanager/client.go:130: peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo= has 0 latency
2024-07-04T14:04:41+02:00 WARN client/internal/routemanager/client.go:130: peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo= has 0 latency
2024-07-04T14:04:41+02:00 WARN client/internal/routemanager/client.go:130: peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo= has 0 latency
2024-07-04T14:04:47+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpu30gta4u8s73f5d22g:cpuitlla4u8s73du51n0 with peer 2XsMJhp8X8LCRknyVWfZWDKAmfDgjpy13EdkCLwDgBs= with score 0.879870 for network [10.3.0.0/16]
2024-07-04T14:04:47+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpuj1v5a4u8s73du51og:cpuitlla4u8s73du51n0 with peer 2XsMJhp8X8LCRknyVWfZWDKAmfDgjpy13EdkCLwDgBs= with score 0.879870 for network [0.0.0.0/0]
2024-07-04T14:04:51+02:00 INFO client/internal/peer/conn.go:362: connected to peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo=, endpoint address: 10.3.90.209:51820
2024-07-04T14:04:51+02:00 WARN client/internal/routemanager/client.go:130: peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo= has 0 latency
2024-07-04T14:04:51+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpuj1v5a4u8s73du51og:cpuitkta4u8s73du51m0 with peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo= with score 2.000000 for network [0.0.0.0/0]
2024-07-04T14:04:51+02:00 WARN client/internal/routemanager/client.go:130: peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo= has 0 latency
2024-07-04T14:04:51+02:00 WARN client/internal/routemanager/client.go:130: peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo= has 0 latency
2024-07-04T14:04:51+02:00 WARN client/internal/routemanager/client.go:130: peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo= has 0 latency
2024-07-04T14:04:51+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpu30gta4u8s73f5d22g:cpuitkta4u8s73du51m0 with peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo= with score 2.000000 for network [10.3.0.0/16]
2024-07-04T14:04:51+02:00 WARN client/internal/routemanager/client.go:130: peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo= has 0 latency
2024-07-04T14:04:51+02:00 WARN client/internal/routemanager/client.go:130: peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo= has 0 latency
2024-07-04T14:04:51+02:00 WARN client/internal/routemanager/client.go:130: peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo= has 0 latency
2024-07-04T14:04:51+02:00 WARN client/internal/routemanager/client.go:130: peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo= has 0 latency
2024-07-04T14:04:57+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpuj1v5a4u8s73du51og:cpuitlla4u8s73du51n0 with peer 2XsMJhp8X8LCRknyVWfZWDKAmfDgjpy13EdkCLwDgBs= with score 0.876803 for network [0.0.0.0/0]
2024-07-04T14:04:57+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpu30gta4u8s73f5d22g:cpuitlla4u8s73du51n0 with peer 2XsMJhp8X8LCRknyVWfZWDKAmfDgjpy13EdkCLwDgBs= with score 0.876803 for network [10.3.0.0/16]
2024-07-04T14:05:01+02:00 INFO client/internal/peer/conn.go:362: connected to peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo=, endpoint address: 10.3.90.209:51820
2024-07-04T14:05:01+02:00 WARN client/internal/routemanager/client.go:130: peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo= has 0 latency
2024-07-04T14:05:01+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpuj1v5a4u8s73du51og:cpuitkta4u8s73du51m0 with peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo= with score 2.000000 for network [0.0.0.0/0]
2024-07-04T14:05:01+02:00 WARN client/internal/routemanager/client.go:130: peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo= has 0 latency
2024-07-04T14:05:01+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpu30gta4u8s73f5d22g:cpuitkta4u8s73du51m0 with peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo= with score 2.000000 for network [10.3.0.0/16]
2024-07-04T14:05:01+02:00 WARN client/internal/routemanager/client.go:130: peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo= has 0 latency
2024-07-04T14:05:01+02:00 WARN client/internal/routemanager/client.go:130: peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo= has 0 latency
2024-07-04T14:05:01+02:00 WARN client/internal/routemanager/client.go:130: peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo= has 0 latency
2024-07-04T14:05:01+02:00 WARN client/internal/routemanager/client.go:130: peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo= has 0 latency
2024-07-04T14:05:01+02:00 WARN client/internal/routemanager/client.go:130: peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo= has 0 latency
2024-07-04T14:05:01+02:00 WARN client/internal/routemanager/client.go:130: peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo= has 0 latency
2024-07-04T14:05:07+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpuj1v5a4u8s73du51og:cpuitlla4u8s73du51n0 with peer 2XsMJhp8X8LCRknyVWfZWDKAmfDgjpy13EdkCLwDgBs= with score 0.879549 for network [0.0.0.0/0]
2024-07-04T14:05:07+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpu30gta4u8s73f5d22g:cpuitlla4u8s73du51n0 with peer 2XsMJhp8X8LCRknyVWfZWDKAmfDgjpy13EdkCLwDgBs= with score 0.879549 for network [10.3.0.0/16]
2024-07-04T14:05:11+02:00 WARN client/internal/routemanager/client.go:130: peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo= has 0 latency
2024-07-04T14:05:11+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpuj1v5a4u8s73du51og:cpuitkta4u8s73du51m0 with peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo= with score 2.000000 for network [0.0.0.0/0]
2024-07-04T14:05:11+02:00 WARN client/internal/routemanager/client.go:130: peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo= has 0 latency
2024-07-04T14:05:11+02:00 WARN client/internal/routemanager/client.go:130: peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo= has 0 latency
2024-07-04T14:05:11+02:00 INFO client/internal/peer/conn.go:362: connected to peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo=, endpoint address: 10.3.90.209:51820
2024-07-04T14:05:11+02:00 WARN client/internal/routemanager/client.go:130: peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo= has 0 latency
2024-07-04T14:05:11+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpu30gta4u8s73f5d22g:cpuitkta4u8s73du51m0 with peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo= with score 2.000000 for network [10.3.0.0/16]
2024-07-04T14:05:11+02:00 WARN client/internal/routemanager/client.go:130: peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo= has 0 latency
2024-07-04T14:05:11+02:00 WARN client/internal/routemanager/client.go:130: peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo= has 0 latency
2024-07-04T14:05:11+02:00 WARN client/internal/routemanager/client.go:130: peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo= has 0 latency
2024-07-04T14:05:11+02:00 WARN client/internal/routemanager/client.go:130: peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo= has 0 latency
2024-07-04T14:05:17+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpuj1v5a4u8s73du51og:cpuitlla4u8s73du51n0 with peer 2XsMJhp8X8LCRknyVWfZWDKAmfDgjpy13EdkCLwDgBs= with score 0.879403 for network [0.0.0.0/0]
2024-07-04T14:05:17+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpu30gta4u8s73f5d22g:cpuitlla4u8s73du51n0 with peer 2XsMJhp8X8LCRknyVWfZWDKAmfDgjpy13EdkCLwDgBs= with score 0.879403 for network [10.3.0.0/16]
2024-07-04T14:05:21+02:00 INFO client/internal/peer/conn.go:362: connected to peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo=, endpoint address: 10.3.90.209:51820
2024-07-04T14:05:21+02:00 WARN client/internal/routemanager/client.go:130: peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo= has 0 latency
2024-07-04T14:05:21+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpuj1v5a4u8s73du51og:cpuitkta4u8s73du51m0 with peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo= with score 2.000000 for network [0.0.0.0/0]
2024-07-04T14:05:21+02:00 WARN client/internal/routemanager/client.go:130: peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo= has 0 latency
2024-07-04T14:05:21+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpu30gta4u8s73f5d22g:cpuitkta4u8s73du51m0 with peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo= with score 2.000000 for network [10.3.0.0/16]
2024-07-04T14:05:21+02:00 WARN client/internal/routemanager/client.go:130: peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo= has 0 latency
2024-07-04T14:05:21+02:00 WARN client/internal/routemanager/client.go:130: peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo= has 0 latency
2024-07-04T14:05:21+02:00 WARN client/internal/routemanager/client.go:130: peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo= has 0 latency
2024-07-04T14:05:21+02:00 WARN client/internal/routemanager/client.go:130: peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo= has 0 latency
2024-07-04T14:05:21+02:00 WARN client/internal/routemanager/client.go:130: peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo= has 0 latency
2024-07-04T14:05:27+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpu30gta4u8s73f5d22g:cpuitlla4u8s73du51n0 with peer 2XsMJhp8X8LCRknyVWfZWDKAmfDgjpy13EdkCLwDgBs= with score 0.878546 for network [10.3.0.0/16]
2024-07-04T14:05:27+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpuj1v5a4u8s73du51og:cpuitlla4u8s73du51n0 with peer 2XsMJhp8X8LCRknyVWfZWDKAmfDgjpy13EdkCLwDgBs= with score 0.878546 for network [0.0.0.0/0]
2024-07-04T14:05:31+02:00 INFO client/internal/peer/conn.go:362: connected to peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo=, endpoint address: 10.3.90.209:51820
2024-07-04T14:05:31+02:00 WARN client/internal/routemanager/client.go:130: peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo= has 0 latency
2024-07-04T14:05:31+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpuj1v5a4u8s73du51og:cpuitkta4u8s73du51m0 with peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo= with score 2.000000 for network [0.0.0.0/0]
2024-07-04T14:05:31+02:00 WARN client/internal/routemanager/client.go:130: peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo= has 0 latency
2024-07-04T14:05:31+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpu30gta4u8s73f5d22g:cpuitkta4u8s73du51m0 with peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo= with score 2.000000 for network [10.3.0.0/16]
2024-07-04T14:05:31+02:00 WARN client/internal/routemanager/client.go:130: peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo= has 0 latency
2024-07-04T14:05:31+02:00 WARN client/internal/routemanager/client.go:130: peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo= has 0 latency
2024-07-04T14:05:31+02:00 WARN client/internal/routemanager/client.go:130: peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo= has 0 latency
2024-07-04T14:05:31+02:00 WARN client/internal/routemanager/client.go:130: peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo= has 0 latency
2024-07-04T14:05:31+02:00 WARN client/internal/routemanager/client.go:130: peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo= has 0 latency
2024-07-04T14:05:37+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpuj1v5a4u8s73du51og:cpuitlla4u8s73du51n0 with peer 2XsMJhp8X8LCRknyVWfZWDKAmfDgjpy13EdkCLwDgBs= with score 0.877314 for network [0.0.0.0/0]
2024-07-04T14:05:37+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpu30gta4u8s73f5d22g:cpuitlla4u8s73du51n0 with peer 2XsMJhp8X8LCRknyVWfZWDKAmfDgjpy13EdkCLwDgBs= with score 0.877314 for network [10.3.0.0/16]
2024-07-04T14:05:41+02:00 INFO client/internal/peer/conn.go:362: connected to peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo=, endpoint address: 10.3.90.209:51820
2024-07-04T14:05:41+02:00 WARN client/internal/routemanager/client.go:130: peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo= has 0 latency
2024-07-04T14:05:41+02:00 WARN client/internal/routemanager/client.go:130: peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo= has 0 latency
2024-07-04T14:05:41+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpu30gta4u8s73f5d22g:cpuitkta4u8s73du51m0 with peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo= with score 2.000000 for network [10.3.0.0/16]
2024-07-04T14:05:41+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpuj1v5a4u8s73du51og:cpuitkta4u8s73du51m0 with peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo= with score 2.000000 for network [0.0.0.0/0]
2024-07-04T14:05:41+02:00 WARN client/internal/routemanager/client.go:130: peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo= has 0 latency
2024-07-04T14:05:41+02:00 WARN client/internal/routemanager/client.go:130: peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo= has 0 latency
2024-07-04T14:05:41+02:00 WARN client/internal/routemanager/client.go:130: peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo= has 0 latency
2024-07-04T14:05:41+02:00 WARN client/internal/routemanager/client.go:130: peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo= has 0 latency
2024-07-04T14:05:41+02:00 WARN client/internal/routemanager/client.go:130: peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo= has 0 latency
2024-07-04T14:05:47+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpu30gta4u8s73f5d22g:cpuitlla4u8s73du51n0 with peer 2XsMJhp8X8LCRknyVWfZWDKAmfDgjpy13EdkCLwDgBs= with score 0.879302 for network [10.3.0.0/16]
2024-07-04T14:05:47+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpuj1v5a4u8s73du51og:cpuitlla4u8s73du51n0 with peer 2XsMJhp8X8LCRknyVWfZWDKAmfDgjpy13EdkCLwDgBs= with score 0.879302 for network [0.0.0.0/0]
2024-07-04T14:05:50+02:00 INFO client/internal/peer/conn.go:362: connected to peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo=, endpoint address: 10.3.90.209:51820
2024-07-04T14:05:50+02:00 WARN client/internal/routemanager/client.go:130: peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo= has 0 latency
2024-07-04T14:05:50+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpuj1v5a4u8s73du51og:cpuitkta4u8s73du51m0 with peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo= with score 2.000000 for network [0.0.0.0/0]
2024-07-04T14:05:50+02:00 WARN client/internal/routemanager/client.go:130: peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo= has 0 latency
2024-07-04T14:05:50+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpu30gta4u8s73f5d22g:cpuitkta4u8s73du51m0 with peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo= with score 2.000000 for network [10.3.0.0/16]
2024-07-04T14:05:50+02:00 WARN client/internal/routemanager/client.go:130: peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo= has 0 latency
2024-07-04T14:05:50+02:00 WARN client/internal/routemanager/client.go:130: peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo= has 0 latency
2024-07-04T14:05:50+02:00 WARN client/internal/routemanager/client.go:130: peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo= has 0 latency
2024-07-04T14:05:50+02:00 WARN client/internal/routemanager/client.go:130: peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo= has 0 latency
2024-07-04T14:05:50+02:00 WARN client/internal/routemanager/client.go:130: peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo= has 0 latency
2024-07-04T14:05:57+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpuj1v5a4u8s73du51og:cpuitlla4u8s73du51n0 with peer 2XsMJhp8X8LCRknyVWfZWDKAmfDgjpy13EdkCLwDgBs= with score 0.880173 for network [0.0.0.0/0]
2024-07-04T14:05:57+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpu30gta4u8s73f5d22g:cpuitlla4u8s73du51n0 with peer 2XsMJhp8X8LCRknyVWfZWDKAmfDgjpy13EdkCLwDgBs= with score 0.880173 for network [10.3.0.0/16]
2024-07-04T14:06:00+02:00 INFO client/internal/peer/conn.go:362: connected to peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo=, endpoint address: 10.3.90.209:51820
2024-07-04T14:06:00+02:00 WARN client/internal/routemanager/client.go:130: peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo= has 0 latency
2024-07-04T14:06:00+02:00 WARN client/internal/routemanager/client.go:130: peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo= has 0 latency
2024-07-04T14:06:00+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpuj1v5a4u8s73du51og:cpuitkta4u8s73du51m0 with peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo= with score 2.000000 for network [0.0.0.0/0]
2024-07-04T14:06:00+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpu30gta4u8s73f5d22g:cpuitkta4u8s73du51m0 with peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo= with score 2.000000 for network [10.3.0.0/16]
2024-07-04T14:06:00+02:00 WARN client/internal/routemanager/client.go:130: peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo= has 0 latency
2024-07-04T14:06:00+02:00 WARN client/internal/routemanager/client.go:130: peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo= has 0 latency
2024-07-04T14:06:00+02:00 WARN client/internal/routemanager/client.go:130: peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo= has 0 latency
2024-07-04T14:06:00+02:00 WARN client/internal/routemanager/client.go:130: peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo= has 0 latency
2024-07-04T14:06:00+02:00 WARN client/internal/routemanager/client.go:130: peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo= has 0 latency
2024-07-04T14:06:06+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpu30gta4u8s73f5d22g:cpuitlla4u8s73du51n0 with peer 2XsMJhp8X8LCRknyVWfZWDKAmfDgjpy13EdkCLwDgBs= with score 0.878042 for network [10.3.0.0/16]
2024-07-04T14:06:06+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpuj1v5a4u8s73du51og:cpuitlla4u8s73du51n0 with peer 2XsMJhp8X8LCRknyVWfZWDKAmfDgjpy13EdkCLwDgBs= with score 0.878042 for network [0.0.0.0/0]
2024-07-04T14:06:10+02:00 INFO client/internal/peer/conn.go:362: connected to peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo=, endpoint address: 10.3.90.209:51820
2024-07-04T14:06:10+02:00 WARN client/internal/routemanager/client.go:130: peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo= has 0 latency
2024-07-04T14:06:10+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpu30gta4u8s73f5d22g:cpuitkta4u8s73du51m0 with peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo= with score 2.000000 for network [10.3.0.0/16]
2024-07-04T14:06:10+02:00 WARN client/internal/routemanager/client.go:130: peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo= has 0 latency
2024-07-04T14:06:10+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpuj1v5a4u8s73du51og:cpuitkta4u8s73du51m0 with peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo= with score 2.000000 for network [0.0.0.0/0]
2024-07-04T14:06:10+02:00 WARN client/internal/routemanager/client.go:130: peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo= has 0 latency
2024-07-04T14:06:10+02:00 WARN client/internal/routemanager/client.go:130: peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo= has 0 latency
2024-07-04T14:06:10+02:00 WARN client/internal/routemanager/client.go:130: peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo= has 0 latency
2024-07-04T14:06:10+02:00 WARN client/internal/routemanager/client.go:130: peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo= has 0 latency
2024-07-04T14:06:10+02:00 WARN client/internal/routemanager/client.go:130: peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo= has 0 latency
2024-07-04T14:06:10+02:00 WARN client/internal/routemanager/client.go:130: peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo= has 0 latency
2024-07-04T14:06:16+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpu30gta4u8s73f5d22g:cpuitlla4u8s73du51n0 with peer 2XsMJhp8X8LCRknyVWfZWDKAmfDgjpy13EdkCLwDgBs= with score 0.878643 for network [10.3.0.0/16]
2024-07-04T14:06:16+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpuj1v5a4u8s73du51og:cpuitlla4u8s73du51n0 with peer 2XsMJhp8X8LCRknyVWfZWDKAmfDgjpy13EdkCLwDgBs= with score 0.878643 for network [0.0.0.0/0]
2024-07-04T14:06:19+02:00 INFO client/internal/peer/conn.go:362: connected to peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo=, endpoint address: 10.3.90.209:51820
2024-07-04T14:06:19+02:00 WARN client/internal/routemanager/client.go:130: peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo= has 0 latency
2024-07-04T14:06:19+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpuj1v5a4u8s73du51og:cpuitkta4u8s73du51m0 with peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo= with score 2.000000 for network [0.0.0.0/0]
2024-07-04T14:06:19+02:00 WARN client/internal/routemanager/client.go:130: peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo= has 0 latency
2024-07-04T14:06:19+02:00 WARN client/internal/routemanager/client.go:130: peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo= has 0 latency
2024-07-04T14:06:19+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpu30gta4u8s73f5d22g:cpuitkta4u8s73du51m0 with peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo= with score 2.000000 for network [10.3.0.0/16]
2024-07-04T14:06:19+02:00 WARN client/internal/routemanager/client.go:130: peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo= has 0 latency
2024-07-04T14:06:19+02:00 WARN client/internal/routemanager/client.go:130: peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo= has 0 latency
2024-07-04T14:06:19+02:00 WARN client/internal/routemanager/client.go:130: peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo= has 0 latency
2024-07-04T14:06:19+02:00 WARN client/internal/routemanager/client.go:130: peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo= has 0 latency
2024-07-04T14:06:26+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpuj1v5a4u8s73du51og:cpuitlla4u8s73du51n0 with peer 2XsMJhp8X8LCRknyVWfZWDKAmfDgjpy13EdkCLwDgBs= with score 0.880698 for network [0.0.0.0/0]
2024-07-04T14:06:26+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpu30gta4u8s73f5d22g:cpuitlla4u8s73du51n0 with peer 2XsMJhp8X8LCRknyVWfZWDKAmfDgjpy13EdkCLwDgBs= with score 0.880698 for network [10.3.0.0/16]
2024-07-04T14:06:29+02:00 INFO client/internal/peer/conn.go:362: connected to peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo=, endpoint address: 10.3.90.209:51820
2024-07-04T14:06:29+02:00 WARN client/internal/routemanager/client.go:130: peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo= has 0 latency
2024-07-04T14:06:29+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpuj1v5a4u8s73du51og:cpuitkta4u8s73du51m0 with peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo= with score 2.000000 for network [0.0.0.0/0]
2024-07-04T14:06:29+02:00 WARN client/internal/routemanager/client.go:130: peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo= has 0 latency
2024-07-04T14:06:29+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpu30gta4u8s73f5d22g:cpuitkta4u8s73du51m0 with peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo= with score 2.000000 for network [10.3.0.0/16]
2024-07-04T14:06:29+02:00 WARN client/internal/routemanager/client.go:130: peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo= has 0 latency
2024-07-04T14:06:29+02:00 WARN client/internal/routemanager/client.go:130: peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo= has 0 latency
2024-07-04T14:06:29+02:00 WARN client/internal/routemanager/client.go:130: peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo= has 0 latency
2024-07-04T14:06:29+02:00 WARN client/internal/routemanager/client.go:130: peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo= has 0 latency
2024-07-04T14:06:36+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpuj1v5a4u8s73du51og:cpuitlla4u8s73du51n0 with peer 2XsMJhp8X8LCRknyVWfZWDKAmfDgjpy13EdkCLwDgBs= with score 0.880049 for network [0.0.0.0/0]
2024-07-04T14:06:36+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpu30gta4u8s73f5d22g:cpuitlla4u8s73du51n0 with peer 2XsMJhp8X8LCRknyVWfZWDKAmfDgjpy13EdkCLwDgBs= with score 0.880049 for network [10.3.0.0/16]
2024-07-04T14:06:39+02:00 INFO client/internal/peer/conn.go:362: connected to peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo=, endpoint address: 10.3.90.209:51820
2024-07-04T14:06:39+02:00 WARN client/internal/routemanager/client.go:130: peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo= has 0 latency
2024-07-04T14:06:39+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpu30gta4u8s73f5d22g:cpuitkta4u8s73du51m0 with peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo= with score 2.000000 for network [10.3.0.0/16]
2024-07-04T14:06:39+02:00 WARN client/internal/routemanager/client.go:130: peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo= has 0 latency
2024-07-04T14:06:39+02:00 WARN client/internal/routemanager/client.go:130: peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo= has 0 latency
2024-07-04T14:06:39+02:00 WARN client/internal/routemanager/client.go:130: peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo= has 0 latency
2024-07-04T14:06:39+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpuj1v5a4u8s73du51og:cpuitkta4u8s73du51m0 with peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo= with score 2.000000 for network [0.0.0.0/0]
2024-07-04T14:06:39+02:00 WARN client/internal/routemanager/client.go:130: peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo= has 0 latency
2024-07-04T14:06:39+02:00 WARN client/internal/routemanager/client.go:130: peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo= has 0 latency
2024-07-04T14:06:39+02:00 WARN client/internal/routemanager/client.go:130: peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo= has 0 latency
2024-07-04T14:06:39+02:00 WARN client/internal/routemanager/client.go:130: peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo= has 0 latency
2024-07-04T14:06:45+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpu30gta4u8s73f5d22g:cpuitlla4u8s73du51n0 with peer 2XsMJhp8X8LCRknyVWfZWDKAmfDgjpy13EdkCLwDgBs= with score 0.879614 for network [10.3.0.0/16]
2024-07-04T14:06:45+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpuj1v5a4u8s73du51og:cpuitlla4u8s73du51n0 with peer 2XsMJhp8X8LCRknyVWfZWDKAmfDgjpy13EdkCLwDgBs= with score 0.879614 for network [0.0.0.0/0]
2024-07-04T14:06:50+02:00 INFO client/internal/peer/conn.go:362: connected to peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo=, endpoint address: 10.3.90.209:51820
2024-07-04T14:06:50+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpu30gta4u8s73f5d22g:cpuitkta4u8s73du51m0 with peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo= with score 2.876629 for network [10.3.0.0/16]
2024-07-04T14:06:50+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpuj1v5a4u8s73du51og:cpuitkta4u8s73du51m0 with peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo= with score 2.876629 for network [0.0.0.0/0]
2024-07-04T14:06:56+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpuj1v5a4u8s73du51og:cpuitlla4u8s73du51n0 with peer 2XsMJhp8X8LCRknyVWfZWDKAmfDgjpy13EdkCLwDgBs= with score 0.879952 for network [0.0.0.0/0]
2024-07-04T14:06:56+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpu30gta4u8s73f5d22g:cpuitlla4u8s73du51n0 with peer 2XsMJhp8X8LCRknyVWfZWDKAmfDgjpy13EdkCLwDgBs= with score 0.879952 for network [10.3.0.0/16]
2024-07-04T14:07:00+02:00 INFO client/internal/peer/conn.go:362: connected to peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo=, endpoint address: 10.3.90.209:51820
2024-07-04T14:07:00+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpu30gta4u8s73f5d22g:cpuitkta4u8s73du51m0 with peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo= with score 2.876629 for network [10.3.0.0/16]
2024-07-04T14:07:00+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpuj1v5a4u8s73du51og:cpuitkta4u8s73du51m0 with peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo= with score 2.876629 for network [0.0.0.0/0]
2024-07-04T14:07:06+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpu30gta4u8s73f5d22g:cpuitlla4u8s73du51n0 with peer 2XsMJhp8X8LCRknyVWfZWDKAmfDgjpy13EdkCLwDgBs= with score 0.879844 for network [10.3.0.0/16]
2024-07-04T14:07:06+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpuj1v5a4u8s73du51og:cpuitlla4u8s73du51n0 with peer 2XsMJhp8X8LCRknyVWfZWDKAmfDgjpy13EdkCLwDgBs= with score 0.879844 for network [0.0.0.0/0]
2024-07-04T14:07:10+02:00 INFO client/internal/peer/conn.go:362: connected to peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo=, endpoint address: 10.3.90.209:51820
2024-07-04T14:07:10+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpu30gta4u8s73f5d22g:cpuitkta4u8s73du51m0 with peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo= with score 2.876629 for network [10.3.0.0/16]
2024-07-04T14:07:10+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpuj1v5a4u8s73du51og:cpuitkta4u8s73du51m0 with peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo= with score 2.876629 for network [0.0.0.0/0]
2024-07-04T14:07:16+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpu30gta4u8s73f5d22g:cpuitlla4u8s73du51n0 with peer 2XsMJhp8X8LCRknyVWfZWDKAmfDgjpy13EdkCLwDgBs= with score 0.879257 for network [10.3.0.0/16]
2024-07-04T14:07:16+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpuj1v5a4u8s73du51og:cpuitlla4u8s73du51n0 with peer 2XsMJhp8X8LCRknyVWfZWDKAmfDgjpy13EdkCLwDgBs= with score 0.879257 for network [0.0.0.0/0]
2024-07-04T14:07:20+02:00 INFO client/internal/peer/conn.go:362: connected to peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo=, endpoint address: 10.3.90.209:51820
2024-07-04T14:07:20+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpu30gta4u8s73f5d22g:cpuitkta4u8s73du51m0 with peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo= with score 2.876629 for network [10.3.0.0/16]
2024-07-04T14:07:20+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpuj1v5a4u8s73du51og:cpuitkta4u8s73du51m0 with peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo= with score 2.876629 for network [0.0.0.0/0]
2024-07-04T14:07:26+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpuj1v5a4u8s73du51og:cpuitlla4u8s73du51n0 with peer 2XsMJhp8X8LCRknyVWfZWDKAmfDgjpy13EdkCLwDgBs= with score 0.878903 for network [0.0.0.0/0]
2024-07-04T14:07:26+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpu30gta4u8s73f5d22g:cpuitlla4u8s73du51n0 with peer 2XsMJhp8X8LCRknyVWfZWDKAmfDgjpy13EdkCLwDgBs= with score 0.878903 for network [10.3.0.0/16]
2024-07-04T14:07:30+02:00 INFO client/internal/peer/conn.go:362: connected to peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo=, endpoint address: 10.3.90.209:51820
2024-07-04T14:07:30+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpuj1v5a4u8s73du51og:cpuitkta4u8s73du51m0 with peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo= with score 2.876629 for network [0.0.0.0/0]
2024-07-04T14:07:30+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpu30gta4u8s73f5d22g:cpuitkta4u8s73du51m0 with peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo= with score 2.876629 for network [10.3.0.0/16]
2024-07-04T14:07:36+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpuj1v5a4u8s73du51og:cpuitlla4u8s73du51n0 with peer 2XsMJhp8X8LCRknyVWfZWDKAmfDgjpy13EdkCLwDgBs= with score 0.877552 for network [0.0.0.0/0]
2024-07-04T14:07:36+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpu30gta4u8s73f5d22g:cpuitlla4u8s73du51n0 with peer 2XsMJhp8X8LCRknyVWfZWDKAmfDgjpy13EdkCLwDgBs= with score 0.877552 for network [10.3.0.0/16]
2024-07-04T14:07:40+02:00 INFO client/internal/peer/conn.go:362: connected to peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo=, endpoint address: 10.3.90.209:51820
2024-07-04T14:07:40+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpu30gta4u8s73f5d22g:cpuitkta4u8s73du51m0 with peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo= with score 2.876629 for network [10.3.0.0/16]
2024-07-04T14:07:40+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpuj1v5a4u8s73du51og:cpuitkta4u8s73du51m0 with peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo= with score 2.876629 for network [0.0.0.0/0]
2024-07-04T14:07:47+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpu30gta4u8s73f5d22g:cpuitlla4u8s73du51n0 with peer 2XsMJhp8X8LCRknyVWfZWDKAmfDgjpy13EdkCLwDgBs= with score 0.878866 for network [10.3.0.0/16]
2024-07-04T14:07:47+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpuj1v5a4u8s73du51og:cpuitlla4u8s73du51n0 with peer 2XsMJhp8X8LCRknyVWfZWDKAmfDgjpy13EdkCLwDgBs= with score 0.878866 for network [0.0.0.0/0]
2024-07-04T14:07:51+02:00 INFO client/internal/peer/conn.go:362: connected to peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo=, endpoint address: 10.3.90.209:51820
2024-07-04T14:07:51+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpuj1v5a4u8s73du51og:cpuitkta4u8s73du51m0 with peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo= with score 2.876629 for network [0.0.0.0/0]
2024-07-04T14:07:51+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpu30gta4u8s73f5d22g:cpuitkta4u8s73du51m0 with peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo= with score 2.876629 for network [10.3.0.0/16]
2024-07-04T14:07:57+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpu30gta4u8s73f5d22g:cpuitlla4u8s73du51n0 with peer 2XsMJhp8X8LCRknyVWfZWDKAmfDgjpy13EdkCLwDgBs= with score 0.879554 for network [10.3.0.0/16]
2024-07-04T14:07:57+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpuj1v5a4u8s73du51og:cpuitlla4u8s73du51n0 with peer 2XsMJhp8X8LCRknyVWfZWDKAmfDgjpy13EdkCLwDgBs= with score 0.879554 for network [0.0.0.0/0]
2024-07-04T14:08:00+02:00 INFO client/internal/peer/conn.go:362: connected to peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo=, endpoint address: 10.3.90.209:51820
2024-07-04T14:08:00+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpu30gta4u8s73f5d22g:cpuitkta4u8s73du51m0 with peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo= with score 2.876629 for network [10.3.0.0/16]
2024-07-04T14:08:00+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpuj1v5a4u8s73du51og:cpuitkta4u8s73du51m0 with peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo= with score 2.876629 for network [0.0.0.0/0]
2024-07-04T14:08:06+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpuj1v5a4u8s73du51og:cpuitlla4u8s73du51n0 with peer 2XsMJhp8X8LCRknyVWfZWDKAmfDgjpy13EdkCLwDgBs= with score 0.878420 for network [0.0.0.0/0]
2024-07-04T14:08:06+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpu30gta4u8s73f5d22g:cpuitlla4u8s73du51n0 with peer 2XsMJhp8X8LCRknyVWfZWDKAmfDgjpy13EdkCLwDgBs= with score 0.878420 for network [10.3.0.0/16]
2024-07-04T14:08:09+02:00 INFO client/internal/peer/conn.go:362: connected to peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo=, endpoint address: 10.3.90.209:51820
2024-07-04T14:08:09+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpuj1v5a4u8s73du51og:cpuitkta4u8s73du51m0 with peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo= with score 2.876629 for network [0.0.0.0/0]
2024-07-04T14:08:09+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpu30gta4u8s73f5d22g:cpuitkta4u8s73du51m0 with peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo= with score 2.876629 for network [10.3.0.0/16]
2024-07-04T14:08:15+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpuj1v5a4u8s73du51og:cpuitlla4u8s73du51n0 with peer 2XsMJhp8X8LCRknyVWfZWDKAmfDgjpy13EdkCLwDgBs= with score 0.878722 for network [0.0.0.0/0]
2024-07-04T14:08:15+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpu30gta4u8s73f5d22g:cpuitlla4u8s73du51n0 with peer 2XsMJhp8X8LCRknyVWfZWDKAmfDgjpy13EdkCLwDgBs= with score 0.878722 for network [10.3.0.0/16]
2024-07-04T14:08:20+02:00 INFO client/internal/peer/conn.go:362: connected to peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo=, endpoint address: 10.3.90.209:51820
2024-07-04T14:08:20+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpu30gta4u8s73f5d22g:cpuitkta4u8s73du51m0 with peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo= with score 2.875678 for network [10.3.0.0/16]
2024-07-04T14:08:20+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpuj1v5a4u8s73du51og:cpuitkta4u8s73du51m0 with peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo= with score 2.875678 for network [0.0.0.0/0]
2024-07-04T14:08:26+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpu30gta4u8s73f5d22g:cpuitlla4u8s73du51n0 with peer 2XsMJhp8X8LCRknyVWfZWDKAmfDgjpy13EdkCLwDgBs= with score 0.879727 for network [10.3.0.0/16]
2024-07-04T14:08:26+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpuj1v5a4u8s73du51og:cpuitlla4u8s73du51n0 with peer 2XsMJhp8X8LCRknyVWfZWDKAmfDgjpy13EdkCLwDgBs= with score 0.879727 for network [0.0.0.0/0]
2024-07-04T14:08:30+02:00 INFO client/internal/peer/conn.go:362: connected to peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo=, endpoint address: 10.3.90.209:51820
2024-07-04T14:08:30+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpu30gta4u8s73f5d22g:cpuitkta4u8s73du51m0 with peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo= with score 2.875678 for network [10.3.0.0/16]
2024-07-04T14:08:30+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpuj1v5a4u8s73du51og:cpuitkta4u8s73du51m0 with peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo= with score 2.875678 for network [0.0.0.0/0]
2024-07-04T14:08:36+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpuj1v5a4u8s73du51og:cpuitlla4u8s73du51n0 with peer 2XsMJhp8X8LCRknyVWfZWDKAmfDgjpy13EdkCLwDgBs= with score 0.879716 for network [0.0.0.0/0]
2024-07-04T14:08:36+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpu30gta4u8s73f5d22g:cpuitlla4u8s73du51n0 with peer 2XsMJhp8X8LCRknyVWfZWDKAmfDgjpy13EdkCLwDgBs= with score 0.879716 for network [10.3.0.0/16]
2024-07-04T14:08:40+02:00 INFO client/internal/peer/conn.go:362: connected to peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo=, endpoint address: 10.3.90.209:51820
2024-07-04T14:08:40+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpu30gta4u8s73f5d22g:cpuitkta4u8s73du51m0 with peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo= with score 2.875678 for network [10.3.0.0/16]
2024-07-04T14:08:40+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpuj1v5a4u8s73du51og:cpuitkta4u8s73du51m0 with peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo= with score 2.875678 for network [0.0.0.0/0]
2024-07-04T14:08:46+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpu30gta4u8s73f5d22g:cpuitlla4u8s73du51n0 with peer 2XsMJhp8X8LCRknyVWfZWDKAmfDgjpy13EdkCLwDgBs= with score 0.879634 for network [10.3.0.0/16]
2024-07-04T14:08:46+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpuj1v5a4u8s73du51og:cpuitlla4u8s73du51n0 with peer 2XsMJhp8X8LCRknyVWfZWDKAmfDgjpy13EdkCLwDgBs= with score 0.879634 for network [0.0.0.0/0]
2024-07-04T14:08:50+02:00 INFO client/internal/peer/conn.go:362: connected to peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo=, endpoint address: 10.3.90.209:51820
2024-07-04T14:08:50+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpu30gta4u8s73f5d22g:cpuitkta4u8s73du51m0 with peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo= with score 2.875678 for network [10.3.0.0/16]
2024-07-04T14:08:50+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpuj1v5a4u8s73du51og:cpuitkta4u8s73du51m0 with peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo= with score 2.875678 for network [0.0.0.0/0]
2024-07-04T14:08:56+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpu30gta4u8s73f5d22g:cpuitlla4u8s73du51n0 with peer 2XsMJhp8X8LCRknyVWfZWDKAmfDgjpy13EdkCLwDgBs= with score 0.879177 for network [10.3.0.0/16]
2024-07-04T14:08:56+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpuj1v5a4u8s73du51og:cpuitlla4u8s73du51n0 with peer 2XsMJhp8X8LCRknyVWfZWDKAmfDgjpy13EdkCLwDgBs= with score 0.879177 for network [0.0.0.0/0]
2024-07-04T14:08:59+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpuj1v5a4u8s73du51og:cpuitkta4u8s73du51m0 with peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo= with score 2.875678 for network [0.0.0.0/0]
2024-07-04T14:08:59+02:00 INFO client/internal/peer/conn.go:362: connected to peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo=, endpoint address: 10.3.90.209:51820
2024-07-04T14:08:59+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpu30gta4u8s73f5d22g:cpuitkta4u8s73du51m0 with peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo= with score 2.875678 for network [10.3.0.0/16]
2024-07-04T14:09:05+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpu30gta4u8s73f5d22g:cpuitlla4u8s73du51n0 with peer 2XsMJhp8X8LCRknyVWfZWDKAmfDgjpy13EdkCLwDgBs= with score 0.877131 for network [10.3.0.0/16]
2024-07-04T14:09:05+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpuj1v5a4u8s73du51og:cpuitlla4u8s73du51n0 with peer 2XsMJhp8X8LCRknyVWfZWDKAmfDgjpy13EdkCLwDgBs= with score 0.877131 for network [0.0.0.0/0]
2024-07-04T14:09:09+02:00 INFO client/internal/peer/conn.go:362: connected to peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo=, endpoint address: 10.3.90.209:51820
2024-07-04T14:09:09+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpu30gta4u8s73f5d22g:cpuitkta4u8s73du51m0 with peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo= with score 2.875678 for network [10.3.0.0/16]
2024-07-04T14:09:09+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpuj1v5a4u8s73du51og:cpuitkta4u8s73du51m0 with peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo= with score 2.875678 for network [0.0.0.0/0]
2024-07-04T14:09:15+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpuj1v5a4u8s73du51og:cpuitlla4u8s73du51n0 with peer 2XsMJhp8X8LCRknyVWfZWDKAmfDgjpy13EdkCLwDgBs= with score 0.879594 for network [0.0.0.0/0]
2024-07-04T14:09:15+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpu30gta4u8s73f5d22g:cpuitlla4u8s73du51n0 with peer 2XsMJhp8X8LCRknyVWfZWDKAmfDgjpy13EdkCLwDgBs= with score 0.879594 for network [10.3.0.0/16]
2024-07-04T14:09:18+02:00 INFO client/internal/peer/conn.go:362: connected to peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo=, endpoint address: 10.3.90.209:51820
2024-07-04T14:09:18+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpu30gta4u8s73f5d22g:cpuitkta4u8s73du51m0 with peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo= with score 2.875678 for network [10.3.0.0/16]
2024-07-04T14:09:18+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpuj1v5a4u8s73du51og:cpuitkta4u8s73du51m0 with peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo= with score 2.875678 for network [0.0.0.0/0]
2024-07-04T14:09:25+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpu30gta4u8s73f5d22g:cpuitlla4u8s73du51n0 with peer 2XsMJhp8X8LCRknyVWfZWDKAmfDgjpy13EdkCLwDgBs= with score 0.878744 for network [10.3.0.0/16]
2024-07-04T14:09:25+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpuj1v5a4u8s73du51og:cpuitlla4u8s73du51n0 with peer 2XsMJhp8X8LCRknyVWfZWDKAmfDgjpy13EdkCLwDgBs= with score 0.878744 for network [0.0.0.0/0]
2024-07-04T14:09:29+02:00 INFO client/internal/peer/conn.go:362: connected to peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo=, endpoint address: 10.3.90.209:51820
2024-07-04T14:09:29+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpuj1v5a4u8s73du51og:cpuitkta4u8s73du51m0 with peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo= with score 2.875678 for network [0.0.0.0/0]
2024-07-04T14:09:29+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpu30gta4u8s73f5d22g:cpuitkta4u8s73du51m0 with peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo= with score 2.875678 for network [10.3.0.0/16]
2024-07-04T14:09:35+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpuj1v5a4u8s73du51og:cpuitlla4u8s73du51n0 with peer 2XsMJhp8X8LCRknyVWfZWDKAmfDgjpy13EdkCLwDgBs= with score 0.878762 for network [0.0.0.0/0]
2024-07-04T14:09:35+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpu30gta4u8s73f5d22g:cpuitlla4u8s73du51n0 with peer 2XsMJhp8X8LCRknyVWfZWDKAmfDgjpy13EdkCLwDgBs= with score 0.878762 for network [10.3.0.0/16]
2024-07-04T14:09:38+02:00 INFO client/internal/peer/conn.go:362: connected to peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo=, endpoint address: 10.3.90.209:51820
2024-07-04T14:09:38+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpuj1v5a4u8s73du51og:cpuitkta4u8s73du51m0 with peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo= with score 2.875678 for network [0.0.0.0/0]
2024-07-04T14:09:38+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpu30gta4u8s73f5d22g:cpuitkta4u8s73du51m0 with peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo= with score 2.875678 for network [10.3.0.0/16]
2024-07-04T14:09:44+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpuj1v5a4u8s73du51og:cpuitlla4u8s73du51n0 with peer 2XsMJhp8X8LCRknyVWfZWDKAmfDgjpy13EdkCLwDgBs= with score 0.879675 for network [0.0.0.0/0]
2024-07-04T14:09:44+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpu30gta4u8s73f5d22g:cpuitlla4u8s73du51n0 with peer 2XsMJhp8X8LCRknyVWfZWDKAmfDgjpy13EdkCLwDgBs= with score 0.879675 for network [10.3.0.0/16]
2024-07-04T14:09:48+02:00 INFO client/internal/peer/conn.go:362: connected to peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo=, endpoint address: 10.3.90.209:51820
2024-07-04T14:09:48+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpuj1v5a4u8s73du51og:cpuitkta4u8s73du51m0 with peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo= with score 2.875678 for network [0.0.0.0/0]
2024-07-04T14:09:48+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpu30gta4u8s73f5d22g:cpuitkta4u8s73du51m0 with peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo= with score 2.875678 for network [10.3.0.0/16]
2024-07-04T14:09:54+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpuj1v5a4u8s73du51og:cpuitlla4u8s73du51n0 with peer 2XsMJhp8X8LCRknyVWfZWDKAmfDgjpy13EdkCLwDgBs= with score 0.878353 for network [0.0.0.0/0]
2024-07-04T14:09:54+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpu30gta4u8s73f5d22g:cpuitlla4u8s73du51n0 with peer 2XsMJhp8X8LCRknyVWfZWDKAmfDgjpy13EdkCLwDgBs= with score 0.878353 for network [10.3.0.0/16]
2024-07-04T14:09:58+02:00 INFO client/internal/peer/conn.go:362: connected to peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo=, endpoint address: 10.3.90.209:51820
2024-07-04T14:09:58+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpu30gta4u8s73f5d22g:cpuitkta4u8s73du51m0 with peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo= with score 2.875678 for network [10.3.0.0/16]
2024-07-04T14:09:58+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpuj1v5a4u8s73du51og:cpuitkta4u8s73du51m0 with peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo= with score 2.875678 for network [0.0.0.0/0]
2024-07-04T14:10:04+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpuj1v5a4u8s73du51og:cpuitlla4u8s73du51n0 with peer 2XsMJhp8X8LCRknyVWfZWDKAmfDgjpy13EdkCLwDgBs= with score 0.879249 for network [0.0.0.0/0]
2024-07-04T14:10:04+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpu30gta4u8s73f5d22g:cpuitlla4u8s73du51n0 with peer 2XsMJhp8X8LCRknyVWfZWDKAmfDgjpy13EdkCLwDgBs= with score 0.879249 for network [10.3.0.0/16]
2024-07-04T14:10:08+02:00 INFO client/internal/peer/conn.go:362: connected to peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo=, endpoint address: 10.3.90.209:51820
2024-07-04T14:10:08+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpu30gta4u8s73f5d22g:cpuitkta4u8s73du51m0 with peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo= with score 2.875678 for network [10.3.0.0/16]
2024-07-04T14:10:08+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpuj1v5a4u8s73du51og:cpuitkta4u8s73du51m0 with peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo= with score 2.875678 for network [0.0.0.0/0]
2024-07-04T14:10:14+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpuj1v5a4u8s73du51og:cpuitlla4u8s73du51n0 with peer 2XsMJhp8X8LCRknyVWfZWDKAmfDgjpy13EdkCLwDgBs= with score 0.879893 for network [0.0.0.0/0]
2024-07-04T14:10:14+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpu30gta4u8s73f5d22g:cpuitlla4u8s73du51n0 with peer 2XsMJhp8X8LCRknyVWfZWDKAmfDgjpy13EdkCLwDgBs= with score 0.879893 for network [10.3.0.0/16]
2024-07-04T14:10:18+02:00 INFO client/internal/peer/conn.go:362: connected to peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo=, endpoint address: 10.3.90.209:51820
2024-07-04T14:10:18+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpu30gta4u8s73f5d22g:cpuitkta4u8s73du51m0 with peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo= with score 2.875678 for network [10.3.0.0/16]
2024-07-04T14:10:18+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpuj1v5a4u8s73du51og:cpuitkta4u8s73du51m0 with peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo= with score 2.875678 for network [0.0.0.0/0]
2024-07-04T14:10:25+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpuj1v5a4u8s73du51og:cpuitlla4u8s73du51n0 with peer 2XsMJhp8X8LCRknyVWfZWDKAmfDgjpy13EdkCLwDgBs= with score 0.879589 for network [0.0.0.0/0]
2024-07-04T14:10:25+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpu30gta4u8s73f5d22g:cpuitlla4u8s73du51n0 with peer 2XsMJhp8X8LCRknyVWfZWDKAmfDgjpy13EdkCLwDgBs= with score 0.879589 for network [10.3.0.0/16]
2024-07-04T14:10:27+02:00 INFO client/internal/peer/conn.go:362: connected to peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo=, endpoint address: 10.3.90.209:51820
2024-07-04T14:10:27+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpu30gta4u8s73f5d22g:cpuitkta4u8s73du51m0 with peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo= with score 2.875678 for network [10.3.0.0/16]
2024-07-04T14:10:27+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpuj1v5a4u8s73du51og:cpuitkta4u8s73du51m0 with peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo= with score 2.875678 for network [0.0.0.0/0]
2024-07-04T14:10:34+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpuj1v5a4u8s73du51og:cpuitlla4u8s73du51n0 with peer 2XsMJhp8X8LCRknyVWfZWDKAmfDgjpy13EdkCLwDgBs= with score 0.878839 for network [0.0.0.0/0]
2024-07-04T14:10:34+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpu30gta4u8s73f5d22g:cpuitlla4u8s73du51n0 with peer 2XsMJhp8X8LCRknyVWfZWDKAmfDgjpy13EdkCLwDgBs= with score 0.878839 for network [10.3.0.0/16]
2024-07-04T14:10:37+02:00 INFO client/internal/peer/conn.go:362: connected to peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo=, endpoint address: 10.3.90.209:51820
2024-07-04T14:10:37+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpuj1v5a4u8s73du51og:cpuitkta4u8s73du51m0 with peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo= with score 2.875678 for network [0.0.0.0/0]
2024-07-04T14:10:37+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpu30gta4u8s73f5d22g:cpuitkta4u8s73du51m0 with peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo= with score 2.875678 for network [10.3.0.0/16]
2024-07-04T14:10:43+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpuj1v5a4u8s73du51og:cpuitlla4u8s73du51n0 with peer 2XsMJhp8X8LCRknyVWfZWDKAmfDgjpy13EdkCLwDgBs= with score 0.879805 for network [0.0.0.0/0]
2024-07-04T14:10:43+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpu30gta4u8s73f5d22g:cpuitlla4u8s73du51n0 with peer 2XsMJhp8X8LCRknyVWfZWDKAmfDgjpy13EdkCLwDgBs= with score 0.879805 for network [10.3.0.0/16]
2024-07-04T14:10:46+02:00 INFO client/internal/peer/conn.go:362: connected to peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo=, endpoint address: 10.3.90.209:51820
2024-07-04T14:10:46+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpu30gta4u8s73f5d22g:cpuitkta4u8s73du51m0 with peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo= with score 2.875678 for network [10.3.0.0/16]
2024-07-04T14:10:46+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpuj1v5a4u8s73du51og:cpuitkta4u8s73du51m0 with peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo= with score 2.875678 for network [0.0.0.0/0]
2024-07-04T14:10:52+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpu30gta4u8s73f5d22g:cpuitlla4u8s73du51n0 with peer 2XsMJhp8X8LCRknyVWfZWDKAmfDgjpy13EdkCLwDgBs= with score 0.879471 for network [10.3.0.0/16]
2024-07-04T14:10:52+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpuj1v5a4u8s73du51og:cpuitlla4u8s73du51n0 with peer 2XsMJhp8X8LCRknyVWfZWDKAmfDgjpy13EdkCLwDgBs= with score 0.879471 for network [0.0.0.0/0]
2024-07-04T14:10:55+02:00 INFO client/internal/peer/conn.go:362: connected to peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo=, endpoint address: 10.3.90.209:51820
2024-07-04T14:10:55+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpuj1v5a4u8s73du51og:cpuitkta4u8s73du51m0 with peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo= with score 2.875678 for network [0.0.0.0/0]
2024-07-04T14:10:55+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpu30gta4u8s73f5d22g:cpuitkta4u8s73du51m0 with peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo= with score 2.875678 for network [10.3.0.0/16]
2024-07-04T14:11:02+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpu30gta4u8s73f5d22g:cpuitlla4u8s73du51n0 with peer 2XsMJhp8X8LCRknyVWfZWDKAmfDgjpy13EdkCLwDgBs= with score 0.879148 for network [10.3.0.0/16]
2024-07-04T14:11:02+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpuj1v5a4u8s73du51og:cpuitlla4u8s73du51n0 with peer 2XsMJhp8X8LCRknyVWfZWDKAmfDgjpy13EdkCLwDgBs= with score 0.879148 for network [0.0.0.0/0]
2024-07-04T14:11:05+02:00 INFO client/internal/peer/conn.go:362: connected to peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo=, endpoint address: 10.3.90.209:51820
2024-07-04T14:11:05+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpu30gta4u8s73f5d22g:cpuitkta4u8s73du51m0 with peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo= with score 2.875678 for network [10.3.0.0/16]
2024-07-04T14:11:05+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpuj1v5a4u8s73du51og:cpuitkta4u8s73du51m0 with peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo= with score 2.875678 for network [0.0.0.0/0]
2024-07-04T14:11:11+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpu30gta4u8s73f5d22g:cpuitlla4u8s73du51n0 with peer 2XsMJhp8X8LCRknyVWfZWDKAmfDgjpy13EdkCLwDgBs= with score 0.880060 for network [10.3.0.0/16]
2024-07-04T14:11:11+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpuj1v5a4u8s73du51og:cpuitlla4u8s73du51n0 with peer 2XsMJhp8X8LCRknyVWfZWDKAmfDgjpy13EdkCLwDgBs= with score 0.880060 for network [0.0.0.0/0]
2024-07-04T14:11:15+02:00 INFO client/internal/peer/conn.go:362: connected to peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo=, endpoint address: 10.3.90.209:51820
2024-07-04T14:11:15+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpuj1v5a4u8s73du51og:cpuitkta4u8s73du51m0 with peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo= with score 2.875678 for network [0.0.0.0/0]
2024-07-04T14:11:15+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpu30gta4u8s73f5d22g:cpuitkta4u8s73du51m0 with peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo= with score 2.875678 for network [10.3.0.0/16]
2024-07-04T14:11:21+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpu30gta4u8s73f5d22g:cpuitlla4u8s73du51n0 with peer 2XsMJhp8X8LCRknyVWfZWDKAmfDgjpy13EdkCLwDgBs= with score 0.878164 for network [10.3.0.0/16]
2024-07-04T14:11:21+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpuj1v5a4u8s73du51og:cpuitlla4u8s73du51n0 with peer 2XsMJhp8X8LCRknyVWfZWDKAmfDgjpy13EdkCLwDgBs= with score 0.878164 for network [0.0.0.0/0]
2024-07-04T14:11:25+02:00 INFO client/internal/peer/conn.go:362: connected to peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo=, endpoint address: 10.3.90.209:51820
2024-07-04T14:11:25+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpuj1v5a4u8s73du51og:cpuitkta4u8s73du51m0 with peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo= with score 2.875484 for network [0.0.0.0/0]
2024-07-04T14:11:25+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpu30gta4u8s73f5d22g:cpuitkta4u8s73du51m0 with peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo= with score 2.875484 for network [10.3.0.0/16]
2024-07-04T14:11:31+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpuj1v5a4u8s73du51og:cpuitlla4u8s73du51n0 with peer 2XsMJhp8X8LCRknyVWfZWDKAmfDgjpy13EdkCLwDgBs= with score 0.878394 for network [0.0.0.0/0]
2024-07-04T14:11:31+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpu30gta4u8s73f5d22g:cpuitlla4u8s73du51n0 with peer 2XsMJhp8X8LCRknyVWfZWDKAmfDgjpy13EdkCLwDgBs= with score 0.878394 for network [10.3.0.0/16]
2024-07-04T14:11:34+02:00 INFO client/internal/peer/conn.go:362: connected to peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo=, endpoint address: 10.3.90.209:51820
2024-07-04T14:11:34+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpu30gta4u8s73f5d22g:cpuitkta4u8s73du51m0 with peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo= with score 2.875484 for network [10.3.0.0/16]
2024-07-04T14:11:34+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpuj1v5a4u8s73du51og:cpuitkta4u8s73du51m0 with peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo= with score 2.875484 for network [0.0.0.0/0]
2024-07-04T14:11:40+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpuj1v5a4u8s73du51og:cpuitlla4u8s73du51n0 with peer 2XsMJhp8X8LCRknyVWfZWDKAmfDgjpy13EdkCLwDgBs= with score 0.878810 for network [0.0.0.0/0]
2024-07-04T14:11:40+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpu30gta4u8s73f5d22g:cpuitlla4u8s73du51n0 with peer 2XsMJhp8X8LCRknyVWfZWDKAmfDgjpy13EdkCLwDgBs= with score 0.878810 for network [10.3.0.0/16]
2024-07-04T14:11:44+02:00 INFO client/internal/peer/conn.go:362: connected to peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo=, endpoint address: 10.3.90.209:51820
2024-07-04T14:11:44+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpuj1v5a4u8s73du51og:cpuitkta4u8s73du51m0 with peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo= with score 2.875484 for network [0.0.0.0/0]
2024-07-04T14:11:44+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpu30gta4u8s73f5d22g:cpuitkta4u8s73du51m0 with peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo= with score 2.875484 for network [10.3.0.0/16]
2024-07-04T14:11:50+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpu30gta4u8s73f5d22g:cpuitlla4u8s73du51n0 with peer 2XsMJhp8X8LCRknyVWfZWDKAmfDgjpy13EdkCLwDgBs= with score 0.876056 for network [10.3.0.0/16]
2024-07-04T14:11:50+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpuj1v5a4u8s73du51og:cpuitlla4u8s73du51n0 with peer 2XsMJhp8X8LCRknyVWfZWDKAmfDgjpy13EdkCLwDgBs= with score 0.876056 for network [0.0.0.0/0]
2024-07-04T14:11:55+02:00 INFO client/internal/peer/conn.go:362: connected to peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo=, endpoint address: 10.3.90.209:51820
2024-07-04T14:11:55+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpuj1v5a4u8s73du51og:cpuitkta4u8s73du51m0 with peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo= with score 2.875484 for network [0.0.0.0/0]
2024-07-04T14:11:55+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpu30gta4u8s73f5d22g:cpuitkta4u8s73du51m0 with peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo= with score 2.875484 for network [10.3.0.0/16]
2024-07-04T14:12:01+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpu30gta4u8s73f5d22g:cpuitlla4u8s73du51n0 with peer 2XsMJhp8X8LCRknyVWfZWDKAmfDgjpy13EdkCLwDgBs= with score 0.877230 for network [10.3.0.0/16]
2024-07-04T14:12:01+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpuj1v5a4u8s73du51og:cpuitlla4u8s73du51n0 with peer 2XsMJhp8X8LCRknyVWfZWDKAmfDgjpy13EdkCLwDgBs= with score 0.877230 for network [0.0.0.0/0]
2024-07-04T14:12:05+02:00 INFO client/internal/peer/conn.go:362: connected to peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo=, endpoint address: 10.3.90.209:51820
2024-07-04T14:12:05+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpuj1v5a4u8s73du51og:cpuitkta4u8s73du51m0 with peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo= with score 2.875484 for network [0.0.0.0/0]
2024-07-04T14:12:05+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpu30gta4u8s73f5d22g:cpuitkta4u8s73du51m0 with peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo= with score 2.875484 for network [10.3.0.0/16]
2024-07-04T14:12:11+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpu30gta4u8s73f5d22g:cpuitlla4u8s73du51n0 with peer 2XsMJhp8X8LCRknyVWfZWDKAmfDgjpy13EdkCLwDgBs= with score 0.876873 for network [10.3.0.0/16]
2024-07-04T14:12:11+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpuj1v5a4u8s73du51og:cpuitlla4u8s73du51n0 with peer 2XsMJhp8X8LCRknyVWfZWDKAmfDgjpy13EdkCLwDgBs= with score 0.876873 for network [0.0.0.0/0]
2024-07-04T14:12:15+02:00 INFO client/internal/peer/conn.go:362: connected to peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo=, endpoint address: 10.3.90.209:51820
2024-07-04T14:12:15+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpuj1v5a4u8s73du51og:cpuitkta4u8s73du51m0 with peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo= with score 2.875484 for network [0.0.0.0/0]
2024-07-04T14:12:15+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpu30gta4u8s73f5d22g:cpuitkta4u8s73du51m0 with peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo= with score 2.875484 for network [10.3.0.0/16]
2024-07-04T14:12:21+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpuj1v5a4u8s73du51og:cpuitlla4u8s73du51n0 with peer 2XsMJhp8X8LCRknyVWfZWDKAmfDgjpy13EdkCLwDgBs= with score 0.877509 for network [0.0.0.0/0]
2024-07-04T14:12:21+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpu30gta4u8s73f5d22g:cpuitlla4u8s73du51n0 with peer 2XsMJhp8X8LCRknyVWfZWDKAmfDgjpy13EdkCLwDgBs= with score 0.877509 for network [10.3.0.0/16]
2024-07-04T14:12:25+02:00 INFO client/internal/peer/conn.go:362: connected to peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo=, endpoint address: 10.3.90.209:51820
2024-07-04T14:12:25+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpu30gta4u8s73f5d22g:cpuitkta4u8s73du51m0 with peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo= with score 2.875484 for network [10.3.0.0/16]
2024-07-04T14:12:25+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpuj1v5a4u8s73du51og:cpuitkta4u8s73du51m0 with peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo= with score 2.875484 for network [0.0.0.0/0]
2024-07-04T14:12:31+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpuj1v5a4u8s73du51og:cpuitlla4u8s73du51n0 with peer 2XsMJhp8X8LCRknyVWfZWDKAmfDgjpy13EdkCLwDgBs= with score 0.864090 for network [0.0.0.0/0]
2024-07-04T14:12:31+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpu30gta4u8s73f5d22g:cpuitlla4u8s73du51n0 with peer 2XsMJhp8X8LCRknyVWfZWDKAmfDgjpy13EdkCLwDgBs= with score 0.864090 for network [10.3.0.0/16]
2024-07-04T14:12:35+02:00 INFO client/internal/peer/conn.go:362: connected to peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo=, endpoint address: 10.3.90.209:51820
2024-07-04T14:12:35+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpuj1v5a4u8s73du51og:cpuitkta4u8s73du51m0 with peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo= with score 2.875484 for network [0.0.0.0/0]
2024-07-04T14:12:35+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpu30gta4u8s73f5d22g:cpuitkta4u8s73du51m0 with peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo= with score 2.875484 for network [10.3.0.0/16]
2024-07-04T14:12:41+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpu30gta4u8s73f5d22g:cpuitlla4u8s73du51n0 with peer 2XsMJhp8X8LCRknyVWfZWDKAmfDgjpy13EdkCLwDgBs= with score 0.878385 for network [10.3.0.0/16]
2024-07-04T14:12:41+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpuj1v5a4u8s73du51og:cpuitlla4u8s73du51n0 with peer 2XsMJhp8X8LCRknyVWfZWDKAmfDgjpy13EdkCLwDgBs= with score 0.878385 for network [0.0.0.0/0]
2024-07-04T14:12:45+02:00 INFO client/internal/peer/conn.go:362: connected to peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo=, endpoint address: 10.3.90.209:51820
2024-07-04T14:12:45+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpu30gta4u8s73f5d22g:cpuitkta4u8s73du51m0 with peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo= with score 2.875484 for network [10.3.0.0/16]
2024-07-04T14:12:45+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpuj1v5a4u8s73du51og:cpuitkta4u8s73du51m0 with peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo= with score 2.875484 for network [0.0.0.0/0]
2024-07-04T14:12:51+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpuj1v5a4u8s73du51og:cpuitlla4u8s73du51n0 with peer 2XsMJhp8X8LCRknyVWfZWDKAmfDgjpy13EdkCLwDgBs= with score 0.880014 for network [0.0.0.0/0]
2024-07-04T14:12:51+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpu30gta4u8s73f5d22g:cpuitlla4u8s73du51n0 with peer 2XsMJhp8X8LCRknyVWfZWDKAmfDgjpy13EdkCLwDgBs= with score 0.880014 for network [10.3.0.0/16]
2024-07-04T14:12:55+02:00 INFO client/internal/peer/conn.go:362: connected to peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo=, endpoint address: 10.3.90.209:51820
2024-07-04T14:12:55+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpuj1v5a4u8s73du51og:cpuitkta4u8s73du51m0 with peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo= with score 2.875484 for network [0.0.0.0/0]
2024-07-04T14:12:55+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpu30gta4u8s73f5d22g:cpuitkta4u8s73du51m0 with peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo= with score 2.875484 for network [10.3.0.0/16]
2024-07-04T14:13:01+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpuj1v5a4u8s73du51og:cpuitlla4u8s73du51n0 with peer 2XsMJhp8X8LCRknyVWfZWDKAmfDgjpy13EdkCLwDgBs= with score 0.879401 for network [0.0.0.0/0]
2024-07-04T14:13:01+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpu30gta4u8s73f5d22g:cpuitlla4u8s73du51n0 with peer 2XsMJhp8X8LCRknyVWfZWDKAmfDgjpy13EdkCLwDgBs= with score 0.879401 for network [10.3.0.0/16]
2024-07-04T14:13:05+02:00 INFO client/internal/peer/conn.go:362: connected to peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo=, endpoint address: 10.3.90.209:51820
2024-07-04T14:13:05+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpuj1v5a4u8s73du51og:cpuitkta4u8s73du51m0 with peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo= with score 2.875484 for network [0.0.0.0/0]
2024-07-04T14:13:05+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpu30gta4u8s73f5d22g:cpuitkta4u8s73du51m0 with peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo= with score 2.875484 for network [10.3.0.0/16]
2024-07-04T14:13:11+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpuj1v5a4u8s73du51og:cpuitlla4u8s73du51n0 with peer 2XsMJhp8X8LCRknyVWfZWDKAmfDgjpy13EdkCLwDgBs= with score 0.879494 for network [0.0.0.0/0]
2024-07-04T14:13:11+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpu30gta4u8s73f5d22g:cpuitlla4u8s73du51n0 with peer 2XsMJhp8X8LCRknyVWfZWDKAmfDgjpy13EdkCLwDgBs= with score 0.879494 for network [10.3.0.0/16]
2024-07-04T14:13:15+02:00 INFO client/internal/peer/conn.go:362: connected to peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo=, endpoint address: 10.3.90.209:51820
2024-07-04T14:13:15+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpu30gta4u8s73f5d22g:cpuitkta4u8s73du51m0 with peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo= with score 2.875484 for network [10.3.0.0/16]
2024-07-04T14:13:15+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpuj1v5a4u8s73du51og:cpuitkta4u8s73du51m0 with peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo= with score 2.875484 for network [0.0.0.0/0]
2024-07-04T14:13:21+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpuj1v5a4u8s73du51og:cpuitlla4u8s73du51n0 with peer 2XsMJhp8X8LCRknyVWfZWDKAmfDgjpy13EdkCLwDgBs= with score 0.878681 for network [0.0.0.0/0]
2024-07-04T14:13:21+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpu30gta4u8s73f5d22g:cpuitlla4u8s73du51n0 with peer 2XsMJhp8X8LCRknyVWfZWDKAmfDgjpy13EdkCLwDgBs= with score 0.878681 for network [10.3.0.0/16]
2024-07-04T14:13:25+02:00 INFO client/internal/peer/conn.go:362: connected to peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo=, endpoint address: 10.3.90.209:51820
2024-07-04T14:13:25+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpuj1v5a4u8s73du51og:cpuitkta4u8s73du51m0 with peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo= with score 2.875484 for network [0.0.0.0/0]
2024-07-04T14:13:25+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpu30gta4u8s73f5d22g:cpuitkta4u8s73du51m0 with peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo= with score 2.875484 for network [10.3.0.0/16]
2024-07-04T14:13:31+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpu30gta4u8s73f5d22g:cpuitlla4u8s73du51n0 with peer 2XsMJhp8X8LCRknyVWfZWDKAmfDgjpy13EdkCLwDgBs= with score 0.876027 for network [10.3.0.0/16]
2024-07-04T14:13:31+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpuj1v5a4u8s73du51og:cpuitlla4u8s73du51n0 with peer 2XsMJhp8X8LCRknyVWfZWDKAmfDgjpy13EdkCLwDgBs= with score 0.876027 for network [0.0.0.0/0]
2024-07-04T14:13:35+02:00 INFO client/internal/peer/conn.go:362: connected to peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo=, endpoint address: 10.3.90.209:51820
2024-07-04T14:13:35+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpuj1v5a4u8s73du51og:cpuitkta4u8s73du51m0 with peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo= with score 2.875484 for network [0.0.0.0/0]
2024-07-04T14:13:35+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpu30gta4u8s73f5d22g:cpuitkta4u8s73du51m0 with peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo= with score 2.875484 for network [10.3.0.0/16]
2024-07-04T14:13:41+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpu30gta4u8s73f5d22g:cpuitlla4u8s73du51n0 with peer 2XsMJhp8X8LCRknyVWfZWDKAmfDgjpy13EdkCLwDgBs= with score 0.879922 for network [10.3.0.0/16]
2024-07-04T14:13:41+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpuj1v5a4u8s73du51og:cpuitlla4u8s73du51n0 with peer 2XsMJhp8X8LCRknyVWfZWDKAmfDgjpy13EdkCLwDgBs= with score 0.879922 for network [0.0.0.0/0]
2024-07-04T14:13:44+02:00 INFO client/internal/peer/conn.go:362: connected to peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo=, endpoint address: 10.3.90.209:51820
2024-07-04T14:13:44+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpu30gta4u8s73f5d22g:cpuitkta4u8s73du51m0 with peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo= with score 2.875484 for network [10.3.0.0/16]
2024-07-04T14:13:44+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpuj1v5a4u8s73du51og:cpuitkta4u8s73du51m0 with peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo= with score 2.875484 for network [0.0.0.0/0]
2024-07-04T14:13:50+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpuj1v5a4u8s73du51og:cpuitlla4u8s73du51n0 with peer 2XsMJhp8X8LCRknyVWfZWDKAmfDgjpy13EdkCLwDgBs= with score 0.879063 for network [0.0.0.0/0]
2024-07-04T14:13:50+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpu30gta4u8s73f5d22g:cpuitlla4u8s73du51n0 with peer 2XsMJhp8X8LCRknyVWfZWDKAmfDgjpy13EdkCLwDgBs= with score 0.879063 for network [10.3.0.0/16]
2024-07-04T14:13:54+02:00 INFO client/internal/peer/conn.go:362: connected to peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo=, endpoint address: 10.3.90.209:51820
2024-07-04T14:13:54+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpuj1v5a4u8s73du51og:cpuitkta4u8s73du51m0 with peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo= with score 2.875484 for network [0.0.0.0/0]
2024-07-04T14:13:54+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpu30gta4u8s73f5d22g:cpuitkta4u8s73du51m0 with peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo= with score 2.875484 for network [10.3.0.0/16]
2024-07-04T14:14:01+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpu30gta4u8s73f5d22g:cpuitlla4u8s73du51n0 with peer 2XsMJhp8X8LCRknyVWfZWDKAmfDgjpy13EdkCLwDgBs= with score 0.878803 for network [10.3.0.0/16]
2024-07-04T14:14:01+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpuj1v5a4u8s73du51og:cpuitlla4u8s73du51n0 with peer 2XsMJhp8X8LCRknyVWfZWDKAmfDgjpy13EdkCLwDgBs= with score 0.878803 for network [0.0.0.0/0]
2024-07-04T14:14:04+02:00 INFO client/internal/peer/conn.go:362: connected to peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo=, endpoint address: 10.3.90.209:51820
2024-07-04T14:14:04+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpuj1v5a4u8s73du51og:cpuitkta4u8s73du51m0 with peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo= with score 2.875484 for network [0.0.0.0/0]
2024-07-04T14:14:04+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpu30gta4u8s73f5d22g:cpuitkta4u8s73du51m0 with peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo= with score 2.875484 for network [10.3.0.0/16]
2024-07-04T14:14:10+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpuj1v5a4u8s73du51og:cpuitlla4u8s73du51n0 with peer 2XsMJhp8X8LCRknyVWfZWDKAmfDgjpy13EdkCLwDgBs= with score 0.879765 for network [0.0.0.0/0]
2024-07-04T14:14:10+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpu30gta4u8s73f5d22g:cpuitlla4u8s73du51n0 with peer 2XsMJhp8X8LCRknyVWfZWDKAmfDgjpy13EdkCLwDgBs= with score 0.879765 for network [10.3.0.0/16]
2024-07-04T14:14:14+02:00 INFO client/internal/peer/conn.go:362: connected to peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo=, endpoint address: 10.3.90.209:51820
2024-07-04T14:14:14+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpu30gta4u8s73f5d22g:cpuitkta4u8s73du51m0 with peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo= with score 2.875484 for network [10.3.0.0/16]
2024-07-04T14:14:14+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpuj1v5a4u8s73du51og:cpuitkta4u8s73du51m0 with peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo= with score 2.875484 for network [0.0.0.0/0]
2024-07-04T14:14:20+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpuj1v5a4u8s73du51og:cpuitlla4u8s73du51n0 with peer 2XsMJhp8X8LCRknyVWfZWDKAmfDgjpy13EdkCLwDgBs= with score 0.878156 for network [0.0.0.0/0]
2024-07-04T14:14:20+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpu30gta4u8s73f5d22g:cpuitlla4u8s73du51n0 with peer 2XsMJhp8X8LCRknyVWfZWDKAmfDgjpy13EdkCLwDgBs= with score 0.878156 for network [10.3.0.0/16]
2024-07-04T14:14:24+02:00 INFO client/internal/peer/conn.go:362: connected to peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo=, endpoint address: 10.3.90.209:51820
2024-07-04T14:14:24+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpu30gta4u8s73f5d22g:cpuitkta4u8s73du51m0 with peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo= with score 2.875484 for network [10.3.0.0/16]
2024-07-04T14:14:24+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpuj1v5a4u8s73du51og:cpuitkta4u8s73du51m0 with peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo= with score 2.875484 for network [0.0.0.0/0]
2024-07-04T14:14:30+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpuj1v5a4u8s73du51og:cpuitlla4u8s73du51n0 with peer 2XsMJhp8X8LCRknyVWfZWDKAmfDgjpy13EdkCLwDgBs= with score 0.879349 for network [0.0.0.0/0]
2024-07-04T14:14:30+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpu30gta4u8s73f5d22g:cpuitlla4u8s73du51n0 with peer 2XsMJhp8X8LCRknyVWfZWDKAmfDgjpy13EdkCLwDgBs= with score 0.879349 for network [10.3.0.0/16]
2024-07-04T14:14:33+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpuj1v5a4u8s73du51og:cpuitkta4u8s73du51m0 with peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo= with score 2.875484 for network [0.0.0.0/0]
2024-07-04T14:14:33+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpu30gta4u8s73f5d22g:cpuitkta4u8s73du51m0 with peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo= with score 2.875484 for network [10.3.0.0/16]
2024-07-04T14:14:33+02:00 INFO client/internal/peer/conn.go:362: connected to peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo=, endpoint address: 10.3.90.209:51820
2024-07-04T14:14:39+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpuj1v5a4u8s73du51og:cpuitlla4u8s73du51n0 with peer 2XsMJhp8X8LCRknyVWfZWDKAmfDgjpy13EdkCLwDgBs= with score 0.878820 for network [0.0.0.0/0]
2024-07-04T14:14:39+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpu30gta4u8s73f5d22g:cpuitlla4u8s73du51n0 with peer 2XsMJhp8X8LCRknyVWfZWDKAmfDgjpy13EdkCLwDgBs= with score 0.878820 for network [10.3.0.0/16]
2024-07-04T14:14:42+02:00 INFO client/internal/peer/conn.go:362: connected to peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo=, endpoint address: 10.3.90.209:51820
2024-07-04T14:14:42+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpuj1v5a4u8s73du51og:cpuitkta4u8s73du51m0 with peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo= with score 2.875484 for network [0.0.0.0/0]
2024-07-04T14:14:42+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpu30gta4u8s73f5d22g:cpuitkta4u8s73du51m0 with peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo= with score 2.875484 for network [10.3.0.0/16]
2024-07-04T14:14:49+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpuj1v5a4u8s73du51og:cpuitlla4u8s73du51n0 with peer 2XsMJhp8X8LCRknyVWfZWDKAmfDgjpy13EdkCLwDgBs= with score 0.878854 for network [0.0.0.0/0]
2024-07-04T14:14:49+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpu30gta4u8s73f5d22g:cpuitlla4u8s73du51n0 with peer 2XsMJhp8X8LCRknyVWfZWDKAmfDgjpy13EdkCLwDgBs= with score 0.878854 for network [10.3.0.0/16]
2024-07-04T14:14:52+02:00 INFO client/internal/peer/conn.go:362: connected to peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo=, endpoint address: 10.3.90.209:51820
2024-07-04T14:14:52+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpuj1v5a4u8s73du51og:cpuitkta4u8s73du51m0 with peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo= with score 2.875484 for network [0.0.0.0/0]
2024-07-04T14:14:52+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpu30gta4u8s73f5d22g:cpuitkta4u8s73du51m0 with peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo= with score 2.875484 for network [10.3.0.0/16]
2024-07-04T14:14:58+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpuj1v5a4u8s73du51og:cpuitlla4u8s73du51n0 with peer 2XsMJhp8X8LCRknyVWfZWDKAmfDgjpy13EdkCLwDgBs= with score 0.880142 for network [0.0.0.0/0]
2024-07-04T14:14:58+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpu30gta4u8s73f5d22g:cpuitlla4u8s73du51n0 with peer 2XsMJhp8X8LCRknyVWfZWDKAmfDgjpy13EdkCLwDgBs= with score 0.880142 for network [10.3.0.0/16]
2024-07-04T14:15:02+02:00 INFO client/internal/peer/conn.go:362: connected to peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo=, endpoint address: 10.3.90.209:51820
2024-07-04T14:15:02+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpu30gta4u8s73f5d22g:cpuitkta4u8s73du51m0 with peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo= with score 2.875484 for network [10.3.0.0/16]
2024-07-04T14:15:02+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpuj1v5a4u8s73du51og:cpuitkta4u8s73du51m0 with peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo= with score 2.875484 for network [0.0.0.0/0]
2024-07-04T14:15:08+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpuj1v5a4u8s73du51og:cpuitlla4u8s73du51n0 with peer 2XsMJhp8X8LCRknyVWfZWDKAmfDgjpy13EdkCLwDgBs= with score 0.877977 for network [0.0.0.0/0]
2024-07-04T14:15:08+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpu30gta4u8s73f5d22g:cpuitlla4u8s73du51n0 with peer 2XsMJhp8X8LCRknyVWfZWDKAmfDgjpy13EdkCLwDgBs= with score 0.877977 for network [10.3.0.0/16]
2024-07-04T14:15:12+02:00 INFO client/internal/peer/conn.go:362: connected to peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo=, endpoint address: 10.3.90.209:51820
2024-07-04T14:15:12+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpu30gta4u8s73f5d22g:cpuitkta4u8s73du51m0 with peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo= with score 2.875484 for network [10.3.0.0/16]
2024-07-04T14:15:12+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpuj1v5a4u8s73du51og:cpuitkta4u8s73du51m0 with peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo= with score 2.875484 for network [0.0.0.0/0]
2024-07-04T14:15:18+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpu30gta4u8s73f5d22g:cpuitlla4u8s73du51n0 with peer 2XsMJhp8X8LCRknyVWfZWDKAmfDgjpy13EdkCLwDgBs= with score 0.880091 for network [10.3.0.0/16]
2024-07-04T14:15:18+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpuj1v5a4u8s73du51og:cpuitlla4u8s73du51n0 with peer 2XsMJhp8X8LCRknyVWfZWDKAmfDgjpy13EdkCLwDgBs= with score 0.880091 for network [0.0.0.0/0]
2024-07-04T14:15:23+02:00 INFO client/internal/peer/conn.go:362: connected to peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo=, endpoint address: 10.3.90.209:51820
2024-07-04T14:15:23+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpuj1v5a4u8s73du51og:cpuitkta4u8s73du51m0 with peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo= with score 2.875484 for network [0.0.0.0/0]
2024-07-04T14:15:23+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpu30gta4u8s73f5d22g:cpuitkta4u8s73du51m0 with peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo= with score 2.875484 for network [10.3.0.0/16]
2024-07-04T14:15:29+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpu30gta4u8s73f5d22g:cpuitlla4u8s73du51n0 with peer 2XsMJhp8X8LCRknyVWfZWDKAmfDgjpy13EdkCLwDgBs= with score 0.878801 for network [10.3.0.0/16]
2024-07-04T14:15:29+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpuj1v5a4u8s73du51og:cpuitlla4u8s73du51n0 with peer 2XsMJhp8X8LCRknyVWfZWDKAmfDgjpy13EdkCLwDgBs= with score 0.878801 for network [0.0.0.0/0]
2024-07-04T14:15:32+02:00 INFO client/internal/peer/conn.go:362: connected to peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo=, endpoint address: 10.3.90.209:51820
2024-07-04T14:15:32+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpu30gta4u8s73f5d22g:cpuitkta4u8s73du51m0 with peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo= with score 2.875484 for network [10.3.0.0/16]
2024-07-04T14:15:32+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpuj1v5a4u8s73du51og:cpuitkta4u8s73du51m0 with peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo= with score 2.875484 for network [0.0.0.0/0]
2024-07-04T14:15:38+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpuj1v5a4u8s73du51og:cpuitlla4u8s73du51n0 with peer 2XsMJhp8X8LCRknyVWfZWDKAmfDgjpy13EdkCLwDgBs= with score 0.878943 for network [0.0.0.0/0]
2024-07-04T14:15:38+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpu30gta4u8s73f5d22g:cpuitlla4u8s73du51n0 with peer 2XsMJhp8X8LCRknyVWfZWDKAmfDgjpy13EdkCLwDgBs= with score 0.878943 for network [10.3.0.0/16]
2024-07-04T14:15:42+02:00 INFO client/internal/peer/conn.go:362: connected to peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo=, endpoint address: 10.3.90.209:51820
2024-07-04T14:15:42+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpu30gta4u8s73f5d22g:cpuitkta4u8s73du51m0 with peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo= with score 2.875484 for network [10.3.0.0/16]
2024-07-04T14:15:42+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpuj1v5a4u8s73du51og:cpuitkta4u8s73du51m0 with peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo= with score 2.875484 for network [0.0.0.0/0]
2024-07-04T14:15:48+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpuj1v5a4u8s73du51og:cpuitlla4u8s73du51n0 with peer 2XsMJhp8X8LCRknyVWfZWDKAmfDgjpy13EdkCLwDgBs= with score 0.879070 for network [0.0.0.0/0]
2024-07-04T14:15:48+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpu30gta4u8s73f5d22g:cpuitlla4u8s73du51n0 with peer 2XsMJhp8X8LCRknyVWfZWDKAmfDgjpy13EdkCLwDgBs= with score 0.879070 for network [10.3.0.0/16]
2024-07-04T14:15:52+02:00 INFO client/internal/peer/conn.go:362: connected to peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo=, endpoint address: 10.3.90.209:51820
2024-07-04T14:15:52+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpu30gta4u8s73f5d22g:cpuitkta4u8s73du51m0 with peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo= with score 2.875484 for network [10.3.0.0/16]
2024-07-04T14:15:52+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpuj1v5a4u8s73du51og:cpuitkta4u8s73du51m0 with peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo= with score 2.875484 for network [0.0.0.0/0]
2024-07-04T14:15:58+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpu30gta4u8s73f5d22g:cpuitlla4u8s73du51n0 with peer 2XsMJhp8X8LCRknyVWfZWDKAmfDgjpy13EdkCLwDgBs= with score 0.879015 for network [10.3.0.0/16]
2024-07-04T14:15:58+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpuj1v5a4u8s73du51og:cpuitlla4u8s73du51n0 with peer 2XsMJhp8X8LCRknyVWfZWDKAmfDgjpy13EdkCLwDgBs= with score 0.879015 for network [0.0.0.0/0]
2024-07-04T14:16:02+02:00 INFO client/internal/peer/conn.go:362: connected to peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo=, endpoint address: 10.3.90.209:51820
2024-07-04T14:16:02+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpu30gta4u8s73f5d22g:cpuitkta4u8s73du51m0 with peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo= with score 2.875484 for network [10.3.0.0/16]
2024-07-04T14:16:02+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpuj1v5a4u8s73du51og:cpuitkta4u8s73du51m0 with peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo= with score 2.875484 for network [0.0.0.0/0]
2024-07-04T14:16:08+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpu30gta4u8s73f5d22g:cpuitlla4u8s73du51n0 with peer 2XsMJhp8X8LCRknyVWfZWDKAmfDgjpy13EdkCLwDgBs= with score 0.878873 for network [10.3.0.0/16]
2024-07-04T14:16:08+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpuj1v5a4u8s73du51og:cpuitlla4u8s73du51n0 with peer 2XsMJhp8X8LCRknyVWfZWDKAmfDgjpy13EdkCLwDgBs= with score 0.878873 for network [0.0.0.0/0]
2024-07-04T14:16:13+02:00 INFO client/internal/peer/conn.go:362: connected to peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo=, endpoint address: 10.3.90.209:51820
2024-07-04T14:16:13+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpuj1v5a4u8s73du51og:cpuitkta4u8s73du51m0 with peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo= with score 2.875484 for network [0.0.0.0/0]
2024-07-04T14:16:13+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpu30gta4u8s73f5d22g:cpuitkta4u8s73du51m0 with peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo= with score 2.875484 for network [10.3.0.0/16]
2024-07-04T14:16:19+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpuj1v5a4u8s73du51og:cpuitlla4u8s73du51n0 with peer 2XsMJhp8X8LCRknyVWfZWDKAmfDgjpy13EdkCLwDgBs= with score 0.879238 for network [0.0.0.0/0]
2024-07-04T14:16:19+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpu30gta4u8s73f5d22g:cpuitlla4u8s73du51n0 with peer 2XsMJhp8X8LCRknyVWfZWDKAmfDgjpy13EdkCLwDgBs= with score 0.879238 for network [10.3.0.0/16]
2024-07-04T14:16:22+02:00 INFO client/internal/peer/conn.go:362: connected to peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo=, endpoint address: 10.3.90.209:51820
2024-07-04T14:16:22+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpuj1v5a4u8s73du51og:cpuitkta4u8s73du51m0 with peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo= with score 2.875484 for network [0.0.0.0/0]
2024-07-04T14:16:22+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpu30gta4u8s73f5d22g:cpuitkta4u8s73du51m0 with peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo= with score 2.875484 for network [10.3.0.0/16]
2024-07-04T14:16:28+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpuj1v5a4u8s73du51og:cpuitlla4u8s73du51n0 with peer 2XsMJhp8X8LCRknyVWfZWDKAmfDgjpy13EdkCLwDgBs= with score 0.879600 for network [0.0.0.0/0]
2024-07-04T14:16:28+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpu30gta4u8s73f5d22g:cpuitlla4u8s73du51n0 with peer 2XsMJhp8X8LCRknyVWfZWDKAmfDgjpy13EdkCLwDgBs= with score 0.879600 for network [10.3.0.0/16]
2024-07-04T14:16:31+02:00 INFO client/internal/peer/conn.go:362: connected to peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo=, endpoint address: 10.3.90.209:51820
2024-07-04T14:16:31+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpuj1v5a4u8s73du51og:cpuitkta4u8s73du51m0 with peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo= with score 2.875484 for network [0.0.0.0/0]
2024-07-04T14:16:31+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpu30gta4u8s73f5d22g:cpuitkta4u8s73du51m0 with peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo= with score 2.875484 for network [10.3.0.0/16]
2024-07-04T14:16:38+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpuj1v5a4u8s73du51og:cpuitlla4u8s73du51n0 with peer 2XsMJhp8X8LCRknyVWfZWDKAmfDgjpy13EdkCLwDgBs= with score 0.878165 for network [0.0.0.0/0]
2024-07-04T14:16:38+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpu30gta4u8s73f5d22g:cpuitlla4u8s73du51n0 with peer 2XsMJhp8X8LCRknyVWfZWDKAmfDgjpy13EdkCLwDgBs= with score 0.878165 for network [10.3.0.0/16]
2024-07-04T14:16:41+02:00 INFO client/internal/peer/conn.go:362: connected to peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo=, endpoint address: 10.3.90.209:51820
2024-07-04T14:16:41+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpuj1v5a4u8s73du51og:cpuitkta4u8s73du51m0 with peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo= with score 2.875484 for network [0.0.0.0/0]
2024-07-04T14:16:41+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpu30gta4u8s73f5d22g:cpuitkta4u8s73du51m0 with peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo= with score 2.875484 for network [10.3.0.0/16]
2024-07-04T14:16:47+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpu30gta4u8s73f5d22g:cpuitlla4u8s73du51n0 with peer 2XsMJhp8X8LCRknyVWfZWDKAmfDgjpy13EdkCLwDgBs= with score 0.878921 for network [10.3.0.0/16]
2024-07-04T14:16:47+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpuj1v5a4u8s73du51og:cpuitlla4u8s73du51n0 with peer 2XsMJhp8X8LCRknyVWfZWDKAmfDgjpy13EdkCLwDgBs= with score 0.878921 for network [0.0.0.0/0]
2024-07-04T14:16:51+02:00 INFO client/internal/peer/conn.go:362: connected to peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo=, endpoint address: 10.3.90.209:51820
2024-07-04T14:16:51+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpuj1v5a4u8s73du51og:cpuitkta4u8s73du51m0 with peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo= with score 2.875484 for network [0.0.0.0/0]
2024-07-04T14:16:51+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpu30gta4u8s73f5d22g:cpuitkta4u8s73du51m0 with peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo= with score 2.875484 for network [10.3.0.0/16]
2024-07-04T14:16:57+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpuj1v5a4u8s73du51og:cpuitlla4u8s73du51n0 with peer 2XsMJhp8X8LCRknyVWfZWDKAmfDgjpy13EdkCLwDgBs= with score 0.878377 for network [0.0.0.0/0]
2024-07-04T14:16:57+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpu30gta4u8s73f5d22g:cpuitlla4u8s73du51n0 with peer 2XsMJhp8X8LCRknyVWfZWDKAmfDgjpy13EdkCLwDgBs= with score 0.878377 for network [10.3.0.0/16]
2024-07-04T14:17:01+02:00 INFO client/internal/peer/conn.go:362: connected to peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo=, endpoint address: 10.3.90.209:51820
2024-07-04T14:17:01+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpuj1v5a4u8s73du51og:cpuitkta4u8s73du51m0 with peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo= with score 2.875484 for network [0.0.0.0/0]
2024-07-04T14:17:01+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpu30gta4u8s73f5d22g:cpuitkta4u8s73du51m0 with peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo= with score 2.875484 for network [10.3.0.0/16]
2024-07-04T14:17:07+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpu30gta4u8s73f5d22g:cpuitlla4u8s73du51n0 with peer 2XsMJhp8X8LCRknyVWfZWDKAmfDgjpy13EdkCLwDgBs= with score 0.878849 for network [10.3.0.0/16]
2024-07-04T14:17:07+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpuj1v5a4u8s73du51og:cpuitlla4u8s73du51n0 with peer 2XsMJhp8X8LCRknyVWfZWDKAmfDgjpy13EdkCLwDgBs= with score 0.878849 for network [0.0.0.0/0]
2024-07-04T14:17:11+02:00 INFO client/internal/peer/conn.go:362: connected to peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo=, endpoint address: 10.3.90.209:51820
2024-07-04T14:17:11+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpu30gta4u8s73f5d22g:cpuitkta4u8s73du51m0 with peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo= with score 2.875484 for network [10.3.0.0/16]
2024-07-04T14:17:11+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpuj1v5a4u8s73du51og:cpuitkta4u8s73du51m0 with peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo= with score 2.875484 for network [0.0.0.0/0]
2024-07-04T14:17:17+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpuj1v5a4u8s73du51og:cpuitlla4u8s73du51n0 with peer 2XsMJhp8X8LCRknyVWfZWDKAmfDgjpy13EdkCLwDgBs= with score 0.879954 for network [0.0.0.0/0]
2024-07-04T14:17:17+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpu30gta4u8s73f5d22g:cpuitlla4u8s73du51n0 with peer 2XsMJhp8X8LCRknyVWfZWDKAmfDgjpy13EdkCLwDgBs= with score 0.879954 for network [10.3.0.0/16]
2024-07-04T14:17:20+02:00 INFO client/internal/peer/conn.go:362: connected to peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo=, endpoint address: 10.3.90.209:51820
2024-07-04T14:17:20+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpuj1v5a4u8s73du51og:cpuitkta4u8s73du51m0 with peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo= with score 2.875484 for network [0.0.0.0/0]
2024-07-04T14:17:20+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpu30gta4u8s73f5d22g:cpuitkta4u8s73du51m0 with peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo= with score 2.875484 for network [10.3.0.0/16]
2024-07-04T14:17:26+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpuj1v5a4u8s73du51og:cpuitlla4u8s73du51n0 with peer 2XsMJhp8X8LCRknyVWfZWDKAmfDgjpy13EdkCLwDgBs= with score 0.879357 for network [0.0.0.0/0]
2024-07-04T14:17:26+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpu30gta4u8s73f5d22g:cpuitlla4u8s73du51n0 with peer 2XsMJhp8X8LCRknyVWfZWDKAmfDgjpy13EdkCLwDgBs= with score 0.879357 for network [10.3.0.0/16]
2024-07-04T14:17:30+02:00 INFO client/internal/peer/conn.go:362: connected to peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo=, endpoint address: 10.3.90.209:51820
2024-07-04T14:17:30+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpuj1v5a4u8s73du51og:cpuitkta4u8s73du51m0 with peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo= with score 2.872098 for network [0.0.0.0/0]
2024-07-04T14:17:30+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpu30gta4u8s73f5d22g:cpuitkta4u8s73du51m0 with peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo= with score 2.872098 for network [10.3.0.0/16]
2024-07-04T14:17:36+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpu30gta4u8s73f5d22g:cpuitlla4u8s73du51n0 with peer 2XsMJhp8X8LCRknyVWfZWDKAmfDgjpy13EdkCLwDgBs= with score 0.875640 for network [10.3.0.0/16]
2024-07-04T14:17:36+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpuj1v5a4u8s73du51og:cpuitlla4u8s73du51n0 with peer 2XsMJhp8X8LCRknyVWfZWDKAmfDgjpy13EdkCLwDgBs= with score 0.875640 for network [0.0.0.0/0]
2024-07-04T14:17:40+02:00 INFO client/internal/peer/conn.go:362: connected to peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo=, endpoint address: 10.3.90.209:51820
2024-07-04T14:17:40+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpuj1v5a4u8s73du51og:cpuitkta4u8s73du51m0 with peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo= with score 2.872098 for network [0.0.0.0/0]
2024-07-04T14:17:40+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpu30gta4u8s73f5d22g:cpuitkta4u8s73du51m0 with peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo= with score 2.872098 for network [10.3.0.0/16]
2024-07-04T14:17:46+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpu30gta4u8s73f5d22g:cpuitlla4u8s73du51n0 with peer 2XsMJhp8X8LCRknyVWfZWDKAmfDgjpy13EdkCLwDgBs= with score 0.876708 for network [10.3.0.0/16]
2024-07-04T14:17:46+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpuj1v5a4u8s73du51og:cpuitlla4u8s73du51n0 with peer 2XsMJhp8X8LCRknyVWfZWDKAmfDgjpy13EdkCLwDgBs= with score 0.876708 for network [0.0.0.0/0]
2024-07-04T14:17:49+02:00 INFO client/internal/peer/conn.go:362: connected to peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo=, endpoint address: 10.3.90.209:51820
2024-07-04T14:17:49+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpuj1v5a4u8s73du51og:cpuitkta4u8s73du51m0 with peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo= with score 2.872098 for network [0.0.0.0/0]
2024-07-04T14:17:49+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpu30gta4u8s73f5d22g:cpuitkta4u8s73du51m0 with peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo= with score 2.872098 for network [10.3.0.0/16]
2024-07-04T14:17:55+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpu30gta4u8s73f5d22g:cpuitlla4u8s73du51n0 with peer 2XsMJhp8X8LCRknyVWfZWDKAmfDgjpy13EdkCLwDgBs= with score 0.875378 for network [10.3.0.0/16]
2024-07-04T14:17:55+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpuj1v5a4u8s73du51og:cpuitlla4u8s73du51n0 with peer 2XsMJhp8X8LCRknyVWfZWDKAmfDgjpy13EdkCLwDgBs= with score 0.875378 for network [0.0.0.0/0]
2024-07-04T14:17:59+02:00 INFO client/internal/peer/conn.go:362: connected to peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo=, endpoint address: 10.3.90.209:51820
2024-07-04T14:17:59+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpu30gta4u8s73f5d22g:cpuitkta4u8s73du51m0 with peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo= with score 2.872098 for network [10.3.0.0/16]
2024-07-04T14:17:59+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpuj1v5a4u8s73du51og:cpuitkta4u8s73du51m0 with peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo= with score 2.872098 for network [0.0.0.0/0]
2024-07-04T14:18:05+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpu30gta4u8s73f5d22g:cpuitlla4u8s73du51n0 with peer 2XsMJhp8X8LCRknyVWfZWDKAmfDgjpy13EdkCLwDgBs= with score 0.876750 for network [10.3.0.0/16]
2024-07-04T14:18:05+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpuj1v5a4u8s73du51og:cpuitlla4u8s73du51n0 with peer 2XsMJhp8X8LCRknyVWfZWDKAmfDgjpy13EdkCLwDgBs= with score 0.876750 for network [0.0.0.0/0]
2024-07-04T14:18:08+02:00 INFO client/internal/peer/conn.go:362: connected to peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo=, endpoint address: 10.3.90.209:51820
2024-07-04T14:18:08+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpuj1v5a4u8s73du51og:cpuitkta4u8s73du51m0 with peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo= with score 2.872098 for network [0.0.0.0/0]
2024-07-04T14:18:08+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpu30gta4u8s73f5d22g:cpuitkta4u8s73du51m0 with peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo= with score 2.872098 for network [10.3.0.0/16]
2024-07-04T14:18:14+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpu30gta4u8s73f5d22g:cpuitlla4u8s73du51n0 with peer 2XsMJhp8X8LCRknyVWfZWDKAmfDgjpy13EdkCLwDgBs= with score 0.880613 for network [10.3.0.0/16]
2024-07-04T14:18:14+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpuj1v5a4u8s73du51og:cpuitlla4u8s73du51n0 with peer 2XsMJhp8X8LCRknyVWfZWDKAmfDgjpy13EdkCLwDgBs= with score 0.880613 for network [0.0.0.0/0]
2024-07-04T14:18:18+02:00 INFO client/internal/peer/conn.go:362: connected to peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo=, endpoint address: 10.3.90.209:51820
2024-07-04T14:18:18+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpu30gta4u8s73f5d22g:cpuitkta4u8s73du51m0 with peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo= with score 2.872098 for network [10.3.0.0/16]
2024-07-04T14:18:18+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpuj1v5a4u8s73du51og:cpuitkta4u8s73du51m0 with peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo= with score 2.872098 for network [0.0.0.0/0]

And the above logs just keep on going. Only a disconnection and then connection again can fix the above issue which sometimes needs to happen few times since it can reoccur. Since I have found this out, I have decreased the number of the netbird peers running inside each kubernetes cluster to 1 from 2 and I couldn't reproduce this issue anymore (once routes are chosen, they are simply used because there is just 1 routing peer). This is of course not ideal because whenever we need to do maintenance on the node which runs the netbird client - we are locked out of given VPC access (until the peer starts up again). So I would really like to restore the HA setup if it would prove to be working OK.

I can provide further logs and other troubleshooting details as needed.

@LeszekBlazewski commented on GitHub (Jul 5, 2024): Hey @pascal-fischer , I just wanted to bump this issue as I am observing the same problems. So far I have been loving the product but the high availability setup results in the above issue described by @briemann. **Context** Self hosted netbird server v0.28.4 deployed on public EC2 and netbird routing peers with multiple replicas deployed in three different EKS clusters (each set of routing peers in given cluster is responsible for routing the traffic within the VPC in which it runs). Around 30 users using the whole stack. We are using netbird as a secure way to access our resources running in private subnets. Also all of the netbird routing peers inside kubernetes are running in private subnets and we are spreading them across 3 different availability zones in N.Virginia (which means for each set of peers there are 3 different EC2 nodes in 3 different availability zones). The architecture looks like this: ![image](https://github.com/netbirdio/netbird/assets/34927142/467a731c-c85e-4479-9f83-73a22afe3bba) **TBH I am not 100% sure wether the connections between peers look like this because they are all showing as relay/relay from my macos client (I assume this is due to the fact that the routing k8s peers are in private subnets).** Actually if I could receive some guidance regarding the setup, wether using private subnets for the netbird client peers is suboptimal in terms of going for a public based peers in each VPC since if I get this right, the TCP/UDP hole punching mechanism sends all of the traffic via public internet regardless where the peers are spawned? Still using private subnets (not publicly routable) means that all connections must be relayed, and if the routing peers would be public routable then we could achieve full P2P connections, right? **Netbird setup** <img width="880" alt="image" src="https://github.com/netbirdio/netbird/assets/34927142/cbb415be-031f-4219-8358-106d080cdd82"> **Issue** From time to time, when connecting to netbird from macos client we see a constantly switching routes which result in a situation where the traffic is being routed across those switching peers and the requests either time out or everything loads really slow. In the client logs it looks more or less like this: **Macos client logs** ``` 2024-07-04T14:04:22+02:00 INFO client/internal/connect.go:119: starting NetBird client version 0.28.4 on darwin/arm64 2024-07-04T14:04:24+02:00 INFO client/internal/routemanager/manager.go:133: Routing setup complete 2024-07-04T14:04:24+02:00 INFO signal/client/grpc.go:158: connected to the Signal Service stream 2024-07-04T14:04:24+02:00 INFO client/internal/engine.go:1479: Network monitor is disabled, not starting 2024-07-04T14:04:24+02:00 INFO client/internal/connect.go:267: Netbird engine started, the IP is: 100.102.77.139/16 2024-07-04T14:04:25+02:00 INFO management/client/grpc.go:164: connected to the Management Service stream 2024-07-04T14:04:25+02:00 WARN client/internal/engine.go:587: running SSH server is not permitted 2024-07-04T14:04:25+02:00 WARN client/internal/routemanager/client.go:164: The network [10.3.0.0/16] has not been assigned a routing peer as no peers from the list [7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo= 2XsMJhp8X8LCRknyVWfZWDKAmfDgjpy13EdkCLwDgBs=] are currently connected 2024-07-04T14:04:25+02:00 WARN client/internal/routemanager/client.go:164: The network [10.4.0.0/16] has not been assigned a routing peer as no peers from the list [SShE7zCGnpGEth+h+9pvWZv6HoP0j2JiuoA+g0ag2Vk= zCjlP6SD6UPgBpD13BBn2RlOvKb04MENm9oZXVbDp1w=] are currently connected 2024-07-04T14:04:25+02:00 WARN client/internal/routemanager/client.go:164: The network [10.2.0.0/16] has not been assigned a routing peer as no peers from the list [gMI4O3/mpD2vieMA1fyqdiy6tJ4WpPKs/zCwlglDLl0= B7giAEzzKK0o5LKo/8w0PjjFieNkVg0CAx2CTr8ROCs=] are currently connected 2024-07-04T14:04:25+02:00 WARN client/internal/routemanager/client.go:164: The network [0.0.0.0/0] has not been assigned a routing peer as no peers from the list [7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo= 2XsMJhp8X8LCRknyVWfZWDKAmfDgjpy13EdkCLwDgBs=] are currently connected 2024-07-04T14:04:25+02:00 INFO client/internal/dns/host_darwin.go:91: removing match domains from the system 2024-07-04T14:04:25+02:00 INFO client/internal/dns/host_darwin.go:157: added 1 search domains to the state. Domain list: netbird.selfhosted 2024-07-04T14:04:25+02:00 INFO client/internal/acl/manager.go:52: ACL rules processed in: 100.5µs, total rules count: 2 2024-07-04T14:04:26+02:00 INFO iface/bind/udp_mux_universal.go:168: Address 10.4.92.162:51820 is part of routed network 10.4.0.0/16, refusing to write 2024-07-04T14:04:26+02:00 INFO iface/bind/udp_mux_universal.go:168: Address 10.2.74.144:51820 is part of routed network 10.2.0.0/16, refusing to write 2024-07-04T14:04:27+02:00 INFO iface/bind/udp_mux_universal.go:168: Address 10.2.111.3:51820 is part of routed network 10.2.0.0/16, refusing to write 2024-07-04T14:04:27+02:00 INFO iface/bind/udp_mux_universal.go:168: Address 10.3.67.147:51820 is part of routed network 10.3.0.0/16, refusing to write 2024-07-04T14:04:28+02:00 INFO iface/bind/udp_mux_universal.go:168: Address 10.4.107.160:51820 is part of routed network 10.4.0.0/16, refusing to write 2024-07-04T14:04:28+02:00 ERRO util/net/dialer_nonios.go:64: Failed to call dialer hooks: failed to resolve address :51820: lookup : no such host 2024-07-04T14:04:28+02:00 INFO client/internal/peer/conn.go:362: connected to peer zCjlP6SD6UPgBpD13BBn2RlOvKb04MENm9oZXVbDp1w=, endpoint address: 127.0.0.1:57551 2024-07-04T14:04:28+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpu307da4u8s73f5d220:cpuho8la4u8s73du51g0 with peer zCjlP6SD6UPgBpD13BBn2RlOvKb04MENm9oZXVbDp1w= with score 0.881377 for network [10.4.0.0/16] 2024-07-04T14:04:28+02:00 ERRO util/net/dialer_nonios.go:64: Failed to call dialer hooks: failed to resolve address :51820: lookup : no such host 2024-07-04T14:04:28+02:00 INFO client/internal/peer/conn.go:362: connected to peer gMI4O3/mpD2vieMA1fyqdiy6tJ4WpPKs/zCwlglDLl0=, endpoint address: 127.0.0.1:62831 2024-07-04T14:04:28+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpu3115a4u8s73f5d230:cpuitkta4u8s73du51mg with peer gMI4O3/mpD2vieMA1fyqdiy6tJ4WpPKs/zCwlglDLl0= with score 0.882792 for network [10.2.0.0/16] 2024-07-04T14:04:29+02:00 ERRO util/net/dialer_nonios.go:64: Failed to call dialer hooks: failed to resolve address :51820: lookup : no such host 2024-07-04T14:04:29+02:00 INFO client/internal/peer/conn.go:362: connected to peer B7giAEzzKK0o5LKo/8w0PjjFieNkVg0CAx2CTr8ROCs=, endpoint address: 127.0.0.1:58550 2024-07-04T14:04:29+02:00 ERRO util/net/dialer_nonios.go:64: Failed to call dialer hooks: failed to resolve address :51820: lookup : no such host 2024-07-04T14:04:29+02:00 INFO client/internal/peer/conn.go:362: connected to peer 2XsMJhp8X8LCRknyVWfZWDKAmfDgjpy13EdkCLwDgBs=, endpoint address: 127.0.0.1:53513 2024-07-04T14:04:29+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpu30gta4u8s73f5d22g:cpuitlla4u8s73du51n0 with peer 2XsMJhp8X8LCRknyVWfZWDKAmfDgjpy13EdkCLwDgBs= with score 0.877397 for network [10.3.0.0/16] 2024-07-04T14:04:29+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpuj1v5a4u8s73du51og:cpuitlla4u8s73du51n0 with peer 2XsMJhp8X8LCRknyVWfZWDKAmfDgjpy13EdkCLwDgBs= with score 0.877397 for network [0.0.0.0/0] 2024-07-04T14:04:30+02:00 ERRO util/net/dialer_nonios.go:64: Failed to call dialer hooks: failed to resolve address :51820: lookup : no such host 2024-07-04T14:04:30+02:00 INFO client/internal/peer/conn.go:362: connected to peer SShE7zCGnpGEth+h+9pvWZv6HoP0j2JiuoA+g0ag2Vk=, endpoint address: 127.0.0.1:55834 2024-07-04T14:04:41+02:00 INFO client/internal/peer/conn.go:362: connected to peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo=, endpoint address: 10.3.90.209:51820 2024-07-04T14:04:41+02:00 WARN client/internal/routemanager/client.go:130: peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo= has 0 latency 2024-07-04T14:04:41+02:00 WARN client/internal/routemanager/client.go:130: peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo= has 0 latency 2024-07-04T14:04:41+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpu30gta4u8s73f5d22g:cpuitkta4u8s73du51m0 with peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo= with score 2.000000 for network [10.3.0.0/16] 2024-07-04T14:04:41+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpuj1v5a4u8s73du51og:cpuitkta4u8s73du51m0 with peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo= with score 2.000000 for network [0.0.0.0/0] 2024-07-04T14:04:41+02:00 WARN client/internal/routemanager/client.go:130: peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo= has 0 latency 2024-07-04T14:04:41+02:00 WARN client/internal/routemanager/client.go:130: peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo= has 0 latency 2024-07-04T14:04:41+02:00 WARN client/internal/routemanager/client.go:130: peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo= has 0 latency 2024-07-04T14:04:41+02:00 WARN client/internal/routemanager/client.go:130: peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo= has 0 latency 2024-07-04T14:04:41+02:00 WARN client/internal/routemanager/client.go:130: peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo= has 0 latency 2024-07-04T14:04:47+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpu30gta4u8s73f5d22g:cpuitlla4u8s73du51n0 with peer 2XsMJhp8X8LCRknyVWfZWDKAmfDgjpy13EdkCLwDgBs= with score 0.879870 for network [10.3.0.0/16] 2024-07-04T14:04:47+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpuj1v5a4u8s73du51og:cpuitlla4u8s73du51n0 with peer 2XsMJhp8X8LCRknyVWfZWDKAmfDgjpy13EdkCLwDgBs= with score 0.879870 for network [0.0.0.0/0] 2024-07-04T14:04:51+02:00 INFO client/internal/peer/conn.go:362: connected to peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo=, endpoint address: 10.3.90.209:51820 2024-07-04T14:04:51+02:00 WARN client/internal/routemanager/client.go:130: peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo= has 0 latency 2024-07-04T14:04:51+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpuj1v5a4u8s73du51og:cpuitkta4u8s73du51m0 with peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo= with score 2.000000 for network [0.0.0.0/0] 2024-07-04T14:04:51+02:00 WARN client/internal/routemanager/client.go:130: peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo= has 0 latency 2024-07-04T14:04:51+02:00 WARN client/internal/routemanager/client.go:130: peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo= has 0 latency 2024-07-04T14:04:51+02:00 WARN client/internal/routemanager/client.go:130: peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo= has 0 latency 2024-07-04T14:04:51+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpu30gta4u8s73f5d22g:cpuitkta4u8s73du51m0 with peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo= with score 2.000000 for network [10.3.0.0/16] 2024-07-04T14:04:51+02:00 WARN client/internal/routemanager/client.go:130: peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo= has 0 latency 2024-07-04T14:04:51+02:00 WARN client/internal/routemanager/client.go:130: peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo= has 0 latency 2024-07-04T14:04:51+02:00 WARN client/internal/routemanager/client.go:130: peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo= has 0 latency 2024-07-04T14:04:51+02:00 WARN client/internal/routemanager/client.go:130: peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo= has 0 latency 2024-07-04T14:04:57+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpuj1v5a4u8s73du51og:cpuitlla4u8s73du51n0 with peer 2XsMJhp8X8LCRknyVWfZWDKAmfDgjpy13EdkCLwDgBs= with score 0.876803 for network [0.0.0.0/0] 2024-07-04T14:04:57+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpu30gta4u8s73f5d22g:cpuitlla4u8s73du51n0 with peer 2XsMJhp8X8LCRknyVWfZWDKAmfDgjpy13EdkCLwDgBs= with score 0.876803 for network [10.3.0.0/16] 2024-07-04T14:05:01+02:00 INFO client/internal/peer/conn.go:362: connected to peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo=, endpoint address: 10.3.90.209:51820 2024-07-04T14:05:01+02:00 WARN client/internal/routemanager/client.go:130: peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo= has 0 latency 2024-07-04T14:05:01+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpuj1v5a4u8s73du51og:cpuitkta4u8s73du51m0 with peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo= with score 2.000000 for network [0.0.0.0/0] 2024-07-04T14:05:01+02:00 WARN client/internal/routemanager/client.go:130: peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo= has 0 latency 2024-07-04T14:05:01+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpu30gta4u8s73f5d22g:cpuitkta4u8s73du51m0 with peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo= with score 2.000000 for network [10.3.0.0/16] 2024-07-04T14:05:01+02:00 WARN client/internal/routemanager/client.go:130: peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo= has 0 latency 2024-07-04T14:05:01+02:00 WARN client/internal/routemanager/client.go:130: peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo= has 0 latency 2024-07-04T14:05:01+02:00 WARN client/internal/routemanager/client.go:130: peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo= has 0 latency 2024-07-04T14:05:01+02:00 WARN client/internal/routemanager/client.go:130: peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo= has 0 latency 2024-07-04T14:05:01+02:00 WARN client/internal/routemanager/client.go:130: peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo= has 0 latency 2024-07-04T14:05:01+02:00 WARN client/internal/routemanager/client.go:130: peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo= has 0 latency 2024-07-04T14:05:07+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpuj1v5a4u8s73du51og:cpuitlla4u8s73du51n0 with peer 2XsMJhp8X8LCRknyVWfZWDKAmfDgjpy13EdkCLwDgBs= with score 0.879549 for network [0.0.0.0/0] 2024-07-04T14:05:07+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpu30gta4u8s73f5d22g:cpuitlla4u8s73du51n0 with peer 2XsMJhp8X8LCRknyVWfZWDKAmfDgjpy13EdkCLwDgBs= with score 0.879549 for network [10.3.0.0/16] 2024-07-04T14:05:11+02:00 WARN client/internal/routemanager/client.go:130: peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo= has 0 latency 2024-07-04T14:05:11+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpuj1v5a4u8s73du51og:cpuitkta4u8s73du51m0 with peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo= with score 2.000000 for network [0.0.0.0/0] 2024-07-04T14:05:11+02:00 WARN client/internal/routemanager/client.go:130: peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo= has 0 latency 2024-07-04T14:05:11+02:00 WARN client/internal/routemanager/client.go:130: peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo= has 0 latency 2024-07-04T14:05:11+02:00 INFO client/internal/peer/conn.go:362: connected to peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo=, endpoint address: 10.3.90.209:51820 2024-07-04T14:05:11+02:00 WARN client/internal/routemanager/client.go:130: peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo= has 0 latency 2024-07-04T14:05:11+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpu30gta4u8s73f5d22g:cpuitkta4u8s73du51m0 with peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo= with score 2.000000 for network [10.3.0.0/16] 2024-07-04T14:05:11+02:00 WARN client/internal/routemanager/client.go:130: peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo= has 0 latency 2024-07-04T14:05:11+02:00 WARN client/internal/routemanager/client.go:130: peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo= has 0 latency 2024-07-04T14:05:11+02:00 WARN client/internal/routemanager/client.go:130: peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo= has 0 latency 2024-07-04T14:05:11+02:00 WARN client/internal/routemanager/client.go:130: peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo= has 0 latency 2024-07-04T14:05:17+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpuj1v5a4u8s73du51og:cpuitlla4u8s73du51n0 with peer 2XsMJhp8X8LCRknyVWfZWDKAmfDgjpy13EdkCLwDgBs= with score 0.879403 for network [0.0.0.0/0] 2024-07-04T14:05:17+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpu30gta4u8s73f5d22g:cpuitlla4u8s73du51n0 with peer 2XsMJhp8X8LCRknyVWfZWDKAmfDgjpy13EdkCLwDgBs= with score 0.879403 for network [10.3.0.0/16] 2024-07-04T14:05:21+02:00 INFO client/internal/peer/conn.go:362: connected to peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo=, endpoint address: 10.3.90.209:51820 2024-07-04T14:05:21+02:00 WARN client/internal/routemanager/client.go:130: peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo= has 0 latency 2024-07-04T14:05:21+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpuj1v5a4u8s73du51og:cpuitkta4u8s73du51m0 with peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo= with score 2.000000 for network [0.0.0.0/0] 2024-07-04T14:05:21+02:00 WARN client/internal/routemanager/client.go:130: peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo= has 0 latency 2024-07-04T14:05:21+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpu30gta4u8s73f5d22g:cpuitkta4u8s73du51m0 with peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo= with score 2.000000 for network [10.3.0.0/16] 2024-07-04T14:05:21+02:00 WARN client/internal/routemanager/client.go:130: peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo= has 0 latency 2024-07-04T14:05:21+02:00 WARN client/internal/routemanager/client.go:130: peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo= has 0 latency 2024-07-04T14:05:21+02:00 WARN client/internal/routemanager/client.go:130: peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo= has 0 latency 2024-07-04T14:05:21+02:00 WARN client/internal/routemanager/client.go:130: peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo= has 0 latency 2024-07-04T14:05:21+02:00 WARN client/internal/routemanager/client.go:130: peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo= has 0 latency 2024-07-04T14:05:27+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpu30gta4u8s73f5d22g:cpuitlla4u8s73du51n0 with peer 2XsMJhp8X8LCRknyVWfZWDKAmfDgjpy13EdkCLwDgBs= with score 0.878546 for network [10.3.0.0/16] 2024-07-04T14:05:27+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpuj1v5a4u8s73du51og:cpuitlla4u8s73du51n0 with peer 2XsMJhp8X8LCRknyVWfZWDKAmfDgjpy13EdkCLwDgBs= with score 0.878546 for network [0.0.0.0/0] 2024-07-04T14:05:31+02:00 INFO client/internal/peer/conn.go:362: connected to peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo=, endpoint address: 10.3.90.209:51820 2024-07-04T14:05:31+02:00 WARN client/internal/routemanager/client.go:130: peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo= has 0 latency 2024-07-04T14:05:31+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpuj1v5a4u8s73du51og:cpuitkta4u8s73du51m0 with peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo= with score 2.000000 for network [0.0.0.0/0] 2024-07-04T14:05:31+02:00 WARN client/internal/routemanager/client.go:130: peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo= has 0 latency 2024-07-04T14:05:31+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpu30gta4u8s73f5d22g:cpuitkta4u8s73du51m0 with peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo= with score 2.000000 for network [10.3.0.0/16] 2024-07-04T14:05:31+02:00 WARN client/internal/routemanager/client.go:130: peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo= has 0 latency 2024-07-04T14:05:31+02:00 WARN client/internal/routemanager/client.go:130: peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo= has 0 latency 2024-07-04T14:05:31+02:00 WARN client/internal/routemanager/client.go:130: peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo= has 0 latency 2024-07-04T14:05:31+02:00 WARN client/internal/routemanager/client.go:130: peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo= has 0 latency 2024-07-04T14:05:31+02:00 WARN client/internal/routemanager/client.go:130: peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo= has 0 latency 2024-07-04T14:05:37+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpuj1v5a4u8s73du51og:cpuitlla4u8s73du51n0 with peer 2XsMJhp8X8LCRknyVWfZWDKAmfDgjpy13EdkCLwDgBs= with score 0.877314 for network [0.0.0.0/0] 2024-07-04T14:05:37+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpu30gta4u8s73f5d22g:cpuitlla4u8s73du51n0 with peer 2XsMJhp8X8LCRknyVWfZWDKAmfDgjpy13EdkCLwDgBs= with score 0.877314 for network [10.3.0.0/16] 2024-07-04T14:05:41+02:00 INFO client/internal/peer/conn.go:362: connected to peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo=, endpoint address: 10.3.90.209:51820 2024-07-04T14:05:41+02:00 WARN client/internal/routemanager/client.go:130: peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo= has 0 latency 2024-07-04T14:05:41+02:00 WARN client/internal/routemanager/client.go:130: peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo= has 0 latency 2024-07-04T14:05:41+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpu30gta4u8s73f5d22g:cpuitkta4u8s73du51m0 with peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo= with score 2.000000 for network [10.3.0.0/16] 2024-07-04T14:05:41+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpuj1v5a4u8s73du51og:cpuitkta4u8s73du51m0 with peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo= with score 2.000000 for network [0.0.0.0/0] 2024-07-04T14:05:41+02:00 WARN client/internal/routemanager/client.go:130: peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo= has 0 latency 2024-07-04T14:05:41+02:00 WARN client/internal/routemanager/client.go:130: peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo= has 0 latency 2024-07-04T14:05:41+02:00 WARN client/internal/routemanager/client.go:130: peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo= has 0 latency 2024-07-04T14:05:41+02:00 WARN client/internal/routemanager/client.go:130: peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo= has 0 latency 2024-07-04T14:05:41+02:00 WARN client/internal/routemanager/client.go:130: peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo= has 0 latency 2024-07-04T14:05:47+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpu30gta4u8s73f5d22g:cpuitlla4u8s73du51n0 with peer 2XsMJhp8X8LCRknyVWfZWDKAmfDgjpy13EdkCLwDgBs= with score 0.879302 for network [10.3.0.0/16] 2024-07-04T14:05:47+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpuj1v5a4u8s73du51og:cpuitlla4u8s73du51n0 with peer 2XsMJhp8X8LCRknyVWfZWDKAmfDgjpy13EdkCLwDgBs= with score 0.879302 for network [0.0.0.0/0] 2024-07-04T14:05:50+02:00 INFO client/internal/peer/conn.go:362: connected to peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo=, endpoint address: 10.3.90.209:51820 2024-07-04T14:05:50+02:00 WARN client/internal/routemanager/client.go:130: peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo= has 0 latency 2024-07-04T14:05:50+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpuj1v5a4u8s73du51og:cpuitkta4u8s73du51m0 with peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo= with score 2.000000 for network [0.0.0.0/0] 2024-07-04T14:05:50+02:00 WARN client/internal/routemanager/client.go:130: peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo= has 0 latency 2024-07-04T14:05:50+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpu30gta4u8s73f5d22g:cpuitkta4u8s73du51m0 with peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo= with score 2.000000 for network [10.3.0.0/16] 2024-07-04T14:05:50+02:00 WARN client/internal/routemanager/client.go:130: peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo= has 0 latency 2024-07-04T14:05:50+02:00 WARN client/internal/routemanager/client.go:130: peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo= has 0 latency 2024-07-04T14:05:50+02:00 WARN client/internal/routemanager/client.go:130: peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo= has 0 latency 2024-07-04T14:05:50+02:00 WARN client/internal/routemanager/client.go:130: peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo= has 0 latency 2024-07-04T14:05:50+02:00 WARN client/internal/routemanager/client.go:130: peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo= has 0 latency 2024-07-04T14:05:57+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpuj1v5a4u8s73du51og:cpuitlla4u8s73du51n0 with peer 2XsMJhp8X8LCRknyVWfZWDKAmfDgjpy13EdkCLwDgBs= with score 0.880173 for network [0.0.0.0/0] 2024-07-04T14:05:57+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpu30gta4u8s73f5d22g:cpuitlla4u8s73du51n0 with peer 2XsMJhp8X8LCRknyVWfZWDKAmfDgjpy13EdkCLwDgBs= with score 0.880173 for network [10.3.0.0/16] 2024-07-04T14:06:00+02:00 INFO client/internal/peer/conn.go:362: connected to peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo=, endpoint address: 10.3.90.209:51820 2024-07-04T14:06:00+02:00 WARN client/internal/routemanager/client.go:130: peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo= has 0 latency 2024-07-04T14:06:00+02:00 WARN client/internal/routemanager/client.go:130: peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo= has 0 latency 2024-07-04T14:06:00+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpuj1v5a4u8s73du51og:cpuitkta4u8s73du51m0 with peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo= with score 2.000000 for network [0.0.0.0/0] 2024-07-04T14:06:00+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpu30gta4u8s73f5d22g:cpuitkta4u8s73du51m0 with peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo= with score 2.000000 for network [10.3.0.0/16] 2024-07-04T14:06:00+02:00 WARN client/internal/routemanager/client.go:130: peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo= has 0 latency 2024-07-04T14:06:00+02:00 WARN client/internal/routemanager/client.go:130: peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo= has 0 latency 2024-07-04T14:06:00+02:00 WARN client/internal/routemanager/client.go:130: peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo= has 0 latency 2024-07-04T14:06:00+02:00 WARN client/internal/routemanager/client.go:130: peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo= has 0 latency 2024-07-04T14:06:00+02:00 WARN client/internal/routemanager/client.go:130: peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo= has 0 latency 2024-07-04T14:06:06+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpu30gta4u8s73f5d22g:cpuitlla4u8s73du51n0 with peer 2XsMJhp8X8LCRknyVWfZWDKAmfDgjpy13EdkCLwDgBs= with score 0.878042 for network [10.3.0.0/16] 2024-07-04T14:06:06+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpuj1v5a4u8s73du51og:cpuitlla4u8s73du51n0 with peer 2XsMJhp8X8LCRknyVWfZWDKAmfDgjpy13EdkCLwDgBs= with score 0.878042 for network [0.0.0.0/0] 2024-07-04T14:06:10+02:00 INFO client/internal/peer/conn.go:362: connected to peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo=, endpoint address: 10.3.90.209:51820 2024-07-04T14:06:10+02:00 WARN client/internal/routemanager/client.go:130: peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo= has 0 latency 2024-07-04T14:06:10+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpu30gta4u8s73f5d22g:cpuitkta4u8s73du51m0 with peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo= with score 2.000000 for network [10.3.0.0/16] 2024-07-04T14:06:10+02:00 WARN client/internal/routemanager/client.go:130: peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo= has 0 latency 2024-07-04T14:06:10+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpuj1v5a4u8s73du51og:cpuitkta4u8s73du51m0 with peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo= with score 2.000000 for network [0.0.0.0/0] 2024-07-04T14:06:10+02:00 WARN client/internal/routemanager/client.go:130: peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo= has 0 latency 2024-07-04T14:06:10+02:00 WARN client/internal/routemanager/client.go:130: peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo= has 0 latency 2024-07-04T14:06:10+02:00 WARN client/internal/routemanager/client.go:130: peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo= has 0 latency 2024-07-04T14:06:10+02:00 WARN client/internal/routemanager/client.go:130: peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo= has 0 latency 2024-07-04T14:06:10+02:00 WARN client/internal/routemanager/client.go:130: peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo= has 0 latency 2024-07-04T14:06:10+02:00 WARN client/internal/routemanager/client.go:130: peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo= has 0 latency 2024-07-04T14:06:16+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpu30gta4u8s73f5d22g:cpuitlla4u8s73du51n0 with peer 2XsMJhp8X8LCRknyVWfZWDKAmfDgjpy13EdkCLwDgBs= with score 0.878643 for network [10.3.0.0/16] 2024-07-04T14:06:16+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpuj1v5a4u8s73du51og:cpuitlla4u8s73du51n0 with peer 2XsMJhp8X8LCRknyVWfZWDKAmfDgjpy13EdkCLwDgBs= with score 0.878643 for network [0.0.0.0/0] 2024-07-04T14:06:19+02:00 INFO client/internal/peer/conn.go:362: connected to peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo=, endpoint address: 10.3.90.209:51820 2024-07-04T14:06:19+02:00 WARN client/internal/routemanager/client.go:130: peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo= has 0 latency 2024-07-04T14:06:19+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpuj1v5a4u8s73du51og:cpuitkta4u8s73du51m0 with peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo= with score 2.000000 for network [0.0.0.0/0] 2024-07-04T14:06:19+02:00 WARN client/internal/routemanager/client.go:130: peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo= has 0 latency 2024-07-04T14:06:19+02:00 WARN client/internal/routemanager/client.go:130: peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo= has 0 latency 2024-07-04T14:06:19+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpu30gta4u8s73f5d22g:cpuitkta4u8s73du51m0 with peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo= with score 2.000000 for network [10.3.0.0/16] 2024-07-04T14:06:19+02:00 WARN client/internal/routemanager/client.go:130: peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo= has 0 latency 2024-07-04T14:06:19+02:00 WARN client/internal/routemanager/client.go:130: peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo= has 0 latency 2024-07-04T14:06:19+02:00 WARN client/internal/routemanager/client.go:130: peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo= has 0 latency 2024-07-04T14:06:19+02:00 WARN client/internal/routemanager/client.go:130: peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo= has 0 latency 2024-07-04T14:06:26+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpuj1v5a4u8s73du51og:cpuitlla4u8s73du51n0 with peer 2XsMJhp8X8LCRknyVWfZWDKAmfDgjpy13EdkCLwDgBs= with score 0.880698 for network [0.0.0.0/0] 2024-07-04T14:06:26+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpu30gta4u8s73f5d22g:cpuitlla4u8s73du51n0 with peer 2XsMJhp8X8LCRknyVWfZWDKAmfDgjpy13EdkCLwDgBs= with score 0.880698 for network [10.3.0.0/16] 2024-07-04T14:06:29+02:00 INFO client/internal/peer/conn.go:362: connected to peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo=, endpoint address: 10.3.90.209:51820 2024-07-04T14:06:29+02:00 WARN client/internal/routemanager/client.go:130: peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo= has 0 latency 2024-07-04T14:06:29+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpuj1v5a4u8s73du51og:cpuitkta4u8s73du51m0 with peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo= with score 2.000000 for network [0.0.0.0/0] 2024-07-04T14:06:29+02:00 WARN client/internal/routemanager/client.go:130: peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo= has 0 latency 2024-07-04T14:06:29+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpu30gta4u8s73f5d22g:cpuitkta4u8s73du51m0 with peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo= with score 2.000000 for network [10.3.0.0/16] 2024-07-04T14:06:29+02:00 WARN client/internal/routemanager/client.go:130: peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo= has 0 latency 2024-07-04T14:06:29+02:00 WARN client/internal/routemanager/client.go:130: peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo= has 0 latency 2024-07-04T14:06:29+02:00 WARN client/internal/routemanager/client.go:130: peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo= has 0 latency 2024-07-04T14:06:29+02:00 WARN client/internal/routemanager/client.go:130: peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo= has 0 latency 2024-07-04T14:06:36+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpuj1v5a4u8s73du51og:cpuitlla4u8s73du51n0 with peer 2XsMJhp8X8LCRknyVWfZWDKAmfDgjpy13EdkCLwDgBs= with score 0.880049 for network [0.0.0.0/0] 2024-07-04T14:06:36+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpu30gta4u8s73f5d22g:cpuitlla4u8s73du51n0 with peer 2XsMJhp8X8LCRknyVWfZWDKAmfDgjpy13EdkCLwDgBs= with score 0.880049 for network [10.3.0.0/16] 2024-07-04T14:06:39+02:00 INFO client/internal/peer/conn.go:362: connected to peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo=, endpoint address: 10.3.90.209:51820 2024-07-04T14:06:39+02:00 WARN client/internal/routemanager/client.go:130: peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo= has 0 latency 2024-07-04T14:06:39+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpu30gta4u8s73f5d22g:cpuitkta4u8s73du51m0 with peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo= with score 2.000000 for network [10.3.0.0/16] 2024-07-04T14:06:39+02:00 WARN client/internal/routemanager/client.go:130: peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo= has 0 latency 2024-07-04T14:06:39+02:00 WARN client/internal/routemanager/client.go:130: peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo= has 0 latency 2024-07-04T14:06:39+02:00 WARN client/internal/routemanager/client.go:130: peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo= has 0 latency 2024-07-04T14:06:39+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpuj1v5a4u8s73du51og:cpuitkta4u8s73du51m0 with peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo= with score 2.000000 for network [0.0.0.0/0] 2024-07-04T14:06:39+02:00 WARN client/internal/routemanager/client.go:130: peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo= has 0 latency 2024-07-04T14:06:39+02:00 WARN client/internal/routemanager/client.go:130: peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo= has 0 latency 2024-07-04T14:06:39+02:00 WARN client/internal/routemanager/client.go:130: peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo= has 0 latency 2024-07-04T14:06:39+02:00 WARN client/internal/routemanager/client.go:130: peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo= has 0 latency 2024-07-04T14:06:45+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpu30gta4u8s73f5d22g:cpuitlla4u8s73du51n0 with peer 2XsMJhp8X8LCRknyVWfZWDKAmfDgjpy13EdkCLwDgBs= with score 0.879614 for network [10.3.0.0/16] 2024-07-04T14:06:45+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpuj1v5a4u8s73du51og:cpuitlla4u8s73du51n0 with peer 2XsMJhp8X8LCRknyVWfZWDKAmfDgjpy13EdkCLwDgBs= with score 0.879614 for network [0.0.0.0/0] 2024-07-04T14:06:50+02:00 INFO client/internal/peer/conn.go:362: connected to peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo=, endpoint address: 10.3.90.209:51820 2024-07-04T14:06:50+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpu30gta4u8s73f5d22g:cpuitkta4u8s73du51m0 with peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo= with score 2.876629 for network [10.3.0.0/16] 2024-07-04T14:06:50+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpuj1v5a4u8s73du51og:cpuitkta4u8s73du51m0 with peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo= with score 2.876629 for network [0.0.0.0/0] 2024-07-04T14:06:56+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpuj1v5a4u8s73du51og:cpuitlla4u8s73du51n0 with peer 2XsMJhp8X8LCRknyVWfZWDKAmfDgjpy13EdkCLwDgBs= with score 0.879952 for network [0.0.0.0/0] 2024-07-04T14:06:56+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpu30gta4u8s73f5d22g:cpuitlla4u8s73du51n0 with peer 2XsMJhp8X8LCRknyVWfZWDKAmfDgjpy13EdkCLwDgBs= with score 0.879952 for network [10.3.0.0/16] 2024-07-04T14:07:00+02:00 INFO client/internal/peer/conn.go:362: connected to peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo=, endpoint address: 10.3.90.209:51820 2024-07-04T14:07:00+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpu30gta4u8s73f5d22g:cpuitkta4u8s73du51m0 with peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo= with score 2.876629 for network [10.3.0.0/16] 2024-07-04T14:07:00+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpuj1v5a4u8s73du51og:cpuitkta4u8s73du51m0 with peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo= with score 2.876629 for network [0.0.0.0/0] 2024-07-04T14:07:06+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpu30gta4u8s73f5d22g:cpuitlla4u8s73du51n0 with peer 2XsMJhp8X8LCRknyVWfZWDKAmfDgjpy13EdkCLwDgBs= with score 0.879844 for network [10.3.0.0/16] 2024-07-04T14:07:06+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpuj1v5a4u8s73du51og:cpuitlla4u8s73du51n0 with peer 2XsMJhp8X8LCRknyVWfZWDKAmfDgjpy13EdkCLwDgBs= with score 0.879844 for network [0.0.0.0/0] 2024-07-04T14:07:10+02:00 INFO client/internal/peer/conn.go:362: connected to peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo=, endpoint address: 10.3.90.209:51820 2024-07-04T14:07:10+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpu30gta4u8s73f5d22g:cpuitkta4u8s73du51m0 with peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo= with score 2.876629 for network [10.3.0.0/16] 2024-07-04T14:07:10+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpuj1v5a4u8s73du51og:cpuitkta4u8s73du51m0 with peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo= with score 2.876629 for network [0.0.0.0/0] 2024-07-04T14:07:16+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpu30gta4u8s73f5d22g:cpuitlla4u8s73du51n0 with peer 2XsMJhp8X8LCRknyVWfZWDKAmfDgjpy13EdkCLwDgBs= with score 0.879257 for network [10.3.0.0/16] 2024-07-04T14:07:16+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpuj1v5a4u8s73du51og:cpuitlla4u8s73du51n0 with peer 2XsMJhp8X8LCRknyVWfZWDKAmfDgjpy13EdkCLwDgBs= with score 0.879257 for network [0.0.0.0/0] 2024-07-04T14:07:20+02:00 INFO client/internal/peer/conn.go:362: connected to peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo=, endpoint address: 10.3.90.209:51820 2024-07-04T14:07:20+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpu30gta4u8s73f5d22g:cpuitkta4u8s73du51m0 with peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo= with score 2.876629 for network [10.3.0.0/16] 2024-07-04T14:07:20+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpuj1v5a4u8s73du51og:cpuitkta4u8s73du51m0 with peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo= with score 2.876629 for network [0.0.0.0/0] 2024-07-04T14:07:26+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpuj1v5a4u8s73du51og:cpuitlla4u8s73du51n0 with peer 2XsMJhp8X8LCRknyVWfZWDKAmfDgjpy13EdkCLwDgBs= with score 0.878903 for network [0.0.0.0/0] 2024-07-04T14:07:26+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpu30gta4u8s73f5d22g:cpuitlla4u8s73du51n0 with peer 2XsMJhp8X8LCRknyVWfZWDKAmfDgjpy13EdkCLwDgBs= with score 0.878903 for network [10.3.0.0/16] 2024-07-04T14:07:30+02:00 INFO client/internal/peer/conn.go:362: connected to peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo=, endpoint address: 10.3.90.209:51820 2024-07-04T14:07:30+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpuj1v5a4u8s73du51og:cpuitkta4u8s73du51m0 with peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo= with score 2.876629 for network [0.0.0.0/0] 2024-07-04T14:07:30+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpu30gta4u8s73f5d22g:cpuitkta4u8s73du51m0 with peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo= with score 2.876629 for network [10.3.0.0/16] 2024-07-04T14:07:36+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpuj1v5a4u8s73du51og:cpuitlla4u8s73du51n0 with peer 2XsMJhp8X8LCRknyVWfZWDKAmfDgjpy13EdkCLwDgBs= with score 0.877552 for network [0.0.0.0/0] 2024-07-04T14:07:36+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpu30gta4u8s73f5d22g:cpuitlla4u8s73du51n0 with peer 2XsMJhp8X8LCRknyVWfZWDKAmfDgjpy13EdkCLwDgBs= with score 0.877552 for network [10.3.0.0/16] 2024-07-04T14:07:40+02:00 INFO client/internal/peer/conn.go:362: connected to peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo=, endpoint address: 10.3.90.209:51820 2024-07-04T14:07:40+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpu30gta4u8s73f5d22g:cpuitkta4u8s73du51m0 with peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo= with score 2.876629 for network [10.3.0.0/16] 2024-07-04T14:07:40+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpuj1v5a4u8s73du51og:cpuitkta4u8s73du51m0 with peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo= with score 2.876629 for network [0.0.0.0/0] 2024-07-04T14:07:47+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpu30gta4u8s73f5d22g:cpuitlla4u8s73du51n0 with peer 2XsMJhp8X8LCRknyVWfZWDKAmfDgjpy13EdkCLwDgBs= with score 0.878866 for network [10.3.0.0/16] 2024-07-04T14:07:47+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpuj1v5a4u8s73du51og:cpuitlla4u8s73du51n0 with peer 2XsMJhp8X8LCRknyVWfZWDKAmfDgjpy13EdkCLwDgBs= with score 0.878866 for network [0.0.0.0/0] 2024-07-04T14:07:51+02:00 INFO client/internal/peer/conn.go:362: connected to peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo=, endpoint address: 10.3.90.209:51820 2024-07-04T14:07:51+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpuj1v5a4u8s73du51og:cpuitkta4u8s73du51m0 with peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo= with score 2.876629 for network [0.0.0.0/0] 2024-07-04T14:07:51+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpu30gta4u8s73f5d22g:cpuitkta4u8s73du51m0 with peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo= with score 2.876629 for network [10.3.0.0/16] 2024-07-04T14:07:57+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpu30gta4u8s73f5d22g:cpuitlla4u8s73du51n0 with peer 2XsMJhp8X8LCRknyVWfZWDKAmfDgjpy13EdkCLwDgBs= with score 0.879554 for network [10.3.0.0/16] 2024-07-04T14:07:57+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpuj1v5a4u8s73du51og:cpuitlla4u8s73du51n0 with peer 2XsMJhp8X8LCRknyVWfZWDKAmfDgjpy13EdkCLwDgBs= with score 0.879554 for network [0.0.0.0/0] 2024-07-04T14:08:00+02:00 INFO client/internal/peer/conn.go:362: connected to peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo=, endpoint address: 10.3.90.209:51820 2024-07-04T14:08:00+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpu30gta4u8s73f5d22g:cpuitkta4u8s73du51m0 with peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo= with score 2.876629 for network [10.3.0.0/16] 2024-07-04T14:08:00+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpuj1v5a4u8s73du51og:cpuitkta4u8s73du51m0 with peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo= with score 2.876629 for network [0.0.0.0/0] 2024-07-04T14:08:06+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpuj1v5a4u8s73du51og:cpuitlla4u8s73du51n0 with peer 2XsMJhp8X8LCRknyVWfZWDKAmfDgjpy13EdkCLwDgBs= with score 0.878420 for network [0.0.0.0/0] 2024-07-04T14:08:06+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpu30gta4u8s73f5d22g:cpuitlla4u8s73du51n0 with peer 2XsMJhp8X8LCRknyVWfZWDKAmfDgjpy13EdkCLwDgBs= with score 0.878420 for network [10.3.0.0/16] 2024-07-04T14:08:09+02:00 INFO client/internal/peer/conn.go:362: connected to peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo=, endpoint address: 10.3.90.209:51820 2024-07-04T14:08:09+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpuj1v5a4u8s73du51og:cpuitkta4u8s73du51m0 with peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo= with score 2.876629 for network [0.0.0.0/0] 2024-07-04T14:08:09+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpu30gta4u8s73f5d22g:cpuitkta4u8s73du51m0 with peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo= with score 2.876629 for network [10.3.0.0/16] 2024-07-04T14:08:15+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpuj1v5a4u8s73du51og:cpuitlla4u8s73du51n0 with peer 2XsMJhp8X8LCRknyVWfZWDKAmfDgjpy13EdkCLwDgBs= with score 0.878722 for network [0.0.0.0/0] 2024-07-04T14:08:15+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpu30gta4u8s73f5d22g:cpuitlla4u8s73du51n0 with peer 2XsMJhp8X8LCRknyVWfZWDKAmfDgjpy13EdkCLwDgBs= with score 0.878722 for network [10.3.0.0/16] 2024-07-04T14:08:20+02:00 INFO client/internal/peer/conn.go:362: connected to peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo=, endpoint address: 10.3.90.209:51820 2024-07-04T14:08:20+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpu30gta4u8s73f5d22g:cpuitkta4u8s73du51m0 with peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo= with score 2.875678 for network [10.3.0.0/16] 2024-07-04T14:08:20+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpuj1v5a4u8s73du51og:cpuitkta4u8s73du51m0 with peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo= with score 2.875678 for network [0.0.0.0/0] 2024-07-04T14:08:26+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpu30gta4u8s73f5d22g:cpuitlla4u8s73du51n0 with peer 2XsMJhp8X8LCRknyVWfZWDKAmfDgjpy13EdkCLwDgBs= with score 0.879727 for network [10.3.0.0/16] 2024-07-04T14:08:26+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpuj1v5a4u8s73du51og:cpuitlla4u8s73du51n0 with peer 2XsMJhp8X8LCRknyVWfZWDKAmfDgjpy13EdkCLwDgBs= with score 0.879727 for network [0.0.0.0/0] 2024-07-04T14:08:30+02:00 INFO client/internal/peer/conn.go:362: connected to peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo=, endpoint address: 10.3.90.209:51820 2024-07-04T14:08:30+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpu30gta4u8s73f5d22g:cpuitkta4u8s73du51m0 with peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo= with score 2.875678 for network [10.3.0.0/16] 2024-07-04T14:08:30+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpuj1v5a4u8s73du51og:cpuitkta4u8s73du51m0 with peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo= with score 2.875678 for network [0.0.0.0/0] 2024-07-04T14:08:36+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpuj1v5a4u8s73du51og:cpuitlla4u8s73du51n0 with peer 2XsMJhp8X8LCRknyVWfZWDKAmfDgjpy13EdkCLwDgBs= with score 0.879716 for network [0.0.0.0/0] 2024-07-04T14:08:36+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpu30gta4u8s73f5d22g:cpuitlla4u8s73du51n0 with peer 2XsMJhp8X8LCRknyVWfZWDKAmfDgjpy13EdkCLwDgBs= with score 0.879716 for network [10.3.0.0/16] 2024-07-04T14:08:40+02:00 INFO client/internal/peer/conn.go:362: connected to peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo=, endpoint address: 10.3.90.209:51820 2024-07-04T14:08:40+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpu30gta4u8s73f5d22g:cpuitkta4u8s73du51m0 with peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo= with score 2.875678 for network [10.3.0.0/16] 2024-07-04T14:08:40+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpuj1v5a4u8s73du51og:cpuitkta4u8s73du51m0 with peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo= with score 2.875678 for network [0.0.0.0/0] 2024-07-04T14:08:46+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpu30gta4u8s73f5d22g:cpuitlla4u8s73du51n0 with peer 2XsMJhp8X8LCRknyVWfZWDKAmfDgjpy13EdkCLwDgBs= with score 0.879634 for network [10.3.0.0/16] 2024-07-04T14:08:46+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpuj1v5a4u8s73du51og:cpuitlla4u8s73du51n0 with peer 2XsMJhp8X8LCRknyVWfZWDKAmfDgjpy13EdkCLwDgBs= with score 0.879634 for network [0.0.0.0/0] 2024-07-04T14:08:50+02:00 INFO client/internal/peer/conn.go:362: connected to peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo=, endpoint address: 10.3.90.209:51820 2024-07-04T14:08:50+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpu30gta4u8s73f5d22g:cpuitkta4u8s73du51m0 with peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo= with score 2.875678 for network [10.3.0.0/16] 2024-07-04T14:08:50+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpuj1v5a4u8s73du51og:cpuitkta4u8s73du51m0 with peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo= with score 2.875678 for network [0.0.0.0/0] 2024-07-04T14:08:56+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpu30gta4u8s73f5d22g:cpuitlla4u8s73du51n0 with peer 2XsMJhp8X8LCRknyVWfZWDKAmfDgjpy13EdkCLwDgBs= with score 0.879177 for network [10.3.0.0/16] 2024-07-04T14:08:56+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpuj1v5a4u8s73du51og:cpuitlla4u8s73du51n0 with peer 2XsMJhp8X8LCRknyVWfZWDKAmfDgjpy13EdkCLwDgBs= with score 0.879177 for network [0.0.0.0/0] 2024-07-04T14:08:59+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpuj1v5a4u8s73du51og:cpuitkta4u8s73du51m0 with peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo= with score 2.875678 for network [0.0.0.0/0] 2024-07-04T14:08:59+02:00 INFO client/internal/peer/conn.go:362: connected to peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo=, endpoint address: 10.3.90.209:51820 2024-07-04T14:08:59+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpu30gta4u8s73f5d22g:cpuitkta4u8s73du51m0 with peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo= with score 2.875678 for network [10.3.0.0/16] 2024-07-04T14:09:05+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpu30gta4u8s73f5d22g:cpuitlla4u8s73du51n0 with peer 2XsMJhp8X8LCRknyVWfZWDKAmfDgjpy13EdkCLwDgBs= with score 0.877131 for network [10.3.0.0/16] 2024-07-04T14:09:05+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpuj1v5a4u8s73du51og:cpuitlla4u8s73du51n0 with peer 2XsMJhp8X8LCRknyVWfZWDKAmfDgjpy13EdkCLwDgBs= with score 0.877131 for network [0.0.0.0/0] 2024-07-04T14:09:09+02:00 INFO client/internal/peer/conn.go:362: connected to peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo=, endpoint address: 10.3.90.209:51820 2024-07-04T14:09:09+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpu30gta4u8s73f5d22g:cpuitkta4u8s73du51m0 with peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo= with score 2.875678 for network [10.3.0.0/16] 2024-07-04T14:09:09+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpuj1v5a4u8s73du51og:cpuitkta4u8s73du51m0 with peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo= with score 2.875678 for network [0.0.0.0/0] 2024-07-04T14:09:15+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpuj1v5a4u8s73du51og:cpuitlla4u8s73du51n0 with peer 2XsMJhp8X8LCRknyVWfZWDKAmfDgjpy13EdkCLwDgBs= with score 0.879594 for network [0.0.0.0/0] 2024-07-04T14:09:15+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpu30gta4u8s73f5d22g:cpuitlla4u8s73du51n0 with peer 2XsMJhp8X8LCRknyVWfZWDKAmfDgjpy13EdkCLwDgBs= with score 0.879594 for network [10.3.0.0/16] 2024-07-04T14:09:18+02:00 INFO client/internal/peer/conn.go:362: connected to peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo=, endpoint address: 10.3.90.209:51820 2024-07-04T14:09:18+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpu30gta4u8s73f5d22g:cpuitkta4u8s73du51m0 with peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo= with score 2.875678 for network [10.3.0.0/16] 2024-07-04T14:09:18+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpuj1v5a4u8s73du51og:cpuitkta4u8s73du51m0 with peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo= with score 2.875678 for network [0.0.0.0/0] 2024-07-04T14:09:25+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpu30gta4u8s73f5d22g:cpuitlla4u8s73du51n0 with peer 2XsMJhp8X8LCRknyVWfZWDKAmfDgjpy13EdkCLwDgBs= with score 0.878744 for network [10.3.0.0/16] 2024-07-04T14:09:25+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpuj1v5a4u8s73du51og:cpuitlla4u8s73du51n0 with peer 2XsMJhp8X8LCRknyVWfZWDKAmfDgjpy13EdkCLwDgBs= with score 0.878744 for network [0.0.0.0/0] 2024-07-04T14:09:29+02:00 INFO client/internal/peer/conn.go:362: connected to peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo=, endpoint address: 10.3.90.209:51820 2024-07-04T14:09:29+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpuj1v5a4u8s73du51og:cpuitkta4u8s73du51m0 with peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo= with score 2.875678 for network [0.0.0.0/0] 2024-07-04T14:09:29+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpu30gta4u8s73f5d22g:cpuitkta4u8s73du51m0 with peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo= with score 2.875678 for network [10.3.0.0/16] 2024-07-04T14:09:35+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpuj1v5a4u8s73du51og:cpuitlla4u8s73du51n0 with peer 2XsMJhp8X8LCRknyVWfZWDKAmfDgjpy13EdkCLwDgBs= with score 0.878762 for network [0.0.0.0/0] 2024-07-04T14:09:35+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpu30gta4u8s73f5d22g:cpuitlla4u8s73du51n0 with peer 2XsMJhp8X8LCRknyVWfZWDKAmfDgjpy13EdkCLwDgBs= with score 0.878762 for network [10.3.0.0/16] 2024-07-04T14:09:38+02:00 INFO client/internal/peer/conn.go:362: connected to peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo=, endpoint address: 10.3.90.209:51820 2024-07-04T14:09:38+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpuj1v5a4u8s73du51og:cpuitkta4u8s73du51m0 with peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo= with score 2.875678 for network [0.0.0.0/0] 2024-07-04T14:09:38+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpu30gta4u8s73f5d22g:cpuitkta4u8s73du51m0 with peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo= with score 2.875678 for network [10.3.0.0/16] 2024-07-04T14:09:44+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpuj1v5a4u8s73du51og:cpuitlla4u8s73du51n0 with peer 2XsMJhp8X8LCRknyVWfZWDKAmfDgjpy13EdkCLwDgBs= with score 0.879675 for network [0.0.0.0/0] 2024-07-04T14:09:44+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpu30gta4u8s73f5d22g:cpuitlla4u8s73du51n0 with peer 2XsMJhp8X8LCRknyVWfZWDKAmfDgjpy13EdkCLwDgBs= with score 0.879675 for network [10.3.0.0/16] 2024-07-04T14:09:48+02:00 INFO client/internal/peer/conn.go:362: connected to peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo=, endpoint address: 10.3.90.209:51820 2024-07-04T14:09:48+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpuj1v5a4u8s73du51og:cpuitkta4u8s73du51m0 with peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo= with score 2.875678 for network [0.0.0.0/0] 2024-07-04T14:09:48+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpu30gta4u8s73f5d22g:cpuitkta4u8s73du51m0 with peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo= with score 2.875678 for network [10.3.0.0/16] 2024-07-04T14:09:54+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpuj1v5a4u8s73du51og:cpuitlla4u8s73du51n0 with peer 2XsMJhp8X8LCRknyVWfZWDKAmfDgjpy13EdkCLwDgBs= with score 0.878353 for network [0.0.0.0/0] 2024-07-04T14:09:54+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpu30gta4u8s73f5d22g:cpuitlla4u8s73du51n0 with peer 2XsMJhp8X8LCRknyVWfZWDKAmfDgjpy13EdkCLwDgBs= with score 0.878353 for network [10.3.0.0/16] 2024-07-04T14:09:58+02:00 INFO client/internal/peer/conn.go:362: connected to peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo=, endpoint address: 10.3.90.209:51820 2024-07-04T14:09:58+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpu30gta4u8s73f5d22g:cpuitkta4u8s73du51m0 with peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo= with score 2.875678 for network [10.3.0.0/16] 2024-07-04T14:09:58+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpuj1v5a4u8s73du51og:cpuitkta4u8s73du51m0 with peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo= with score 2.875678 for network [0.0.0.0/0] 2024-07-04T14:10:04+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpuj1v5a4u8s73du51og:cpuitlla4u8s73du51n0 with peer 2XsMJhp8X8LCRknyVWfZWDKAmfDgjpy13EdkCLwDgBs= with score 0.879249 for network [0.0.0.0/0] 2024-07-04T14:10:04+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpu30gta4u8s73f5d22g:cpuitlla4u8s73du51n0 with peer 2XsMJhp8X8LCRknyVWfZWDKAmfDgjpy13EdkCLwDgBs= with score 0.879249 for network [10.3.0.0/16] 2024-07-04T14:10:08+02:00 INFO client/internal/peer/conn.go:362: connected to peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo=, endpoint address: 10.3.90.209:51820 2024-07-04T14:10:08+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpu30gta4u8s73f5d22g:cpuitkta4u8s73du51m0 with peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo= with score 2.875678 for network [10.3.0.0/16] 2024-07-04T14:10:08+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpuj1v5a4u8s73du51og:cpuitkta4u8s73du51m0 with peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo= with score 2.875678 for network [0.0.0.0/0] 2024-07-04T14:10:14+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpuj1v5a4u8s73du51og:cpuitlla4u8s73du51n0 with peer 2XsMJhp8X8LCRknyVWfZWDKAmfDgjpy13EdkCLwDgBs= with score 0.879893 for network [0.0.0.0/0] 2024-07-04T14:10:14+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpu30gta4u8s73f5d22g:cpuitlla4u8s73du51n0 with peer 2XsMJhp8X8LCRknyVWfZWDKAmfDgjpy13EdkCLwDgBs= with score 0.879893 for network [10.3.0.0/16] 2024-07-04T14:10:18+02:00 INFO client/internal/peer/conn.go:362: connected to peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo=, endpoint address: 10.3.90.209:51820 2024-07-04T14:10:18+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpu30gta4u8s73f5d22g:cpuitkta4u8s73du51m0 with peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo= with score 2.875678 for network [10.3.0.0/16] 2024-07-04T14:10:18+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpuj1v5a4u8s73du51og:cpuitkta4u8s73du51m0 with peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo= with score 2.875678 for network [0.0.0.0/0] 2024-07-04T14:10:25+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpuj1v5a4u8s73du51og:cpuitlla4u8s73du51n0 with peer 2XsMJhp8X8LCRknyVWfZWDKAmfDgjpy13EdkCLwDgBs= with score 0.879589 for network [0.0.0.0/0] 2024-07-04T14:10:25+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpu30gta4u8s73f5d22g:cpuitlla4u8s73du51n0 with peer 2XsMJhp8X8LCRknyVWfZWDKAmfDgjpy13EdkCLwDgBs= with score 0.879589 for network [10.3.0.0/16] 2024-07-04T14:10:27+02:00 INFO client/internal/peer/conn.go:362: connected to peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo=, endpoint address: 10.3.90.209:51820 2024-07-04T14:10:27+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpu30gta4u8s73f5d22g:cpuitkta4u8s73du51m0 with peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo= with score 2.875678 for network [10.3.0.0/16] 2024-07-04T14:10:27+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpuj1v5a4u8s73du51og:cpuitkta4u8s73du51m0 with peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo= with score 2.875678 for network [0.0.0.0/0] 2024-07-04T14:10:34+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpuj1v5a4u8s73du51og:cpuitlla4u8s73du51n0 with peer 2XsMJhp8X8LCRknyVWfZWDKAmfDgjpy13EdkCLwDgBs= with score 0.878839 for network [0.0.0.0/0] 2024-07-04T14:10:34+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpu30gta4u8s73f5d22g:cpuitlla4u8s73du51n0 with peer 2XsMJhp8X8LCRknyVWfZWDKAmfDgjpy13EdkCLwDgBs= with score 0.878839 for network [10.3.0.0/16] 2024-07-04T14:10:37+02:00 INFO client/internal/peer/conn.go:362: connected to peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo=, endpoint address: 10.3.90.209:51820 2024-07-04T14:10:37+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpuj1v5a4u8s73du51og:cpuitkta4u8s73du51m0 with peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo= with score 2.875678 for network [0.0.0.0/0] 2024-07-04T14:10:37+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpu30gta4u8s73f5d22g:cpuitkta4u8s73du51m0 with peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo= with score 2.875678 for network [10.3.0.0/16] 2024-07-04T14:10:43+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpuj1v5a4u8s73du51og:cpuitlla4u8s73du51n0 with peer 2XsMJhp8X8LCRknyVWfZWDKAmfDgjpy13EdkCLwDgBs= with score 0.879805 for network [0.0.0.0/0] 2024-07-04T14:10:43+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpu30gta4u8s73f5d22g:cpuitlla4u8s73du51n0 with peer 2XsMJhp8X8LCRknyVWfZWDKAmfDgjpy13EdkCLwDgBs= with score 0.879805 for network [10.3.0.0/16] 2024-07-04T14:10:46+02:00 INFO client/internal/peer/conn.go:362: connected to peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo=, endpoint address: 10.3.90.209:51820 2024-07-04T14:10:46+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpu30gta4u8s73f5d22g:cpuitkta4u8s73du51m0 with peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo= with score 2.875678 for network [10.3.0.0/16] 2024-07-04T14:10:46+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpuj1v5a4u8s73du51og:cpuitkta4u8s73du51m0 with peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo= with score 2.875678 for network [0.0.0.0/0] 2024-07-04T14:10:52+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpu30gta4u8s73f5d22g:cpuitlla4u8s73du51n0 with peer 2XsMJhp8X8LCRknyVWfZWDKAmfDgjpy13EdkCLwDgBs= with score 0.879471 for network [10.3.0.0/16] 2024-07-04T14:10:52+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpuj1v5a4u8s73du51og:cpuitlla4u8s73du51n0 with peer 2XsMJhp8X8LCRknyVWfZWDKAmfDgjpy13EdkCLwDgBs= with score 0.879471 for network [0.0.0.0/0] 2024-07-04T14:10:55+02:00 INFO client/internal/peer/conn.go:362: connected to peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo=, endpoint address: 10.3.90.209:51820 2024-07-04T14:10:55+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpuj1v5a4u8s73du51og:cpuitkta4u8s73du51m0 with peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo= with score 2.875678 for network [0.0.0.0/0] 2024-07-04T14:10:55+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpu30gta4u8s73f5d22g:cpuitkta4u8s73du51m0 with peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo= with score 2.875678 for network [10.3.0.0/16] 2024-07-04T14:11:02+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpu30gta4u8s73f5d22g:cpuitlla4u8s73du51n0 with peer 2XsMJhp8X8LCRknyVWfZWDKAmfDgjpy13EdkCLwDgBs= with score 0.879148 for network [10.3.0.0/16] 2024-07-04T14:11:02+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpuj1v5a4u8s73du51og:cpuitlla4u8s73du51n0 with peer 2XsMJhp8X8LCRknyVWfZWDKAmfDgjpy13EdkCLwDgBs= with score 0.879148 for network [0.0.0.0/0] 2024-07-04T14:11:05+02:00 INFO client/internal/peer/conn.go:362: connected to peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo=, endpoint address: 10.3.90.209:51820 2024-07-04T14:11:05+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpu30gta4u8s73f5d22g:cpuitkta4u8s73du51m0 with peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo= with score 2.875678 for network [10.3.0.0/16] 2024-07-04T14:11:05+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpuj1v5a4u8s73du51og:cpuitkta4u8s73du51m0 with peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo= with score 2.875678 for network [0.0.0.0/0] 2024-07-04T14:11:11+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpu30gta4u8s73f5d22g:cpuitlla4u8s73du51n0 with peer 2XsMJhp8X8LCRknyVWfZWDKAmfDgjpy13EdkCLwDgBs= with score 0.880060 for network [10.3.0.0/16] 2024-07-04T14:11:11+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpuj1v5a4u8s73du51og:cpuitlla4u8s73du51n0 with peer 2XsMJhp8X8LCRknyVWfZWDKAmfDgjpy13EdkCLwDgBs= with score 0.880060 for network [0.0.0.0/0] 2024-07-04T14:11:15+02:00 INFO client/internal/peer/conn.go:362: connected to peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo=, endpoint address: 10.3.90.209:51820 2024-07-04T14:11:15+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpuj1v5a4u8s73du51og:cpuitkta4u8s73du51m0 with peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo= with score 2.875678 for network [0.0.0.0/0] 2024-07-04T14:11:15+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpu30gta4u8s73f5d22g:cpuitkta4u8s73du51m0 with peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo= with score 2.875678 for network [10.3.0.0/16] 2024-07-04T14:11:21+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpu30gta4u8s73f5d22g:cpuitlla4u8s73du51n0 with peer 2XsMJhp8X8LCRknyVWfZWDKAmfDgjpy13EdkCLwDgBs= with score 0.878164 for network [10.3.0.0/16] 2024-07-04T14:11:21+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpuj1v5a4u8s73du51og:cpuitlla4u8s73du51n0 with peer 2XsMJhp8X8LCRknyVWfZWDKAmfDgjpy13EdkCLwDgBs= with score 0.878164 for network [0.0.0.0/0] 2024-07-04T14:11:25+02:00 INFO client/internal/peer/conn.go:362: connected to peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo=, endpoint address: 10.3.90.209:51820 2024-07-04T14:11:25+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpuj1v5a4u8s73du51og:cpuitkta4u8s73du51m0 with peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo= with score 2.875484 for network [0.0.0.0/0] 2024-07-04T14:11:25+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpu30gta4u8s73f5d22g:cpuitkta4u8s73du51m0 with peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo= with score 2.875484 for network [10.3.0.0/16] 2024-07-04T14:11:31+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpuj1v5a4u8s73du51og:cpuitlla4u8s73du51n0 with peer 2XsMJhp8X8LCRknyVWfZWDKAmfDgjpy13EdkCLwDgBs= with score 0.878394 for network [0.0.0.0/0] 2024-07-04T14:11:31+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpu30gta4u8s73f5d22g:cpuitlla4u8s73du51n0 with peer 2XsMJhp8X8LCRknyVWfZWDKAmfDgjpy13EdkCLwDgBs= with score 0.878394 for network [10.3.0.0/16] 2024-07-04T14:11:34+02:00 INFO client/internal/peer/conn.go:362: connected to peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo=, endpoint address: 10.3.90.209:51820 2024-07-04T14:11:34+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpu30gta4u8s73f5d22g:cpuitkta4u8s73du51m0 with peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo= with score 2.875484 for network [10.3.0.0/16] 2024-07-04T14:11:34+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpuj1v5a4u8s73du51og:cpuitkta4u8s73du51m0 with peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo= with score 2.875484 for network [0.0.0.0/0] 2024-07-04T14:11:40+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpuj1v5a4u8s73du51og:cpuitlla4u8s73du51n0 with peer 2XsMJhp8X8LCRknyVWfZWDKAmfDgjpy13EdkCLwDgBs= with score 0.878810 for network [0.0.0.0/0] 2024-07-04T14:11:40+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpu30gta4u8s73f5d22g:cpuitlla4u8s73du51n0 with peer 2XsMJhp8X8LCRknyVWfZWDKAmfDgjpy13EdkCLwDgBs= with score 0.878810 for network [10.3.0.0/16] 2024-07-04T14:11:44+02:00 INFO client/internal/peer/conn.go:362: connected to peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo=, endpoint address: 10.3.90.209:51820 2024-07-04T14:11:44+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpuj1v5a4u8s73du51og:cpuitkta4u8s73du51m0 with peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo= with score 2.875484 for network [0.0.0.0/0] 2024-07-04T14:11:44+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpu30gta4u8s73f5d22g:cpuitkta4u8s73du51m0 with peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo= with score 2.875484 for network [10.3.0.0/16] 2024-07-04T14:11:50+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpu30gta4u8s73f5d22g:cpuitlla4u8s73du51n0 with peer 2XsMJhp8X8LCRknyVWfZWDKAmfDgjpy13EdkCLwDgBs= with score 0.876056 for network [10.3.0.0/16] 2024-07-04T14:11:50+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpuj1v5a4u8s73du51og:cpuitlla4u8s73du51n0 with peer 2XsMJhp8X8LCRknyVWfZWDKAmfDgjpy13EdkCLwDgBs= with score 0.876056 for network [0.0.0.0/0] 2024-07-04T14:11:55+02:00 INFO client/internal/peer/conn.go:362: connected to peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo=, endpoint address: 10.3.90.209:51820 2024-07-04T14:11:55+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpuj1v5a4u8s73du51og:cpuitkta4u8s73du51m0 with peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo= with score 2.875484 for network [0.0.0.0/0] 2024-07-04T14:11:55+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpu30gta4u8s73f5d22g:cpuitkta4u8s73du51m0 with peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo= with score 2.875484 for network [10.3.0.0/16] 2024-07-04T14:12:01+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpu30gta4u8s73f5d22g:cpuitlla4u8s73du51n0 with peer 2XsMJhp8X8LCRknyVWfZWDKAmfDgjpy13EdkCLwDgBs= with score 0.877230 for network [10.3.0.0/16] 2024-07-04T14:12:01+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpuj1v5a4u8s73du51og:cpuitlla4u8s73du51n0 with peer 2XsMJhp8X8LCRknyVWfZWDKAmfDgjpy13EdkCLwDgBs= with score 0.877230 for network [0.0.0.0/0] 2024-07-04T14:12:05+02:00 INFO client/internal/peer/conn.go:362: connected to peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo=, endpoint address: 10.3.90.209:51820 2024-07-04T14:12:05+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpuj1v5a4u8s73du51og:cpuitkta4u8s73du51m0 with peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo= with score 2.875484 for network [0.0.0.0/0] 2024-07-04T14:12:05+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpu30gta4u8s73f5d22g:cpuitkta4u8s73du51m0 with peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo= with score 2.875484 for network [10.3.0.0/16] 2024-07-04T14:12:11+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpu30gta4u8s73f5d22g:cpuitlla4u8s73du51n0 with peer 2XsMJhp8X8LCRknyVWfZWDKAmfDgjpy13EdkCLwDgBs= with score 0.876873 for network [10.3.0.0/16] 2024-07-04T14:12:11+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpuj1v5a4u8s73du51og:cpuitlla4u8s73du51n0 with peer 2XsMJhp8X8LCRknyVWfZWDKAmfDgjpy13EdkCLwDgBs= with score 0.876873 for network [0.0.0.0/0] 2024-07-04T14:12:15+02:00 INFO client/internal/peer/conn.go:362: connected to peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo=, endpoint address: 10.3.90.209:51820 2024-07-04T14:12:15+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpuj1v5a4u8s73du51og:cpuitkta4u8s73du51m0 with peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo= with score 2.875484 for network [0.0.0.0/0] 2024-07-04T14:12:15+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpu30gta4u8s73f5d22g:cpuitkta4u8s73du51m0 with peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo= with score 2.875484 for network [10.3.0.0/16] 2024-07-04T14:12:21+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpuj1v5a4u8s73du51og:cpuitlla4u8s73du51n0 with peer 2XsMJhp8X8LCRknyVWfZWDKAmfDgjpy13EdkCLwDgBs= with score 0.877509 for network [0.0.0.0/0] 2024-07-04T14:12:21+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpu30gta4u8s73f5d22g:cpuitlla4u8s73du51n0 with peer 2XsMJhp8X8LCRknyVWfZWDKAmfDgjpy13EdkCLwDgBs= with score 0.877509 for network [10.3.0.0/16] 2024-07-04T14:12:25+02:00 INFO client/internal/peer/conn.go:362: connected to peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo=, endpoint address: 10.3.90.209:51820 2024-07-04T14:12:25+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpu30gta4u8s73f5d22g:cpuitkta4u8s73du51m0 with peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo= with score 2.875484 for network [10.3.0.0/16] 2024-07-04T14:12:25+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpuj1v5a4u8s73du51og:cpuitkta4u8s73du51m0 with peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo= with score 2.875484 for network [0.0.0.0/0] 2024-07-04T14:12:31+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpuj1v5a4u8s73du51og:cpuitlla4u8s73du51n0 with peer 2XsMJhp8X8LCRknyVWfZWDKAmfDgjpy13EdkCLwDgBs= with score 0.864090 for network [0.0.0.0/0] 2024-07-04T14:12:31+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpu30gta4u8s73f5d22g:cpuitlla4u8s73du51n0 with peer 2XsMJhp8X8LCRknyVWfZWDKAmfDgjpy13EdkCLwDgBs= with score 0.864090 for network [10.3.0.0/16] 2024-07-04T14:12:35+02:00 INFO client/internal/peer/conn.go:362: connected to peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo=, endpoint address: 10.3.90.209:51820 2024-07-04T14:12:35+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpuj1v5a4u8s73du51og:cpuitkta4u8s73du51m0 with peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo= with score 2.875484 for network [0.0.0.0/0] 2024-07-04T14:12:35+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpu30gta4u8s73f5d22g:cpuitkta4u8s73du51m0 with peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo= with score 2.875484 for network [10.3.0.0/16] 2024-07-04T14:12:41+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpu30gta4u8s73f5d22g:cpuitlla4u8s73du51n0 with peer 2XsMJhp8X8LCRknyVWfZWDKAmfDgjpy13EdkCLwDgBs= with score 0.878385 for network [10.3.0.0/16] 2024-07-04T14:12:41+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpuj1v5a4u8s73du51og:cpuitlla4u8s73du51n0 with peer 2XsMJhp8X8LCRknyVWfZWDKAmfDgjpy13EdkCLwDgBs= with score 0.878385 for network [0.0.0.0/0] 2024-07-04T14:12:45+02:00 INFO client/internal/peer/conn.go:362: connected to peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo=, endpoint address: 10.3.90.209:51820 2024-07-04T14:12:45+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpu30gta4u8s73f5d22g:cpuitkta4u8s73du51m0 with peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo= with score 2.875484 for network [10.3.0.0/16] 2024-07-04T14:12:45+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpuj1v5a4u8s73du51og:cpuitkta4u8s73du51m0 with peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo= with score 2.875484 for network [0.0.0.0/0] 2024-07-04T14:12:51+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpuj1v5a4u8s73du51og:cpuitlla4u8s73du51n0 with peer 2XsMJhp8X8LCRknyVWfZWDKAmfDgjpy13EdkCLwDgBs= with score 0.880014 for network [0.0.0.0/0] 2024-07-04T14:12:51+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpu30gta4u8s73f5d22g:cpuitlla4u8s73du51n0 with peer 2XsMJhp8X8LCRknyVWfZWDKAmfDgjpy13EdkCLwDgBs= with score 0.880014 for network [10.3.0.0/16] 2024-07-04T14:12:55+02:00 INFO client/internal/peer/conn.go:362: connected to peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo=, endpoint address: 10.3.90.209:51820 2024-07-04T14:12:55+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpuj1v5a4u8s73du51og:cpuitkta4u8s73du51m0 with peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo= with score 2.875484 for network [0.0.0.0/0] 2024-07-04T14:12:55+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpu30gta4u8s73f5d22g:cpuitkta4u8s73du51m0 with peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo= with score 2.875484 for network [10.3.0.0/16] 2024-07-04T14:13:01+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpuj1v5a4u8s73du51og:cpuitlla4u8s73du51n0 with peer 2XsMJhp8X8LCRknyVWfZWDKAmfDgjpy13EdkCLwDgBs= with score 0.879401 for network [0.0.0.0/0] 2024-07-04T14:13:01+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpu30gta4u8s73f5d22g:cpuitlla4u8s73du51n0 with peer 2XsMJhp8X8LCRknyVWfZWDKAmfDgjpy13EdkCLwDgBs= with score 0.879401 for network [10.3.0.0/16] 2024-07-04T14:13:05+02:00 INFO client/internal/peer/conn.go:362: connected to peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo=, endpoint address: 10.3.90.209:51820 2024-07-04T14:13:05+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpuj1v5a4u8s73du51og:cpuitkta4u8s73du51m0 with peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo= with score 2.875484 for network [0.0.0.0/0] 2024-07-04T14:13:05+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpu30gta4u8s73f5d22g:cpuitkta4u8s73du51m0 with peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo= with score 2.875484 for network [10.3.0.0/16] 2024-07-04T14:13:11+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpuj1v5a4u8s73du51og:cpuitlla4u8s73du51n0 with peer 2XsMJhp8X8LCRknyVWfZWDKAmfDgjpy13EdkCLwDgBs= with score 0.879494 for network [0.0.0.0/0] 2024-07-04T14:13:11+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpu30gta4u8s73f5d22g:cpuitlla4u8s73du51n0 with peer 2XsMJhp8X8LCRknyVWfZWDKAmfDgjpy13EdkCLwDgBs= with score 0.879494 for network [10.3.0.0/16] 2024-07-04T14:13:15+02:00 INFO client/internal/peer/conn.go:362: connected to peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo=, endpoint address: 10.3.90.209:51820 2024-07-04T14:13:15+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpu30gta4u8s73f5d22g:cpuitkta4u8s73du51m0 with peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo= with score 2.875484 for network [10.3.0.0/16] 2024-07-04T14:13:15+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpuj1v5a4u8s73du51og:cpuitkta4u8s73du51m0 with peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo= with score 2.875484 for network [0.0.0.0/0] 2024-07-04T14:13:21+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpuj1v5a4u8s73du51og:cpuitlla4u8s73du51n0 with peer 2XsMJhp8X8LCRknyVWfZWDKAmfDgjpy13EdkCLwDgBs= with score 0.878681 for network [0.0.0.0/0] 2024-07-04T14:13:21+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpu30gta4u8s73f5d22g:cpuitlla4u8s73du51n0 with peer 2XsMJhp8X8LCRknyVWfZWDKAmfDgjpy13EdkCLwDgBs= with score 0.878681 for network [10.3.0.0/16] 2024-07-04T14:13:25+02:00 INFO client/internal/peer/conn.go:362: connected to peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo=, endpoint address: 10.3.90.209:51820 2024-07-04T14:13:25+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpuj1v5a4u8s73du51og:cpuitkta4u8s73du51m0 with peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo= with score 2.875484 for network [0.0.0.0/0] 2024-07-04T14:13:25+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpu30gta4u8s73f5d22g:cpuitkta4u8s73du51m0 with peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo= with score 2.875484 for network [10.3.0.0/16] 2024-07-04T14:13:31+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpu30gta4u8s73f5d22g:cpuitlla4u8s73du51n0 with peer 2XsMJhp8X8LCRknyVWfZWDKAmfDgjpy13EdkCLwDgBs= with score 0.876027 for network [10.3.0.0/16] 2024-07-04T14:13:31+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpuj1v5a4u8s73du51og:cpuitlla4u8s73du51n0 with peer 2XsMJhp8X8LCRknyVWfZWDKAmfDgjpy13EdkCLwDgBs= with score 0.876027 for network [0.0.0.0/0] 2024-07-04T14:13:35+02:00 INFO client/internal/peer/conn.go:362: connected to peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo=, endpoint address: 10.3.90.209:51820 2024-07-04T14:13:35+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpuj1v5a4u8s73du51og:cpuitkta4u8s73du51m0 with peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo= with score 2.875484 for network [0.0.0.0/0] 2024-07-04T14:13:35+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpu30gta4u8s73f5d22g:cpuitkta4u8s73du51m0 with peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo= with score 2.875484 for network [10.3.0.0/16] 2024-07-04T14:13:41+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpu30gta4u8s73f5d22g:cpuitlla4u8s73du51n0 with peer 2XsMJhp8X8LCRknyVWfZWDKAmfDgjpy13EdkCLwDgBs= with score 0.879922 for network [10.3.0.0/16] 2024-07-04T14:13:41+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpuj1v5a4u8s73du51og:cpuitlla4u8s73du51n0 with peer 2XsMJhp8X8LCRknyVWfZWDKAmfDgjpy13EdkCLwDgBs= with score 0.879922 for network [0.0.0.0/0] 2024-07-04T14:13:44+02:00 INFO client/internal/peer/conn.go:362: connected to peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo=, endpoint address: 10.3.90.209:51820 2024-07-04T14:13:44+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpu30gta4u8s73f5d22g:cpuitkta4u8s73du51m0 with peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo= with score 2.875484 for network [10.3.0.0/16] 2024-07-04T14:13:44+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpuj1v5a4u8s73du51og:cpuitkta4u8s73du51m0 with peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo= with score 2.875484 for network [0.0.0.0/0] 2024-07-04T14:13:50+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpuj1v5a4u8s73du51og:cpuitlla4u8s73du51n0 with peer 2XsMJhp8X8LCRknyVWfZWDKAmfDgjpy13EdkCLwDgBs= with score 0.879063 for network [0.0.0.0/0] 2024-07-04T14:13:50+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpu30gta4u8s73f5d22g:cpuitlla4u8s73du51n0 with peer 2XsMJhp8X8LCRknyVWfZWDKAmfDgjpy13EdkCLwDgBs= with score 0.879063 for network [10.3.0.0/16] 2024-07-04T14:13:54+02:00 INFO client/internal/peer/conn.go:362: connected to peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo=, endpoint address: 10.3.90.209:51820 2024-07-04T14:13:54+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpuj1v5a4u8s73du51og:cpuitkta4u8s73du51m0 with peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo= with score 2.875484 for network [0.0.0.0/0] 2024-07-04T14:13:54+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpu30gta4u8s73f5d22g:cpuitkta4u8s73du51m0 with peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo= with score 2.875484 for network [10.3.0.0/16] 2024-07-04T14:14:01+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpu30gta4u8s73f5d22g:cpuitlla4u8s73du51n0 with peer 2XsMJhp8X8LCRknyVWfZWDKAmfDgjpy13EdkCLwDgBs= with score 0.878803 for network [10.3.0.0/16] 2024-07-04T14:14:01+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpuj1v5a4u8s73du51og:cpuitlla4u8s73du51n0 with peer 2XsMJhp8X8LCRknyVWfZWDKAmfDgjpy13EdkCLwDgBs= with score 0.878803 for network [0.0.0.0/0] 2024-07-04T14:14:04+02:00 INFO client/internal/peer/conn.go:362: connected to peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo=, endpoint address: 10.3.90.209:51820 2024-07-04T14:14:04+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpuj1v5a4u8s73du51og:cpuitkta4u8s73du51m0 with peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo= with score 2.875484 for network [0.0.0.0/0] 2024-07-04T14:14:04+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpu30gta4u8s73f5d22g:cpuitkta4u8s73du51m0 with peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo= with score 2.875484 for network [10.3.0.0/16] 2024-07-04T14:14:10+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpuj1v5a4u8s73du51og:cpuitlla4u8s73du51n0 with peer 2XsMJhp8X8LCRknyVWfZWDKAmfDgjpy13EdkCLwDgBs= with score 0.879765 for network [0.0.0.0/0] 2024-07-04T14:14:10+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpu30gta4u8s73f5d22g:cpuitlla4u8s73du51n0 with peer 2XsMJhp8X8LCRknyVWfZWDKAmfDgjpy13EdkCLwDgBs= with score 0.879765 for network [10.3.0.0/16] 2024-07-04T14:14:14+02:00 INFO client/internal/peer/conn.go:362: connected to peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo=, endpoint address: 10.3.90.209:51820 2024-07-04T14:14:14+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpu30gta4u8s73f5d22g:cpuitkta4u8s73du51m0 with peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo= with score 2.875484 for network [10.3.0.0/16] 2024-07-04T14:14:14+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpuj1v5a4u8s73du51og:cpuitkta4u8s73du51m0 with peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo= with score 2.875484 for network [0.0.0.0/0] 2024-07-04T14:14:20+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpuj1v5a4u8s73du51og:cpuitlla4u8s73du51n0 with peer 2XsMJhp8X8LCRknyVWfZWDKAmfDgjpy13EdkCLwDgBs= with score 0.878156 for network [0.0.0.0/0] 2024-07-04T14:14:20+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpu30gta4u8s73f5d22g:cpuitlla4u8s73du51n0 with peer 2XsMJhp8X8LCRknyVWfZWDKAmfDgjpy13EdkCLwDgBs= with score 0.878156 for network [10.3.0.0/16] 2024-07-04T14:14:24+02:00 INFO client/internal/peer/conn.go:362: connected to peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo=, endpoint address: 10.3.90.209:51820 2024-07-04T14:14:24+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpu30gta4u8s73f5d22g:cpuitkta4u8s73du51m0 with peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo= with score 2.875484 for network [10.3.0.0/16] 2024-07-04T14:14:24+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpuj1v5a4u8s73du51og:cpuitkta4u8s73du51m0 with peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo= with score 2.875484 for network [0.0.0.0/0] 2024-07-04T14:14:30+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpuj1v5a4u8s73du51og:cpuitlla4u8s73du51n0 with peer 2XsMJhp8X8LCRknyVWfZWDKAmfDgjpy13EdkCLwDgBs= with score 0.879349 for network [0.0.0.0/0] 2024-07-04T14:14:30+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpu30gta4u8s73f5d22g:cpuitlla4u8s73du51n0 with peer 2XsMJhp8X8LCRknyVWfZWDKAmfDgjpy13EdkCLwDgBs= with score 0.879349 for network [10.3.0.0/16] 2024-07-04T14:14:33+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpuj1v5a4u8s73du51og:cpuitkta4u8s73du51m0 with peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo= with score 2.875484 for network [0.0.0.0/0] 2024-07-04T14:14:33+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpu30gta4u8s73f5d22g:cpuitkta4u8s73du51m0 with peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo= with score 2.875484 for network [10.3.0.0/16] 2024-07-04T14:14:33+02:00 INFO client/internal/peer/conn.go:362: connected to peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo=, endpoint address: 10.3.90.209:51820 2024-07-04T14:14:39+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpuj1v5a4u8s73du51og:cpuitlla4u8s73du51n0 with peer 2XsMJhp8X8LCRknyVWfZWDKAmfDgjpy13EdkCLwDgBs= with score 0.878820 for network [0.0.0.0/0] 2024-07-04T14:14:39+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpu30gta4u8s73f5d22g:cpuitlla4u8s73du51n0 with peer 2XsMJhp8X8LCRknyVWfZWDKAmfDgjpy13EdkCLwDgBs= with score 0.878820 for network [10.3.0.0/16] 2024-07-04T14:14:42+02:00 INFO client/internal/peer/conn.go:362: connected to peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo=, endpoint address: 10.3.90.209:51820 2024-07-04T14:14:42+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpuj1v5a4u8s73du51og:cpuitkta4u8s73du51m0 with peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo= with score 2.875484 for network [0.0.0.0/0] 2024-07-04T14:14:42+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpu30gta4u8s73f5d22g:cpuitkta4u8s73du51m0 with peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo= with score 2.875484 for network [10.3.0.0/16] 2024-07-04T14:14:49+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpuj1v5a4u8s73du51og:cpuitlla4u8s73du51n0 with peer 2XsMJhp8X8LCRknyVWfZWDKAmfDgjpy13EdkCLwDgBs= with score 0.878854 for network [0.0.0.0/0] 2024-07-04T14:14:49+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpu30gta4u8s73f5d22g:cpuitlla4u8s73du51n0 with peer 2XsMJhp8X8LCRknyVWfZWDKAmfDgjpy13EdkCLwDgBs= with score 0.878854 for network [10.3.0.0/16] 2024-07-04T14:14:52+02:00 INFO client/internal/peer/conn.go:362: connected to peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo=, endpoint address: 10.3.90.209:51820 2024-07-04T14:14:52+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpuj1v5a4u8s73du51og:cpuitkta4u8s73du51m0 with peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo= with score 2.875484 for network [0.0.0.0/0] 2024-07-04T14:14:52+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpu30gta4u8s73f5d22g:cpuitkta4u8s73du51m0 with peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo= with score 2.875484 for network [10.3.0.0/16] 2024-07-04T14:14:58+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpuj1v5a4u8s73du51og:cpuitlla4u8s73du51n0 with peer 2XsMJhp8X8LCRknyVWfZWDKAmfDgjpy13EdkCLwDgBs= with score 0.880142 for network [0.0.0.0/0] 2024-07-04T14:14:58+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpu30gta4u8s73f5d22g:cpuitlla4u8s73du51n0 with peer 2XsMJhp8X8LCRknyVWfZWDKAmfDgjpy13EdkCLwDgBs= with score 0.880142 for network [10.3.0.0/16] 2024-07-04T14:15:02+02:00 INFO client/internal/peer/conn.go:362: connected to peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo=, endpoint address: 10.3.90.209:51820 2024-07-04T14:15:02+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpu30gta4u8s73f5d22g:cpuitkta4u8s73du51m0 with peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo= with score 2.875484 for network [10.3.0.0/16] 2024-07-04T14:15:02+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpuj1v5a4u8s73du51og:cpuitkta4u8s73du51m0 with peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo= with score 2.875484 for network [0.0.0.0/0] 2024-07-04T14:15:08+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpuj1v5a4u8s73du51og:cpuitlla4u8s73du51n0 with peer 2XsMJhp8X8LCRknyVWfZWDKAmfDgjpy13EdkCLwDgBs= with score 0.877977 for network [0.0.0.0/0] 2024-07-04T14:15:08+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpu30gta4u8s73f5d22g:cpuitlla4u8s73du51n0 with peer 2XsMJhp8X8LCRknyVWfZWDKAmfDgjpy13EdkCLwDgBs= with score 0.877977 for network [10.3.0.0/16] 2024-07-04T14:15:12+02:00 INFO client/internal/peer/conn.go:362: connected to peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo=, endpoint address: 10.3.90.209:51820 2024-07-04T14:15:12+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpu30gta4u8s73f5d22g:cpuitkta4u8s73du51m0 with peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo= with score 2.875484 for network [10.3.0.0/16] 2024-07-04T14:15:12+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpuj1v5a4u8s73du51og:cpuitkta4u8s73du51m0 with peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo= with score 2.875484 for network [0.0.0.0/0] 2024-07-04T14:15:18+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpu30gta4u8s73f5d22g:cpuitlla4u8s73du51n0 with peer 2XsMJhp8X8LCRknyVWfZWDKAmfDgjpy13EdkCLwDgBs= with score 0.880091 for network [10.3.0.0/16] 2024-07-04T14:15:18+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpuj1v5a4u8s73du51og:cpuitlla4u8s73du51n0 with peer 2XsMJhp8X8LCRknyVWfZWDKAmfDgjpy13EdkCLwDgBs= with score 0.880091 for network [0.0.0.0/0] 2024-07-04T14:15:23+02:00 INFO client/internal/peer/conn.go:362: connected to peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo=, endpoint address: 10.3.90.209:51820 2024-07-04T14:15:23+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpuj1v5a4u8s73du51og:cpuitkta4u8s73du51m0 with peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo= with score 2.875484 for network [0.0.0.0/0] 2024-07-04T14:15:23+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpu30gta4u8s73f5d22g:cpuitkta4u8s73du51m0 with peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo= with score 2.875484 for network [10.3.0.0/16] 2024-07-04T14:15:29+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpu30gta4u8s73f5d22g:cpuitlla4u8s73du51n0 with peer 2XsMJhp8X8LCRknyVWfZWDKAmfDgjpy13EdkCLwDgBs= with score 0.878801 for network [10.3.0.0/16] 2024-07-04T14:15:29+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpuj1v5a4u8s73du51og:cpuitlla4u8s73du51n0 with peer 2XsMJhp8X8LCRknyVWfZWDKAmfDgjpy13EdkCLwDgBs= with score 0.878801 for network [0.0.0.0/0] 2024-07-04T14:15:32+02:00 INFO client/internal/peer/conn.go:362: connected to peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo=, endpoint address: 10.3.90.209:51820 2024-07-04T14:15:32+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpu30gta4u8s73f5d22g:cpuitkta4u8s73du51m0 with peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo= with score 2.875484 for network [10.3.0.0/16] 2024-07-04T14:15:32+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpuj1v5a4u8s73du51og:cpuitkta4u8s73du51m0 with peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo= with score 2.875484 for network [0.0.0.0/0] 2024-07-04T14:15:38+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpuj1v5a4u8s73du51og:cpuitlla4u8s73du51n0 with peer 2XsMJhp8X8LCRknyVWfZWDKAmfDgjpy13EdkCLwDgBs= with score 0.878943 for network [0.0.0.0/0] 2024-07-04T14:15:38+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpu30gta4u8s73f5d22g:cpuitlla4u8s73du51n0 with peer 2XsMJhp8X8LCRknyVWfZWDKAmfDgjpy13EdkCLwDgBs= with score 0.878943 for network [10.3.0.0/16] 2024-07-04T14:15:42+02:00 INFO client/internal/peer/conn.go:362: connected to peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo=, endpoint address: 10.3.90.209:51820 2024-07-04T14:15:42+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpu30gta4u8s73f5d22g:cpuitkta4u8s73du51m0 with peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo= with score 2.875484 for network [10.3.0.0/16] 2024-07-04T14:15:42+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpuj1v5a4u8s73du51og:cpuitkta4u8s73du51m0 with peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo= with score 2.875484 for network [0.0.0.0/0] 2024-07-04T14:15:48+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpuj1v5a4u8s73du51og:cpuitlla4u8s73du51n0 with peer 2XsMJhp8X8LCRknyVWfZWDKAmfDgjpy13EdkCLwDgBs= with score 0.879070 for network [0.0.0.0/0] 2024-07-04T14:15:48+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpu30gta4u8s73f5d22g:cpuitlla4u8s73du51n0 with peer 2XsMJhp8X8LCRknyVWfZWDKAmfDgjpy13EdkCLwDgBs= with score 0.879070 for network [10.3.0.0/16] 2024-07-04T14:15:52+02:00 INFO client/internal/peer/conn.go:362: connected to peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo=, endpoint address: 10.3.90.209:51820 2024-07-04T14:15:52+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpu30gta4u8s73f5d22g:cpuitkta4u8s73du51m0 with peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo= with score 2.875484 for network [10.3.0.0/16] 2024-07-04T14:15:52+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpuj1v5a4u8s73du51og:cpuitkta4u8s73du51m0 with peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo= with score 2.875484 for network [0.0.0.0/0] 2024-07-04T14:15:58+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpu30gta4u8s73f5d22g:cpuitlla4u8s73du51n0 with peer 2XsMJhp8X8LCRknyVWfZWDKAmfDgjpy13EdkCLwDgBs= with score 0.879015 for network [10.3.0.0/16] 2024-07-04T14:15:58+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpuj1v5a4u8s73du51og:cpuitlla4u8s73du51n0 with peer 2XsMJhp8X8LCRknyVWfZWDKAmfDgjpy13EdkCLwDgBs= with score 0.879015 for network [0.0.0.0/0] 2024-07-04T14:16:02+02:00 INFO client/internal/peer/conn.go:362: connected to peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo=, endpoint address: 10.3.90.209:51820 2024-07-04T14:16:02+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpu30gta4u8s73f5d22g:cpuitkta4u8s73du51m0 with peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo= with score 2.875484 for network [10.3.0.0/16] 2024-07-04T14:16:02+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpuj1v5a4u8s73du51og:cpuitkta4u8s73du51m0 with peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo= with score 2.875484 for network [0.0.0.0/0] 2024-07-04T14:16:08+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpu30gta4u8s73f5d22g:cpuitlla4u8s73du51n0 with peer 2XsMJhp8X8LCRknyVWfZWDKAmfDgjpy13EdkCLwDgBs= with score 0.878873 for network [10.3.0.0/16] 2024-07-04T14:16:08+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpuj1v5a4u8s73du51og:cpuitlla4u8s73du51n0 with peer 2XsMJhp8X8LCRknyVWfZWDKAmfDgjpy13EdkCLwDgBs= with score 0.878873 for network [0.0.0.0/0] 2024-07-04T14:16:13+02:00 INFO client/internal/peer/conn.go:362: connected to peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo=, endpoint address: 10.3.90.209:51820 2024-07-04T14:16:13+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpuj1v5a4u8s73du51og:cpuitkta4u8s73du51m0 with peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo= with score 2.875484 for network [0.0.0.0/0] 2024-07-04T14:16:13+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpu30gta4u8s73f5d22g:cpuitkta4u8s73du51m0 with peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo= with score 2.875484 for network [10.3.0.0/16] 2024-07-04T14:16:19+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpuj1v5a4u8s73du51og:cpuitlla4u8s73du51n0 with peer 2XsMJhp8X8LCRknyVWfZWDKAmfDgjpy13EdkCLwDgBs= with score 0.879238 for network [0.0.0.0/0] 2024-07-04T14:16:19+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpu30gta4u8s73f5d22g:cpuitlla4u8s73du51n0 with peer 2XsMJhp8X8LCRknyVWfZWDKAmfDgjpy13EdkCLwDgBs= with score 0.879238 for network [10.3.0.0/16] 2024-07-04T14:16:22+02:00 INFO client/internal/peer/conn.go:362: connected to peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo=, endpoint address: 10.3.90.209:51820 2024-07-04T14:16:22+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpuj1v5a4u8s73du51og:cpuitkta4u8s73du51m0 with peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo= with score 2.875484 for network [0.0.0.0/0] 2024-07-04T14:16:22+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpu30gta4u8s73f5d22g:cpuitkta4u8s73du51m0 with peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo= with score 2.875484 for network [10.3.0.0/16] 2024-07-04T14:16:28+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpuj1v5a4u8s73du51og:cpuitlla4u8s73du51n0 with peer 2XsMJhp8X8LCRknyVWfZWDKAmfDgjpy13EdkCLwDgBs= with score 0.879600 for network [0.0.0.0/0] 2024-07-04T14:16:28+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpu30gta4u8s73f5d22g:cpuitlla4u8s73du51n0 with peer 2XsMJhp8X8LCRknyVWfZWDKAmfDgjpy13EdkCLwDgBs= with score 0.879600 for network [10.3.0.0/16] 2024-07-04T14:16:31+02:00 INFO client/internal/peer/conn.go:362: connected to peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo=, endpoint address: 10.3.90.209:51820 2024-07-04T14:16:31+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpuj1v5a4u8s73du51og:cpuitkta4u8s73du51m0 with peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo= with score 2.875484 for network [0.0.0.0/0] 2024-07-04T14:16:31+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpu30gta4u8s73f5d22g:cpuitkta4u8s73du51m0 with peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo= with score 2.875484 for network [10.3.0.0/16] 2024-07-04T14:16:38+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpuj1v5a4u8s73du51og:cpuitlla4u8s73du51n0 with peer 2XsMJhp8X8LCRknyVWfZWDKAmfDgjpy13EdkCLwDgBs= with score 0.878165 for network [0.0.0.0/0] 2024-07-04T14:16:38+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpu30gta4u8s73f5d22g:cpuitlla4u8s73du51n0 with peer 2XsMJhp8X8LCRknyVWfZWDKAmfDgjpy13EdkCLwDgBs= with score 0.878165 for network [10.3.0.0/16] 2024-07-04T14:16:41+02:00 INFO client/internal/peer/conn.go:362: connected to peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo=, endpoint address: 10.3.90.209:51820 2024-07-04T14:16:41+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpuj1v5a4u8s73du51og:cpuitkta4u8s73du51m0 with peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo= with score 2.875484 for network [0.0.0.0/0] 2024-07-04T14:16:41+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpu30gta4u8s73f5d22g:cpuitkta4u8s73du51m0 with peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo= with score 2.875484 for network [10.3.0.0/16] 2024-07-04T14:16:47+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpu30gta4u8s73f5d22g:cpuitlla4u8s73du51n0 with peer 2XsMJhp8X8LCRknyVWfZWDKAmfDgjpy13EdkCLwDgBs= with score 0.878921 for network [10.3.0.0/16] 2024-07-04T14:16:47+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpuj1v5a4u8s73du51og:cpuitlla4u8s73du51n0 with peer 2XsMJhp8X8LCRknyVWfZWDKAmfDgjpy13EdkCLwDgBs= with score 0.878921 for network [0.0.0.0/0] 2024-07-04T14:16:51+02:00 INFO client/internal/peer/conn.go:362: connected to peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo=, endpoint address: 10.3.90.209:51820 2024-07-04T14:16:51+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpuj1v5a4u8s73du51og:cpuitkta4u8s73du51m0 with peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo= with score 2.875484 for network [0.0.0.0/0] 2024-07-04T14:16:51+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpu30gta4u8s73f5d22g:cpuitkta4u8s73du51m0 with peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo= with score 2.875484 for network [10.3.0.0/16] 2024-07-04T14:16:57+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpuj1v5a4u8s73du51og:cpuitlla4u8s73du51n0 with peer 2XsMJhp8X8LCRknyVWfZWDKAmfDgjpy13EdkCLwDgBs= with score 0.878377 for network [0.0.0.0/0] 2024-07-04T14:16:57+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpu30gta4u8s73f5d22g:cpuitlla4u8s73du51n0 with peer 2XsMJhp8X8LCRknyVWfZWDKAmfDgjpy13EdkCLwDgBs= with score 0.878377 for network [10.3.0.0/16] 2024-07-04T14:17:01+02:00 INFO client/internal/peer/conn.go:362: connected to peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo=, endpoint address: 10.3.90.209:51820 2024-07-04T14:17:01+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpuj1v5a4u8s73du51og:cpuitkta4u8s73du51m0 with peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo= with score 2.875484 for network [0.0.0.0/0] 2024-07-04T14:17:01+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpu30gta4u8s73f5d22g:cpuitkta4u8s73du51m0 with peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo= with score 2.875484 for network [10.3.0.0/16] 2024-07-04T14:17:07+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpu30gta4u8s73f5d22g:cpuitlla4u8s73du51n0 with peer 2XsMJhp8X8LCRknyVWfZWDKAmfDgjpy13EdkCLwDgBs= with score 0.878849 for network [10.3.0.0/16] 2024-07-04T14:17:07+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpuj1v5a4u8s73du51og:cpuitlla4u8s73du51n0 with peer 2XsMJhp8X8LCRknyVWfZWDKAmfDgjpy13EdkCLwDgBs= with score 0.878849 for network [0.0.0.0/0] 2024-07-04T14:17:11+02:00 INFO client/internal/peer/conn.go:362: connected to peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo=, endpoint address: 10.3.90.209:51820 2024-07-04T14:17:11+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpu30gta4u8s73f5d22g:cpuitkta4u8s73du51m0 with peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo= with score 2.875484 for network [10.3.0.0/16] 2024-07-04T14:17:11+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpuj1v5a4u8s73du51og:cpuitkta4u8s73du51m0 with peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo= with score 2.875484 for network [0.0.0.0/0] 2024-07-04T14:17:17+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpuj1v5a4u8s73du51og:cpuitlla4u8s73du51n0 with peer 2XsMJhp8X8LCRknyVWfZWDKAmfDgjpy13EdkCLwDgBs= with score 0.879954 for network [0.0.0.0/0] 2024-07-04T14:17:17+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpu30gta4u8s73f5d22g:cpuitlla4u8s73du51n0 with peer 2XsMJhp8X8LCRknyVWfZWDKAmfDgjpy13EdkCLwDgBs= with score 0.879954 for network [10.3.0.0/16] 2024-07-04T14:17:20+02:00 INFO client/internal/peer/conn.go:362: connected to peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo=, endpoint address: 10.3.90.209:51820 2024-07-04T14:17:20+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpuj1v5a4u8s73du51og:cpuitkta4u8s73du51m0 with peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo= with score 2.875484 for network [0.0.0.0/0] 2024-07-04T14:17:20+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpu30gta4u8s73f5d22g:cpuitkta4u8s73du51m0 with peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo= with score 2.875484 for network [10.3.0.0/16] 2024-07-04T14:17:26+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpuj1v5a4u8s73du51og:cpuitlla4u8s73du51n0 with peer 2XsMJhp8X8LCRknyVWfZWDKAmfDgjpy13EdkCLwDgBs= with score 0.879357 for network [0.0.0.0/0] 2024-07-04T14:17:26+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpu30gta4u8s73f5d22g:cpuitlla4u8s73du51n0 with peer 2XsMJhp8X8LCRknyVWfZWDKAmfDgjpy13EdkCLwDgBs= with score 0.879357 for network [10.3.0.0/16] 2024-07-04T14:17:30+02:00 INFO client/internal/peer/conn.go:362: connected to peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo=, endpoint address: 10.3.90.209:51820 2024-07-04T14:17:30+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpuj1v5a4u8s73du51og:cpuitkta4u8s73du51m0 with peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo= with score 2.872098 for network [0.0.0.0/0] 2024-07-04T14:17:30+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpu30gta4u8s73f5d22g:cpuitkta4u8s73du51m0 with peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo= with score 2.872098 for network [10.3.0.0/16] 2024-07-04T14:17:36+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpu30gta4u8s73f5d22g:cpuitlla4u8s73du51n0 with peer 2XsMJhp8X8LCRknyVWfZWDKAmfDgjpy13EdkCLwDgBs= with score 0.875640 for network [10.3.0.0/16] 2024-07-04T14:17:36+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpuj1v5a4u8s73du51og:cpuitlla4u8s73du51n0 with peer 2XsMJhp8X8LCRknyVWfZWDKAmfDgjpy13EdkCLwDgBs= with score 0.875640 for network [0.0.0.0/0] 2024-07-04T14:17:40+02:00 INFO client/internal/peer/conn.go:362: connected to peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo=, endpoint address: 10.3.90.209:51820 2024-07-04T14:17:40+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpuj1v5a4u8s73du51og:cpuitkta4u8s73du51m0 with peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo= with score 2.872098 for network [0.0.0.0/0] 2024-07-04T14:17:40+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpu30gta4u8s73f5d22g:cpuitkta4u8s73du51m0 with peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo= with score 2.872098 for network [10.3.0.0/16] 2024-07-04T14:17:46+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpu30gta4u8s73f5d22g:cpuitlla4u8s73du51n0 with peer 2XsMJhp8X8LCRknyVWfZWDKAmfDgjpy13EdkCLwDgBs= with score 0.876708 for network [10.3.0.0/16] 2024-07-04T14:17:46+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpuj1v5a4u8s73du51og:cpuitlla4u8s73du51n0 with peer 2XsMJhp8X8LCRknyVWfZWDKAmfDgjpy13EdkCLwDgBs= with score 0.876708 for network [0.0.0.0/0] 2024-07-04T14:17:49+02:00 INFO client/internal/peer/conn.go:362: connected to peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo=, endpoint address: 10.3.90.209:51820 2024-07-04T14:17:49+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpuj1v5a4u8s73du51og:cpuitkta4u8s73du51m0 with peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo= with score 2.872098 for network [0.0.0.0/0] 2024-07-04T14:17:49+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpu30gta4u8s73f5d22g:cpuitkta4u8s73du51m0 with peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo= with score 2.872098 for network [10.3.0.0/16] 2024-07-04T14:17:55+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpu30gta4u8s73f5d22g:cpuitlla4u8s73du51n0 with peer 2XsMJhp8X8LCRknyVWfZWDKAmfDgjpy13EdkCLwDgBs= with score 0.875378 for network [10.3.0.0/16] 2024-07-04T14:17:55+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpuj1v5a4u8s73du51og:cpuitlla4u8s73du51n0 with peer 2XsMJhp8X8LCRknyVWfZWDKAmfDgjpy13EdkCLwDgBs= with score 0.875378 for network [0.0.0.0/0] 2024-07-04T14:17:59+02:00 INFO client/internal/peer/conn.go:362: connected to peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo=, endpoint address: 10.3.90.209:51820 2024-07-04T14:17:59+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpu30gta4u8s73f5d22g:cpuitkta4u8s73du51m0 with peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo= with score 2.872098 for network [10.3.0.0/16] 2024-07-04T14:17:59+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpuj1v5a4u8s73du51og:cpuitkta4u8s73du51m0 with peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo= with score 2.872098 for network [0.0.0.0/0] 2024-07-04T14:18:05+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpu30gta4u8s73f5d22g:cpuitlla4u8s73du51n0 with peer 2XsMJhp8X8LCRknyVWfZWDKAmfDgjpy13EdkCLwDgBs= with score 0.876750 for network [10.3.0.0/16] 2024-07-04T14:18:05+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpuj1v5a4u8s73du51og:cpuitlla4u8s73du51n0 with peer 2XsMJhp8X8LCRknyVWfZWDKAmfDgjpy13EdkCLwDgBs= with score 0.876750 for network [0.0.0.0/0] 2024-07-04T14:18:08+02:00 INFO client/internal/peer/conn.go:362: connected to peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo=, endpoint address: 10.3.90.209:51820 2024-07-04T14:18:08+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpuj1v5a4u8s73du51og:cpuitkta4u8s73du51m0 with peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo= with score 2.872098 for network [0.0.0.0/0] 2024-07-04T14:18:08+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpu30gta4u8s73f5d22g:cpuitkta4u8s73du51m0 with peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo= with score 2.872098 for network [10.3.0.0/16] 2024-07-04T14:18:14+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpu30gta4u8s73f5d22g:cpuitlla4u8s73du51n0 with peer 2XsMJhp8X8LCRknyVWfZWDKAmfDgjpy13EdkCLwDgBs= with score 0.880613 for network [10.3.0.0/16] 2024-07-04T14:18:14+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpuj1v5a4u8s73du51og:cpuitlla4u8s73du51n0 with peer 2XsMJhp8X8LCRknyVWfZWDKAmfDgjpy13EdkCLwDgBs= with score 0.880613 for network [0.0.0.0/0] 2024-07-04T14:18:18+02:00 INFO client/internal/peer/conn.go:362: connected to peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo=, endpoint address: 10.3.90.209:51820 2024-07-04T14:18:18+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpu30gta4u8s73f5d22g:cpuitkta4u8s73du51m0 with peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo= with score 2.872098 for network [10.3.0.0/16] 2024-07-04T14:18:18+02:00 INFO client/internal/routemanager/client.go:175: New chosen route is cpuj1v5a4u8s73du51og:cpuitkta4u8s73du51m0 with peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo= with score 2.872098 for network [0.0.0.0/0] ``` And the above logs just keep on going. Only a disconnection and then connection again can fix the above issue which sometimes needs to happen few times since it can reoccur. Since I have found this out, I have decreased the number of the netbird peers running inside each kubernetes cluster to 1 from 2 and I couldn't reproduce this issue anymore (once routes are chosen, they are simply used because there is just 1 routing peer). This is of course not ideal because whenever we need to do maintenance on the node which runs the netbird client - we are locked out of given VPC access (until the peer starts up again). So I would really like to restore the HA setup if it would prove to be working OK. I can provide further logs and other troubleshooting details as needed.
Author
Owner

@hurricanehrndz commented on GitHub (Jul 12, 2024):

So I have studied this, one possible workaround is to compare the route update with the current routes, if routes aren't different recalculating of routes should be skipped. This works for us by leveraging the management ACLs we let client have access to routing peers, but block clients from seeing each other

@hurricanehrndz commented on GitHub (Jul 12, 2024): So I have studied this, one possible workaround is to compare the route update with the current routes, if routes aren't different recalculating of routes should be skipped. This works for us by leveraging the management ACLs we let client have access to routing peers, but block clients from seeing each other
Author
Owner

@hurricanehrndz commented on GitHub (Jul 12, 2024):

I will submit a PR

@hurricanehrndz commented on GitHub (Jul 12, 2024): I will submit a PR
Author
Owner

@hurricanehrndz commented on GitHub (Jul 14, 2024):

@LeszekBlazewski I just looked over your log again, and something else is going on with your setup. It seems to me like one of the routing peer is disconnecting and reconnecting. Did you ever capture the logs of the routing peer and why it is disconnecting and reconnecting? I would turn on debug on the routing peer and capture the log as to why it keeps disconnecting and reconnecting.

2024-07-04T14:18:18+02:00 INFO client/internal/peer/conn.go:362: connected to peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo=, endpoint address: 10.3.90.209:51820

My PR would do very little in this situation. Because getBestRoute would be called in this situation. To add I don't think latency is the issue at play here, not to mention that the logs show that latency is pretty stable with little to no deviation.

Additionally, I believe that one of the routing peer is making a direct connection to the client via the other routing peer's tunnel. I say this because the score of the one routing peer is 2points better than the other.

So perhaps the solution for your situation would be to ensure that port 51820 is not accessible on the private address space or disable the relay and make the routing peers publicly accessible.

To answer your question, I trust more the wireguard tech then I do STUN, so I rather avoid using relay when possible and just have a public subnet

@hurricanehrndz commented on GitHub (Jul 14, 2024): @LeszekBlazewski I just looked over your log again, and something else is going on with your setup. It seems to me like one of the routing peer is disconnecting and reconnecting. Did you ever capture the logs of the routing peer and why it is disconnecting and reconnecting? I would turn on debug on the routing peer and capture the log as to why it keeps disconnecting and reconnecting. ``` 2024-07-04T14:18:18+02:00 INFO client/internal/peer/conn.go:362: connected to peer 7bNmizr5SP3tHb+PVKPQlpxjNJ8WRO9TXL1xSWkgCRo=, endpoint address: 10.3.90.209:51820 ``` My PR would do very little in this situation. Because `getBestRoute` would be called in this situation. To add I don't think latency is the issue at play here, not to mention that the logs show that latency is pretty stable with little to no deviation. Additionally, I believe that one of the routing peer is making a direct connection to the client via the other routing peer's tunnel. I say this because [the score of the one routing peer is 2points better than the other](https://github.com/netbirdio/netbird/blob/main/client/internal/routemanager/client.go#L135). So perhaps the solution for your situation would be to ensure that port 51820 is not accessible on the private address space or disable the relay and make the routing peers publicly accessible. To answer your question, I trust more the wireguard tech then I do STUN, so I rather avoid using relay when possible and just have a public subnet
Author
Owner

@LeszekBlazewski commented on GitHub (Jul 16, 2024):

Than you for the detailed answer @hurricanehrndz. I appreciate all of your feedback. It makes sense, I will move my routing peers to a public subnet and check the setup again.

@LeszekBlazewski commented on GitHub (Jul 16, 2024): Than you for the detailed answer @hurricanehrndz. I appreciate all of your feedback. It makes sense, I will move my routing peers to a public subnet and check the setup again.
Author
Owner

@LeszekBlazewski commented on GitHub (Jul 22, 2024):

Hi @hurricanehrndz,

I have a quick question regarding your suggested changes:

So perhaps the solution for your situation would be to ensure that port 51820 is not accessible on the private address space or disable the relay and make the routing peers publicly accessible.

I have executed some tests by moving the netbird routing peers to public subnets but have observed a situation where the routing peers would join randomly as either P2P with connection Direct: true or same as before with relay/relay connection type. (Observed from my macos peer who uses those peers for routing traffic for a HA network route that is specified for 10.X.0.0/16).

As you mentioned those 2 routing peers are running in 2 different public AWS subnets (same VPC) but I was wondering why relay connections are chosen instead of direct even if the routing peers are made public. The AWS subnets in which those 2 peers run only have to routes in their routing table:

  1. Route for 0.0.0.0/0 pointing to internet gateway
  2. Route for 10.X.0.0/16 pointing to local (so resources running in private subnets are accessible from public subnet)

I started to think, that as you said, the following is probably true:

I believe that one of the routing peer is making a direct connection to the client via the other routing peer's tunnel. So perhaps the solution for your situation would be to ensure that port 51820 is not accessible on the private address space

I am just not 100% sure wether I understand this correctly, by private space you mean the whole 10.X.0.0/16 range (the VPC CIDR block), right? In that case to avoid those connections to go through the other peer tunnel, I would have to add a firewall rule on the public routing peers that would block the 10.X.0.0/16 range on the WG port 51820? Smth like this?:

WG_PORT=51820
sudo iptables -A INPUT -p udp --dport $WG_PORT -s 10.X.0.0/16 -j DROP
@LeszekBlazewski commented on GitHub (Jul 22, 2024): Hi @hurricanehrndz, I have a quick question regarding your suggested changes: > So perhaps the solution for your situation would be to ensure that port 51820 is not accessible on the private address space or disable the relay and make the routing peers publicly accessible. I have executed some tests by moving the netbird routing peers to public subnets but have observed a situation where the routing peers would join randomly as either P2P with connection `Direct: true` or same as before with `relay/relay` connection type. (Observed from my macos peer who uses those peers for routing traffic for a HA network route that is specified for `10.X.0.0/16`). As you mentioned those 2 routing peers are running in 2 different public AWS subnets (same VPC) but I was wondering why relay connections are chosen instead of direct even if the routing peers are made public. The AWS subnets in which those 2 peers run only have to routes in their routing table: 1. Route for `0.0.0.0/0` pointing to internet gateway 2. Route for `10.X.0.0/16` pointing to local (so resources running in private subnets are accessible from public subnet) I started to think, that as you said, the following is probably true: > I believe that one of the routing peer is making a direct connection to the client via the other routing peer's tunnel. So perhaps the solution for your situation would be to ensure that port 51820 is not accessible on the private address space I am just not 100% sure wether I understand this correctly, by private space you mean the whole `10.X.0.0/16` range (the VPC CIDR block), right? In that case to avoid those connections to go through the other peer tunnel, I would have to add a firewall rule on the public routing peers that would block the `10.X.0.0/16` range on the WG port `51820`? Smth like this?: ``` WG_PORT=51820 sudo iptables -A INPUT -p udp --dport $WG_PORT -s 10.X.0.0/16 -j DROP ```
Author
Owner

@LeszekBlazewski commented on GitHub (Jul 22, 2024):

Quick update to the above. I have run further tests and it turned out that the constant reconnecting peer (that can be observed in the logs above) was present due to the usage of an exit node. One of the set of routing peers was assigned as an exit node and that caused constant jumping of connections on few other peers from P2P to relay which made the connection very unreliable. On the debug logs I have observed that as @hurricanehrndz pointed out, one of the peers was trying to use the other peers tunnel.

Moreover after disabling the exit node and running some tests I have noticed that in order to have proper P2P direct connection to a public EC2 netbird client one has to open up the 51820 port for all UDP traffic. Without that, I was able to connect to the peer but the connection from my macos peer was shown as relay for most of the time and only sometimes went as P2P. As soon as I opened the port, it's always P2P. It's something that has been mentioned here: https://github.com/netbirdio/netbird/issues/254#issuecomment-2229534046.

Since I have been planning to move to a full split DNS and routing setup, the above mentioned issue is solved for me. Thank you all for providing such enormous amount of information. Netbird is a great product, keep up the good work!

@LeszekBlazewski commented on GitHub (Jul 22, 2024): Quick update to the above. I have run further tests and it turned out that the constant reconnecting peer (that can be observed in the logs above) was present due to the usage of an exit node. One of the set of routing peers was assigned as an exit node and that caused constant jumping of connections on few other peers from P2P to relay which made the connection very unreliable. On the debug logs I have observed that as @hurricanehrndz pointed out, one of the peers was trying to use the other peers tunnel. Moreover after disabling the exit node and running some tests I have noticed that in order to have proper P2P direct connection to a public EC2 netbird client one has to open up the 51820 port for all UDP traffic. Without that, I was able to connect to the peer but the connection from my macos peer was shown as relay for most of the time and only sometimes went as P2P. As soon as I opened the port, it's always P2P. It's something that has been mentioned here: https://github.com/netbirdio/netbird/issues/254#issuecomment-2229534046. Since I have been planning to move to a full split DNS and routing setup, the above mentioned issue is solved for me. Thank you all for providing such enormous amount of information. Netbird is a great product, keep up the good work!
Author
Owner

@hurricanehrndz commented on GitHub (Jul 23, 2024):

Quick update to the above. I have run further tests and it turned out that the constant reconnecting peer (that can be observed in the logs above) was present due to the usage of an exit node. One of the set of routing peers was assigned as an exit node and that caused constant jumping of connections on few other peers from P2P to relay which made the connection very unreliable. On the debug logs I have observed that as @hurricanehrndz pointed out, one of the peers was trying to use the other peers tunnel.

Moreover after disabling the exit node and running some tests I have noticed that in order to have proper P2P direct connection to a public EC2 netbird client one has to open up the 51820 port for all UDP traffic. Without that, I was able to connect to the peer but the connection from my macos peer was shown as relay for most of the time and only sometimes went as P2P. As soon as I opened the port, it's always P2P. It's something that has been mentioned here: https://github.com/netbirdio/netbird/issues/254#issuecomment-2229534046.

Since I have been planning to move to a full split DNS and routing setup, the above mentioned issue is solved for me. Thank you all for providing such enormous amount of information. Netbird is a great product, keep up the good work!

Ah yeah opening the port is key. Glad you figured it out

@hurricanehrndz commented on GitHub (Jul 23, 2024): > Quick update to the above. I have run further tests and it turned out that the constant reconnecting peer (that can be observed in the logs above) was present due to the usage of an exit node. One of the set of routing peers was assigned as an exit node and that caused constant jumping of connections on few other peers from P2P to relay which made the connection very unreliable. On the debug logs I have observed that as @hurricanehrndz pointed out, one of the peers was trying to use the other peers tunnel. > > > > Moreover after disabling the exit node and running some tests I have noticed that in order to have proper P2P direct connection to a public EC2 netbird client one has to open up the 51820 port for all UDP traffic. Without that, I was able to connect to the peer but the connection from my macos peer was shown as relay for most of the time and only sometimes went as P2P. As soon as I opened the port, it's always P2P. It's something that has been mentioned here: https://github.com/netbirdio/netbird/issues/254#issuecomment-2229534046. > > > > Since I have been planning to move to a full split DNS and routing setup, the above mentioned issue is solved for me. Thank you all for providing such enormous amount of information. Netbird is a great product, keep up the good work! Ah yeah opening the port is key. Glad you figured it out
Author
Owner

@nazarewk commented on GitHub (Apr 23, 2025):

@briemann Did you resolve the issue? Any idea whether this is still happening with the latest NetBird version?

@nazarewk commented on GitHub (Apr 23, 2025): @briemann Did you resolve the issue? Any idea whether this is still happening with the latest NetBird version?
Author
Owner

@briemann commented on GitHub (Apr 23, 2025):

@nazarewk We upgraded 0.27.5 -> 0.36.5 of the management plane a month back and haven't seen issues since. We can close out this issue, thanks!

@briemann commented on GitHub (Apr 23, 2025): @nazarewk We upgraded 0.27.5 -> 0.36.5 of the management plane a month back and haven't seen issues since. We can close out this issue, thanks!
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: SVI/netbird#989