Ability to define more than one L3 route in a network and have backup / fail-over #1015
Labels
Networking & Routing
Routing, networking to multiple systems, and multicast
Status: Backlog
Older issues that are awaiting resolution
Type: Feature Request or Suggestion
Enhancements, performance concerns, etc.
I would like to have backup routes so that if one member is down I can still route via another member
For example say I have three members A, B and C
A zerotier IP is 10.123.1.1
B zerotier IP is 10.123.1.2
C zerotier IP is 10.123.1.3
A and B have access to the same private network subnet 10.118.56.0/26
Currently I can setup a route "10.118.56.0/26 via 10.123.1.1" and this allows C to access the private subnet
Though in the case where A is down I would like to be able to route via B
So ideally I can add a route "10.118.56.0/26 via 10.123.1.2"
But I have to manually manage these routes since A or B can come or go at any time.
Ideally I could configure both routes and have zerotier only create ONE route table entry on C, using A as perference and B if A is offline
The text was updated successfully, but these errors were encountered: