lte failover doesn't work right

HI guys,


I have 2 routers a main one and the lte one

Lte works as a passthrough, so I get ISP’s ip directly in the routing table on the main router

So I have 2 default routes via primary/ secondary


However, the problem is with the administrative distance, I know the default route has to be setup static, 1 for main ips/ 2 for backup

the problem is with the backup, lte gateway changes constantly (it’s isp’s public ip)

So if I make the lte default route static and use a specific IP as a gateway for pings in 10 mins or so is stops working, so i cannot use it for long, it become unreachable


Using “dynamic” default gateways works fine I always see the current isp’s gateway but i cannot adjust the ad (both are 1) so never know what route is in place


how do I fix it?

thank you

You can use the dhcp-client parameters and inside is the script’s who can do some additional works.
Key work can do the Routing Filter who can change the Dynamic interface parameter’s like /routing filter … set-scope= .

Example: http://forum.mikrotik.com/t/double-nat-lhg-r-lte-infront-of-hex/135770/1

apparently a dynamic route can be modified, without making it static - a brilliant solution just worked
route.png

remember that a Script: field can use a script who add you a new route to your own route table to use better the MultiWan strategy… in URL check #19 post.