Multi-Wan + OpenVPN
-
I have a DR site that we are replicating to over VPN links. I have multiple WAN at our production site and a single WAN at the DR site.
I am trying to primarily do a load balance and secondarily a failover to the site.
I had it partially working with OSPF but it would not failover.
I really only need two storage devices to connect to each other, with each having two interfaces.
Here is my current config ( i'm on the latest 2.2 release on both ends):
Prod DR
|Storage1| ..5.50 -> ->[pfsense ] ..5.1 - [OVPN Server pt 1194]->1stWan<- [OVPN Client] - [pfsense] ..6.1 <-<- ..6.50 |Storage1|
|Storage2| ..5.51 ->^ - [OVPN Server pt 1195]->2ndWan<- [OVPN Client] ^<- ..6.51 |Storage2|I am trying to set up a gateway group using the OpenVPN interfaces and directing the traffic out that gateway.
I used this doc as a basis: https://doc.pfsense.org/index.php/Multi-WAN
It's not working even though I'm sure I have all the firewall rules.
1. Is this a workable solution?
2. Is there any documentation for using OpenVPN interfaces as part of a Gateway Group?