Routing FailOver with 3 ISP (gateway) - MikroTik Script RouterOS

Using more than one internet gateway (ISP) allows us to fail over where one link can be used as the main gateway and the other becomes the backup link. For these needs, the usual configuration is to define a check-gateway and differentiate the distance value for each routing rule. WAN-1 = IP 192.168.2.2/24 WAN-2 = IP 192.168.3.2/24 WAN-2 = IP 192.168.4.2/24 /ip route add check-gateway=ping distance=1 gateway=192.168.2.1 target-scope=10 add check-gateway=ping distance=2 gateway=192.168.3.1 target-scope=10 add check-gateway=ping distance=3 gateway=192.168.4.1 target-scope=10

Hits

<- Back To Home