Hi there,
I’m relatively new to Mikrotik and Routerboards, and I’d like to implement the script/method as described here: http://wiki.mikrotik.com/wiki/Advanced_Routing_Failover_without_Scripting
Everything makes sense to me, so I understand what the script is trying to do.
However I am getting stuck at the following step:
"Now we create rules for ISP1 routing mark (one for main gateway, and another one for failover):
/ip route
add distance=1 gateway=Host1 routing-mark=ISP1 check-gateway=ping
add distance=2 gateway=Host2 routing-mark=ISP1 check-gateway=ping"
My RB750GL states that the host (8.8.8.
I’ve entered into the gateway field is unreachable. I am not sure what I am doing wrong.
I haven’t gone further than this step.
Please see my /ip route export below:
[admin@ITSA750GL] /ip route> print detail
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
0 S dst-address=0.0.0.0/0 gateway=8.8.4.4 gateway-status=8.8.4.4 unreachable check-gateway=ping distance=1 scope=30 target-scope=10
routing-mark=ISP-ADSL
1 ADS dst-address=0.0.0.0/0 gateway=105.236.6.129 gateway-status=105.236.6.129 reachable via pppoe-out-afrihost distance=1 scope=30
target-scope=10
2 DS dst-address=0.0.0.0/0 gateway=192.168.1.254 gateway-status=192.168.1.254 reachable via ether1-adsl distance=1 scope=30 target-scope=10
vrf-interface=ether1-adsl
3 A S dst-address=8.8.8.8/32 gateway=pppoe-out-afrihost gateway-status=pppoe-out-afrihost reachable distance=1 scope=10 target-scope=10
4 ADC dst-address=105.236.6.129/32 pref-src=105.236.202.207 gateway=pppoe-out-afrihost gateway-status=pppoe-out-afrihost reachable distance=0
scope=10
5 ADC dst-address=192.168.1.0/24 pref-src=192.168.1.1 gateway=ether1-adsl gateway-status=ether1-adsl reachable distance=0 scope=10
6 ADC dst-address=192.168.2.0/24 pref-src=192.168.2.1 gateway=ether3-master-local gateway-status=ether3-master-local reachable distance=0
scope=10
[admin@ITSA750GL] /ip route>
Any help would be much appreciated. I have searched the forum but I have yet to find something which solves my issue or makes sense to me unfortunately.