I have a situation where I need to be able to have 2 DHCP ranges. My predecessor (grumble) assigned static IPs in the middle of the scope. It's going to take a while to untangle that and in the mean time we're running out of IP space. The network is a /23 (also inherited). What I want to be able to do is hand out
10.10.10.26-199 and 10.10.11.1-250
My config currently is Start 26, Limit 173 and tacking on that second range is the question.
How does one do such a thing especially considering how does it know the next "Start" is in 10.10.11.x and not 10.10.10.x?
I tried creating a new interface using the same LAN bridge with IP 10.10.11.1/23 and with "force" enabled on both instances I get nothing.