Hello, i need to implement failover for two wan with routing policy.
The scenario is:
lan: 192.168.10.0/24
wan1: 192.168.1.0/24 gw 192.168.1.254
wan2: 172.16.10.2/24 gw 172.16.10.1
i need that all connection go to wan1 except connection to site google.com to go to wan2
if the wan1 down all traffic go to wan2 and after wan1 is ok return to original situation.
I woul use this script for failover http://wiki.mikrotik.com/wiki/Failover_Scripting
any suggestion for policy routing and failover implementation?
Thanks