Both ISP give dynamic IP, so I configured two dhcp client
Code: Select all
/ip dhcp-client
add default-route-distance=1 disabled=no interface=ether1 comment="ISP1"
add default-route-distance=2 disabled=no interface=ether2 comment="ISP2"
Routes list and DNS changes automatically.
My problem is that when ISP1 restores its service, I plug in the cable and then
Routes list change, as ISP1 has distance=1 but...
DNS doesn't change. it keeps resolving on dns servers from ISP2.
In DNS list, I see both DNS servers from ISP2 at top of the list followed by DNS servers from ISP1.
This brings several problems like an IP doorbell stop working, weird issues on navigation...
any hint?