OPNsense Forum

Archive => 21.7 Legacy Series => Topic started by: nzkiwi68 on September 08, 2021, 12:32:26 am

Title: Wireguard multiWAN with HA site to site - Wireguard needs to follow CARP
Post by: nzkiwi68 on September 08, 2021, 12:32:26 am
All that is needed to get it going properly, is have WireGuard (WG) follow the CARP master and STOP on the backup firewall and only start if it is the CARP master.

I don't care that WG doesn't send packets out the carp interface or I can't control which interface IP it uses, because the other end doesn't care either. It make NO difference because WG is stateless. It doesn't matter if the remote firewall sends from a different IP address to what the local firewall sends from. It just make no difference. Nobody cares. That actually makes it quite awesome.

I spent the last few days working on a Wireguard multiWAN with HA site to site setup.

SiteA
2 x firewalls in HA with CARP and WAN1 and WAN2

SiteB
2 x firewalls in HA with CARP and WAN1 and WAN2

FRR already has lots of cool features to follow carp, so it's no problem to get routing only running on the primary firewall.

All that is needed to get multi site, primary/backup HA WireGuard running in an active/passive is to have WG stopped on the backup firewall.

That's it!

I LOVE the stateless nature of WG and how fast it sets up a VPN tunnel compared to IPSEC. It's awesome. But, that does make a nightmare if WG is running on both the primary and backup firewall.
Because of the stateless design of WG it's likely that the local primary and local backup firewall both try to have the same VPN tunnel up to the remote firewall.
Without having WG as active/passive, for a pair of HA firewalls each end site to site you need unique 8 tunnels and the problem  is;
 1. The complexity
 2. You can't HA sync WG nor FRR because it all needs to be different
 3. What about the WG interfaces needed which need to be different on primary/backup firewall?

WireGuard needs an option in the package ;


With that simple change, WG becomes instantly ready for multiWAN HA

Please please please please.
Title: Re: Wireguard multiWAN with HA site to site - Wireguard needs to follow CARP
Post by: alfrisch on October 01, 2021, 08:24:53 am
Hi, I also want to implement a multiWAN site-to-site setup with wireguard in HA configuration and your suggested solution sounds very interesting and simple to add to OPNsense.

Looking forward to any action on this topic!
Title: Re: Wireguard multiWAN with HA site to site - Wireguard needs to follow CARP
Post by: Patrick M. Hausen on October 17, 2021, 04:26:37 pm
Seconded, I am in the same situation. As a temporary workaround I do
But that's not pretty.

@nzkiwi68 - have you create an issue on github, already?
Title: Re: Wireguard multiWAN with HA site to site - Wireguard needs to follow CARP
Post by: alfrisch on December 08, 2021, 02:58:32 pm
here is the issue on github https://github.com/opnsense/plugins/issues/2524