Hello,
I am trying to setup 3 sepate ISP routes using DHCP on the ISP side.
I want to be able to share the 3 connections based on routing marks, using 2 of the isp on a regular basis, and the 3rd as the failover for either one of the 2 primary.
I can see how to do this by setting up static routes, but how do I do this using DHCP clients on the ISP’s.
you can use /routing filters to enter a new rule in the ‘dynamic-in’ chain. Tell this filter to place a routing mark on your learned dhcp gateway route.
The BIG problem is that you can’t tell it which interface to do this on. So the end result is that you can get 1 dhcp address into another routing table, but thats it.
Mikrotik - PLEASE add an interface selection to the routing filters so the dynamic-in chain can be used in this situation.