All the tutorials I keep finding appear to ping only the gateway device (cable modem) for detecting the need to fail over. I want to know how can I make it fail over if say google dns doesn’t respond? or quad 1 or quad 9 dns doesn’t respond? Anyone able to point me in the direction of the proper tutorial for that?
I have a fiber connection and a coax cable internet connection going to a mikrotik I want to do fail over on. I don’t care about the load balancing portion of that.
By the way I have the exact same setup. fibreop is my main conneciton and cable is my backup.
In my case I also have emails which are attached to the cable connection.
Here is my setup using google and opendns servers…
The last rule basically states (shortest distance so any matches will follow this routing) if the destination address is my ISP backup’s email server then use this route. Since SMTP resolves to that address, good to go!
The backup ISP route is there in the case that attempts at google and opendns on the primary fail…
The router keeps checking these primary routes and if they come back up then the router will switch back to them.