You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
## /ip route add distance=1 gateway=$"gateway-address" dst-address="8.8.8.8" scope=30 target-scope=10 comment="ISP2" <<<-- Edit only your dst-address (DNS Server for Check Recursive) and do not edit comment!!!
## /ip route add distance=2 gateway="8.8.8.8" check-gateway=ping scope=30 target-scope=30 comment="ISP2" <<<-- Edit only your distance (For do FailOver), gateway(DNS Server for Check Recursive) and do not edit comment!!!