Hi to all.
I have this topology:
The 192.168.1.1 on eth2 and 192.168.40.1 on eth3 are the load balanced gateway for the LAN (according to: http://wiki.mikrotik.com/wiki/Improved_ ... e_Gateways).
Packet marked "odd" going across eth2 and packed marker "even" across eth3, everything works good if both internet link are UP and running...
What i need is that:
- If "Radio Link" going down, disable the mangle rules that mark packet for this gateway eth3, enable a default route only over "ADSL Router"
- If "ADSL Link" going down, disable the mangle rules that mark packet for this gateway eth2, enable a default route only over "Radio LINK"
- Re-enable disabled rules when a link come up.
I think is necessary a script to ping a external host specifying outgoing interface, then according to ping response make apropriate action...
I have no idea on how to achieve this, someone I can 'help?
thanks