So I have some bad experiences with recursive routes and an event I was working about 2 weeks ago. the internet worked but would constantly break any connections that ran for more than a few moments (so downloads would break after a few moments. but all new POS connections seemed to always work). I was breaking my head for about a day and was never Able to fix it. I then resorted to adding the default route and dns route to each wan manually and then setting up netwatch rules to just disable/enable routes, whenever the dns was no longer reachable. and that ended up to resolve everything. right now though im seeing some weird behavior at a different event. Just watching and monitoring the netwatch rule and route table. I see that the netwatch is trigger and shuts down the routes as if the dns is un reachable.. but im actually running a ping from the router at the same time. and none of the pings drop at all. so im wondering if im just writing these netwatch rules wrong.
Any help would be greatly appreciated.
add comment=“Internet Test - WAN1” disabled=no down-script=“/ip route disable [find where comment=WAN1] " host=1.1.1.1 http-codes=
“” interval=10s test-script=”" timeout=10s type=icmp up-script=“/ip route enable [find where comment=WAN1]”
add comment=“Internet Test - WAN2” disabled=no down-script=“/ip route disable [find where comment=WAN1-21] " host=1.0.0.1
http-codes=”" interval=10s packet-count=10 packet-size=54 test-script=“” thr-max=500ms type=icmp up-script=
“/ip route enable [find where comment=WAN1-21]”
