Help - failover setup

Please could you point me in the direction how I could make a simple fail over for the system as show in the diagram in this thread?

http://forum.mikrotik.com/t/750g-fail-over-how/44789/1

Thank you very much in advance,

Pilgrim



[admin@MikroTik] > ip route pr
Flags: X - disabled, A - active, D - dynamic, C - connect, S - static, r - rip, b - bgp, o - ospf, m - mme, 
B - blackhole, U - unreachable, P - prohibit 
# DST-ADDRESS PREF-SRC GATEWAY-STATE GATEWAY DISTANCE INTERFACE 
0 ADS 0.0.0.0/0 reachable 10.112.xxx.xxx 1 O2 
1 ADC 10.112.xxx.xxx/32 160.218.xxx.xxx 0 O2 
2 ADC 192.168.0.0/24 192.168.0.203 0 lan

Separate LAN subnet to 192.168.1.0/24

/ip route add gateway=192.168.0.203 check-gateway=ping distance=1
/ip route add gateway=pppoe-out1 check-gateway=ping distance=2

(pppoe-out1 is I suppose Your DSL connection)

Thanks m4rk0,

I think I understand the lines setting up the gateways with distance 1 and 2. Distance 1 will be the primary gateway and 2 the fail over.

I would like to use my 411U with the G3 modem as my backup connection to the internet. So RB750 is my primary router and the DSL connection my primary internet connection.

I would like to avoid setting up a NAT / firewall in the RB411U if it can be avoided and continue to do all the routing in the primary router.

But how will i set up the gateway in the RB750 so that it finds it’s way to the RB411U and out to the internet?

Thanks,

Pilgrim
failover RB411U 2.jpg