Quantcast
Channel: MikroTik
Viewing all articles
Browse latest Browse all 15394

Beginner Basics • Re: Set up backup link

$
0
0
I would also do it the way you suggested and create a failover situation:
Code:
/ip dhcp-clientadd interface=ether1 add-default-route=yes default-route-distance=2/ip routeadd dst-address=0.0.0.0/0 check-gateway=ping distance=1 gateway=lte1
Or if you want to check connectivity on lte recursively:
Code:
/ip routeadd dst-address=8.8.8.8 scope=10 gateway=lte1add dst-address=0.0.0.0/0 scope=11 check-gateway=ping gateway=8.8.8.8
Note: Set add-default-route=no in the LTE settings if it's turned on:
Code:
/interface lte apnset lte1 add-default-route=no

Statistics: Posted by TheCat12 — Tue Mar 12, 2024 3:43 pm



Viewing all articles
Browse latest Browse all 15394

Trending Articles