The Recursive Failover method that is mentioned in the link, is it a valid method to perform a WAN failover like that?
Or does it involve more configuration settings ?
Yes, the basic recursive is that easy.
Some people add another site so that the router checks two places before switching, in case for ex. google is off line…
Caveat. Its easy if you have a fixed static WANIP, or you use basic dynamic cable wanip, that can pull a wanip when you enter in 0.0.0.0/0 for gateway.
However if like me you have a fiber op connection, when the connection changes IP, 0.0.0.0/0 does not pull another IP automatically into the routing config.
I have to manually go into my DHCP client , where the new IP and more importantly new gateway are there and identified and router is bound. I copy the new gateway go to my route rule and plunk in the new gateway and IM off and running. SO its not automatic.
BUT, using other threads that talked about similar items, I then copied a script that does that now for me. When I lose my connection, it goes to that client gateway location and grabs the new one and puts it into my route rule.
There is a nice MUM presentation as well for the recursive failover with 2 DNS Servers for checks… you can look for that… @anav does that happen with latest ROS ?
It has happened with every ROS. There is no facility for the router to magically change IP Route Settings by the admin (take gateway IP from new IP bounding session and stick it into ones IP Route rules… Unless you know something I don’t (always possible).