Change the Netbird Network Range to route from peers #2347

Open
opened 2025-11-20 07:08:20 -05:00 by saavagebueno · 0 comments
Owner

Originally created by @ndf-dw on GitHub (Oct 6, 2025).

Hi,

I'm trying to set a self-hosted netbird: I need to defined a network range (different from the default) for peers, and I need to set peers to announce route for a larger network range. For example, I set 100.64.0.0/16 to be the range for peers, but I need to announce the route for 100.64.0.0/10 (we have services in this range).

The IP allocation for peers is in the correct subnet, but the given route is not the one I need.

Id' like to have a way to configure network range route client's different from the Peers network range.

On the Netbird Management web interface, In Settings/Networks/Network Range, I set the range where I want to limit IP addressing of peers, but when I'm connecting on the VPN, it add only the route of this "small" Network range. So i'm only able to access to Peers Network range.

The configuration I changed:
Image
The route I have on my peers:
100.64.0.0/16 dev wt0 proto kernel scope link src 100.64.92.12

I need to have thie route:
100.64.0.0/10 dev wt0 proto kernel scope link src 100.64.92.12

Do yo have a way to configure that (I searched, but without success)?

Thanks

Originally created by @ndf-dw on GitHub (Oct 6, 2025). Hi, I'm trying to set a self-hosted netbird: I need to defined a network range (different from the default) for peers, and I need to set peers to announce route for a larger network range. For example, I set 100.64.0.0/16 to be the range for peers, but I need to announce the route for 100.64.0.0/10 (we have services in this range). The IP allocation for peers is in the correct subnet, but the given route is not the one I need. Id' like to have a way to configure network range route client's different from the Peers network range. On the Netbird Management web interface, In Settings/Networks/Network Range, I set the range where I want to limit IP addressing of peers, but when I'm connecting on the VPN, it add only the route of this "small" Network range. So i'm only able to access to Peers Network range. The configuration I changed: <img width="1122" height="572" alt="Image" src="https://github.com/user-attachments/assets/b9b8a0c2-30b7-40e8-b622-fa274187e2ec" /> The route I have on my peers: `100.64.0.0/16 dev wt0 proto kernel scope link src 100.64.92.12` I need to have thie route: `100.64.0.0/10 dev wt0 proto kernel scope link src 100.64.92.12` Do yo have a way to configure that (I searched, but without success)? Thanks
saavagebueno added the feature-request label 2025-11-20 07:08:20 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: SVI/netbird#2347