netbirdio / netbird

Connect your devices into a secure WireGuard®-based overlay network with SSO, MFA and granular access controls.
https://netbird.io
BSD 3-Clause "New" or "Revised" License
11.24k stars 517 forks source link

Allow multiple IPs/Subnets ranges when creating Network Route #2914

Open ralph-exsyn opened 2 days ago

ralph-exsyn commented 2 days ago

Is your feature request related to a problem? Please describe. A client uses 6 different IPs: xx.xxx.84:89.xxx for which I did not want to setup 6 different network routes, for ease of management. Temporarily created a single subnet route xx.xxx.0.0/16, potentially blocking many ranges in the future.

Describe the solution you'd like A functionality to allow multiple IPs/Subnets in the range when creating a new Network Route as such:

image

Describe alternatives you've considered Creating 6 different network routes.

Kind regards, Ralph

ralph-exsyn commented 2 days ago

Note: I believe that https://github.com/netbirdio/netbird/issues/2852 could be a possible solution for this as well.