hi im new to mikrotik
i’m running V4.9 in RB750 and dhcp server running in one of its interfaces
everything is working fine
but i have one tiny annoying problem
my pool settings are
192.168.1.10 - 192.168.1.200
its working fine but the first addresses that mikrotik gives is the .200 and its giving them backwards
is there any way to make mk to give the addresses from the bigging ? (.20 then .21 then .22 instead off .200 then .199 then .198 )
I don’t think there is a parameter for it. I’m curious why it matters?
If there is no built in way you could hack around it by making a lot of pools that only contain one address each, specify the pool that contains only .20 as the DHCP pool and in that .20 pool set the next-pool attribute to the pool that contains only .21, which in turn points via next-pool to .22 and so on. With scripts you wouldn’t have to do that manually, either.