nirmal
1
Hi,
How to configure auto failover in mikrotik?
I have two ISP’s A,B?
ISP -A - primary ISP
ISP -B - Secondary ISP
If the “ISP - A” goes down , “ISP-B” has to up automatically once the “ISP-A” got up “ISP-A” will work as a primary ISP.
How to do the configure?
Hi,
You have to configure like this:
/ip route
add check-gateway=ping disabled=no distance=1 dst-address=0.0.0.0/0 gateway=192.168.1.1
add check-gateway=ping disabled=no distance=2 dst-address=0.0.0.0/0 gateway=192.168.2.1
nirmal
3
Thanks for you reply!!!
how to configure the interfaces? ISp 1 i Port 1
isp 2 ?
You can use any ethernet for any ISP. Main point is Gateway = ISP end IP Address. Use distance 1 for ISP A & distance 2 for ISP B.