Hi,
I currently have my RB4011iGS+ setup to have load-balancing and failover working for my home based on this video from this Load balancing and failover with multiple gateways (2 WAN Links) YouTube video. It's working great. So when both are working, load-balancing works. When I pull WAN1, WAN2 takes over completely, and same thing happens when I do the opposite (pull WAN2, WAN1 takes over).
However, when the internet from the ISP drops and both cables are plugged in, the fail-over doesn't work. Is it because the Mikrotik can still see e.g. 192.168.6.1 (which is the IP given by the ISP router)? How do I solve this problem?
Any advice is appreciated. I've attached my exported config file.
Btw, I read the failover Mikrotik wiki and noticed at the bottom they had this:
/ip firewall filter
add action=reject chain=forward connection-mark=WAN2 out-interface=ether1 reject-with=icmp-network-unreachable
add action=reject chain=forward connection-mark=WAN1 out-interface=ether2 reject-with=icmp-network-unreachable
Would this help in my current config?