i done these manual http://wiki.mikrotik.com/wiki/Two_gateways_failover and it works fine but the problem if i put routing mark ex. WAN_mark2 in isp2 routes because i have some other lan to route on isp2 and when the isp1 down and automatically switch to isp2 but the no browsing. if i remove this mark route it works well. does anyone give some tips why this happen?
this is only a simple failover if i remove the routing mark in routes 112.198.30.1 change to color blue and the failover is working since i have a lan need to route to globe_route need to put routing-mark and the fail-over is not working
mangle
add action=mark-routing chain=prerouting new-routing-mark=WAN2_mark passthrough=no src-address=192.168.50.0/24
add action=mark-routing chain=prerouting new-routing-mark=WAN2_mark passthrough=no src-address=192.168.103.0/24
add action=mark-routing chain=prerouting new-routing-mark=WAN2_mark passthrough=no src-address=192.168.108.0/24
routes
add comment=globe_route distance=2 gateway=112.198.30.1 routing-mark=WAN2_mark
add check-gateway=ping comment=pldt_gate distance=1 gateway=122.54.243.1