Hello. First of all, I'm Brazilian, sorry for my poor English.
I need to configure a network with the following characteristics: 2 internet links (PPPoE) and two networks (LAN1: 192.168.10.0/24 and LAN2: 192.168.0.254/24).
Each network has its own Internet link (LAN1 uses LINK1 and LAN2 uses LINK2). This part I already did using package marking and specific routes for each package mark.
Now, I need to configure it so that when one Internet link down, the other link assumes both networks.
For example:
- LINK1 down -> LAN1 and LAN2 will use LINK2;
- LINK2 down -> LAN1 and LAN2 will use LINK1;
- link returned -> LAN1 resumes using LINK1 and LAN2 resumes using LINK2.
I thank you all.