This is an automated archive.
The original was posted on /r/wireguard by /u/Selbstdenker_first on 2024-01-03 11:19:33+00:00.
Is it possible to setup multiple "servers" in a wireguard tunnel.
I assume that would mean that on the Client we would have multiple [Peer] sections with an endpoint defined on the Client configs.
I also assume that we then would generate on each Server the public key with the same, identical Client private key per Client.
Would that be possible? (Conceptually I don't get how the routing would work, as each Client would have 2 Endpoints to the public internet. Is it defaulting to one?)
Use case: If a Server is down the VPN connection to a site should be still up for a Client. The experience for the Client should be seamless. Meaning he shouldn't even realize a Server or location is down.
(I am new to wireguard, hence I might cretaunly have missed something obvious)