1
General Discussion / Re: Multi-Wan Failover with Cellular - Gateways don't recover
« on: November 19, 2019, 10:56:38 am »
Hi
I have created a similar setup using
https://www.thomas-krenn.com/de/wiki/OPNsense_Multi_WAN
Failover is working fine, with different
I need to ensure that NO Data packet is going to the WAN2 LTE Modem/Router as long as WAN1/DSL-Modem is up. The redundant WAN has a "pay only if you use it" tariff
Any ideas how this can be achieved ? The ping via the second gateway is not preferable should I use "consider as always up"? or disable gateway monitoring)
I apologize for "hijacking" your thread but it looks so similar to my problem
Rgds Lucky
I have created a similar setup using
https://www.thomas-krenn.com/de/wiki/OPNsense_Multi_WAN
Failover is working fine, with different
Code: [Select]
WAN WAN
: :
: DSL-Provider : LTE-Provider
: :
.---+---. .--+--.
WAN | DSL | Modems | LTE | WAN2
'---+---' '--+--'
| |
PPPoE | | Ethernet
| |
.----+----. .----+----.
| Router1 | Router | Router2 |
'----+----' '----+----'
192.168.120.1/24 | | 192.168.130.1/24
| .----------. |
+------| OPNsense |------+
192.168.120.50/24 '----+-----' 192.168.130.50/24
|
LAN | 192.168.12.1/24
|
.-----+------.
| LAN-Switch |
'-----+------'
|
...-----+-----...
(Clients/Servers)
I need to ensure that NO Data packet is going to the WAN2 LTE Modem/Router as long as WAN1/DSL-Modem is up. The redundant WAN has a "pay only if you use it" tariff
Any ideas how this can be achieved ? The ping via the second gateway is not preferable should I use "consider as always up"? or disable gateway monitoring)
I apologize for "hijacking" your thread but it looks so similar to my problem
Rgds Lucky