Folks,
I have, for years, daisy-chained pools in this fashion
add name=PPPOE_03 next-pool=PPPOE_04 ranges=192.168.65.2-192.168.66.254
add name=PPPOE_01 next-pool=PPPOE_03 ranges=192.168.68.1-192.168.68.126
I have ran into some issues where pools are not being exhausted before it moves onto the next pool. In my above example it made it all the way to 192.168.66.153 and then moved onto pool 3.
Some questions.
1.Is this still a good practice? Should I be doing something like this instead?
add name=TEST ranges=192.168.65.1-192.168.66.254,192.168.68.1-192.168.68.126
2.What would cause the behavior of not exhausting a pool before moving onto the next pool?