Is there any way to create a static route on a WAN that gets it's IP via DHCP?
I need to load balance between two WANs that are DHCP, but I can't create a static route with a routing mark because you cannot use the interface as a gateway like you can with a pppoe-client. The only way I can create a working route is to use the IP of the gateway which is unknown (and changing) until it connects. How can I get around this?
EDIT:
I'll add that I've tried using /routing filter to create a filter on dynamic-in that adds a routing mark. This APPEARS to fit the bill at first, but the issue is because it takes the route and changes the original, if I do this for both routes, the router sort of has a bit of a shit fit saying that it cannot find a route to any host (as there is no default route on the main routing table). This is even if I add mangle rules to take traffic from the router and force it out a routing mark. What would work is if i could do this, but rather than modifying the original, it created a new one, but there appears to be no way to do this. So basically, this way seems to be a complete no go.