I need help about failover.
I have 2 LAN network and 2 ISPs.
LAN1(192.168.0.0/24) using ISP1(10.0.0.1), LAN2(192.168.1.0/24) using ISP2(10.0.1.1).
When ISP1 is down then use ISP2 it’s about only LAN1 network not LAN2.
192.168.0.0(LAN1) directly using 10.0.0.1(ISP1) when 10.0.0.1(ISP1) is down then use 10.0.1.1(ISP2)
What i do? please give me configuration and knowledge about this.