Adding additional IP ranges, which are non-contiguous, and at the same time not adding a new ippool, seems to me to be really impossible. Either you have static ranges in-between, or, worse still, you do not own/operate the IPs in-between but someone else does. . . Either you should have a larger pool, or several pools, but never have more than one contiguous range per pool. That's an administrative PITA .. //anders On 25/07/2008 10:32, "Marco C. Coelho" <maillist1@argontech.net> wrote:
I've got 3 class C ranges that are contiguous assigned to a freeradius server. I want to add an additional class C ranges to this server, but they are not contiguous with the previous three.
I would like to add 64.202.231.1 - 64.202.234.254 without creating an additional IP Pool . I've searched the docs and net and cannot find an answer.
my radiusd.conf has a section like this:
SNIP*** ippool main_pool {
# range-start,range-stop: The start and end ip # addresses for the ip pool range-start = 64.202.227.1 range-stop = 64.202.229.254
# netmask: The network mask used for the ip's netmask = 255.255.255.0
# cache-size: The gdbm cache size for the db # files. Should be equal to the number of ip's # available in the ip pool cache-size = 768
SNIP***
Thanks, Marco - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html