key-networks / ztncui

ZeroTier network controller UI
GNU General Public License v3.0
1.56k stars 230 forks source link

Easy Setup deletes secondary managed routes #25

Closed pjv closed 4 years ago

pjv commented 4 years ago

If you create a managed route (for a new subnet) on an existing ZT network, and then subsequently run easy setup on that network - for example, to change the range of the IP assignment pool for the primary ZT subnet - it then silently deletes the secondary managed route.

key-networks commented 4 years ago

"easy setup" is intended for simple setup of a new network that has no prior configuration. In your case, it would be better to run "easy setup" before adding the managed route.

pjv commented 4 years ago

Of course I did run "easy setup" before adding the managed route. But then I subsequently wanted to make a change to the range of addresses in the IP assignment pool. Is there another easy or non-easy way to do that without running "easy setup" that will not delete the managed routes?

key-networks commented 4 years ago

Ah, fair enough. You can manipulate the configuration by following the detail link for the network and then following the ipAssignmentPools link.

pjv commented 4 years ago

Excellent - thank you!