[GH-ISSUE #1802] network routing no longer works after upgrade to 0.27.0 #3408

Open
opened 2026-08-05 00:52:14 -04:00 by saavagebueno · 0 comments
Owner

Originally created by @lfarkas on GitHub (Apr 4, 2024).
Original GitHub issue: https://github.com/netbirdio/netbird/issues/1802

after upgrading to 0.27.0 the only routing line on all peers are:
100.76.0.0 0.0.0.0 255.255.0.0 U 0 0 0 wt0
this was works before updating to this version.
even though it seems to working from the logfile:

2024-04-04T22:49:01+02:00 WARN client/internal/routemanager/client.go:134: the network 10.20.0.0/24 has not been assigned a routing peer as no peers from the list [1u25Mrocd2aMv88fUgRnKmM1caynzX+bGTzThCZ3CnE=] are currently connected
2024-04-04T22:49:01+02:00 WARN client/internal/routemanager/client.go:134: the network 10.30.0.0/24 has not been assigned a routing peer as no peers from the list [1u25Mrocd2aMv88fUgRnKmM1caynzX+bGTzThCZ3CnE=] are currently connected
2024-04-04T22:49:04+02:00 INFO client/internal/routemanager/client.go:137: new chosen route is co1kuj3l0ubs739dg11g with peer 1u25Mrocd2aMv88fUgRnKmM1caynzX+bGTzThCZ3CnE= with score 2 for network 10.30.0.0/24
2024-04-04T22:49:04+02:00 INFO client/internal/routemanager/client.go:137: new chosen route is co1kv3bl0ubs739dg130 with peer 1u25Mrocd2aMv88fUgRnKmM1caynzX+bGTzThCZ3CnE= with score 2 for network 10.20.0.0/24
2024-04-04T22:49:04+02:00 INFO client/internal/peer/conn.go:387: connected to peer 1u25Mrocd2aMv88fUgRnKmM1caynzX+bGTzThCZ3CnE=, endpoint address: 145.236.15.52:51820

but no such route added.

Originally created by @lfarkas on GitHub (Apr 4, 2024). Original GitHub issue: https://github.com/netbirdio/netbird/issues/1802 after upgrading to 0.27.0 the only routing line on all peers are: `100.76.0.0 0.0.0.0 255.255.0.0 U 0 0 0 wt0` this was works before updating to this version. even though it seems to working from the logfile: ``` 2024-04-04T22:49:01+02:00 WARN client/internal/routemanager/client.go:134: the network 10.20.0.0/24 has not been assigned a routing peer as no peers from the list [1u25Mrocd2aMv88fUgRnKmM1caynzX+bGTzThCZ3CnE=] are currently connected 2024-04-04T22:49:01+02:00 WARN client/internal/routemanager/client.go:134: the network 10.30.0.0/24 has not been assigned a routing peer as no peers from the list [1u25Mrocd2aMv88fUgRnKmM1caynzX+bGTzThCZ3CnE=] are currently connected 2024-04-04T22:49:04+02:00 INFO client/internal/routemanager/client.go:137: new chosen route is co1kuj3l0ubs739dg11g with peer 1u25Mrocd2aMv88fUgRnKmM1caynzX+bGTzThCZ3CnE= with score 2 for network 10.30.0.0/24 2024-04-04T22:49:04+02:00 INFO client/internal/routemanager/client.go:137: new chosen route is co1kv3bl0ubs739dg130 with peer 1u25Mrocd2aMv88fUgRnKmM1caynzX+bGTzThCZ3CnE= with score 2 for network 10.20.0.0/24 2024-04-04T22:49:04+02:00 INFO client/internal/peer/conn.go:387: connected to peer 1u25Mrocd2aMv88fUgRnKmM1caynzX+bGTzThCZ3CnE=, endpoint address: 145.236.15.52:51820 ``` but no such route added.
saavagebueno added the clientroutes labels 2026-08-05 00:52:14 -04:00
Sign in to join this conversation.
No Label client routes
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: DYNR/netbird#3408