fault tolerance problem

hello community
:smiley:
anyone knows how can make the 2 different links fault tolerance with the tracking ? :open_mouth:

i have DSL links connected to my Mikrotik and bring the internet into my network ,
in my route configurations , i have 2 default routes

:1:0.0.0.0/0 gateway=192.168.2.1 distance 1 check gateway=ping
:2:0.0.0.0/0 gateway=192.168.1.1 distance 2 check gateway=ping

if one of those pppoe connected DSL links fails , i still can ping invalid address,and router never switch the
path for use less priority distanced route.

how can i do this fault tolerance ?? I heard some guys do this with tracking 8.8.8.8,4.2.2.4 through the links!
if tracking stays with no echo reply , router have switch the links just in sight

Hello
i think best simple solution for your problem is that set your modem to Bridge mode and create PPPOE client in your MikroTik.

Good Luck

thanks very much