Community discussions

MikroTik App
 
nirmal
newbie
Topic Author
Posts: 44
Joined: Fri May 24, 2013 10:15 am

Auto Fail Over Option with Mikto TIk

Tue Oct 08, 2013 4:39 pm

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?
 
User avatar
asaleh75
Trainer
Trainer
Posts: 193
Joined: Thu Nov 17, 2011 2:51 pm
Location: Dhaka, Bangladesh
Contact:

Re: Auto Fail Over Option with Mikto TIk

Tue Oct 08, 2013 5:19 pm

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
newbie
Topic Author
Posts: 44
Joined: Fri May 24, 2013 10:15 am

Re: Auto Fail Over Option with Mikto TIk

Tue Oct 08, 2013 5:46 pm

Thanks for you reply!!!

how to configure the interfaces? ISp 1 i Port 1

isp 2 ?
 
User avatar
asaleh75
Trainer
Trainer
Posts: 193
Joined: Thu Nov 17, 2011 2:51 pm
Location: Dhaka, Bangladesh
Contact:

Re: Auto Fail Over Option with Mikto TIk

Tue Oct 08, 2013 6:15 pm

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.

Who is online

Users browsing this forum: Billiam, spookymulder84 and 31 guests