Recently updated to v7 and I don’t understand how to do the following. Quoting my setup.
WAN1 - DSL - PPPoE - Public IP → Static route with distance 2
WAN2 - LTE - DHCP client - cgNAT → Static route with distance 1
All traffic runs on WAN2 as it should. When WAN2 drops all traffic use WAN1.
Problem: The mTik cloud service updates its ip using WAN2. The problem is that the WAN2 has NOT public IP so it can’t be used to for the services I need to access inside the network.
When I was running rOSv6 I made an adress-list for the mikrotik cloud:
I used to have an output rule in the firewall for the destination adress list mikrotik-cloud with routing mark dsl and the same routing mark in a separate static route and worker.
And coming to to today, in rOS v7, how can I route and adress list using an exact, forced WAN? I need the router to update the mTik cloud service using only WAN1.
After the update to 7.14.1 I’m not able again to do the same forced update from WAN1. Quoting the setup that worked. What’s the problem now? Maybe the approach was wrong from the first time?