I am trying to figure out how to implement WAN failover with 2 different ISP’s - A Comcast connection providing a static IP and a Century Link connection providing a dynamic IP.
I believe I’ve figured out how to accomplish this if both were static, correct me if I am wrong, under IP Addresses I would simply assign ether1 and ether2 their own static IP’s and then under System Scripts I would add this script (http://wiki.mikrotik.com/wiki/Failover_Scripting) and edit where necessary.
And from some replies I got on an older post, if I understand correctly; then for the dynamic Wan I change the script for Ether2 with this line “:local GatewayISP2 [/ip dhcp-client get value-name=gateway number=0];”
Is that correct?