zerotier / ZeroTierOne

A Smart Ethernet Switch for Earth
https://zerotier.com
Other
14.65k stars 1.71k forks source link

Multiple Access Point Redundancy Issues #1735

Open toadzhou opened 2 years ago

toadzhou commented 2 years ago

My connection is like this

A zone:
gateway01: 10.0.0.1
gateway02: 10.0.0.1

B zone:
gateway01: 10.0.0.2
gateway02: 10.0.0.2

I set the IP of the backup node in the same area to be the same, in order to solve the problem of one of them failing the switch.

Found this to be possible, but it took a long time to switch. It's about 30 seconds, and it can't do traffic load. I checked the official documentation and only found a load scheme for multiple NICs, but this is not what I want. I would like to ask, is there a way to achieve this scenario of mine under the existing circumstances?

toadzhou commented 2 years ago

Can anyone help me out?

laduke commented 2 years ago

Hello, gateway01 and gateway02 are zerotier nodes? 10.0.0.1 and .2 is a zerotier ip address?

toadzhou commented 2 years ago

Yes, they are all zerotier nodes.

toadzhou commented 2 years ago

Each region has two zerotier nodes and their IPs are the same. I need them to have redundancy or load capability.