hi

i'm a newbie with freeradius. I'm managing a FreeRadius 0.9 box and i'm
trying to solve a problem.
On this box the ippool is configured, but it gives duplicate ips. I'm trying
to understand if it's always or just sometimes. Anyway, it seems that
rebooting freeradius it goes ok!

Anyone can help me?

It's some of the configuration files (if you need more, just tell me):

usercollide = no
......
 ippool vaslab_pool {

        #  range-start,range-stop: The start and end ip
        #  addresses for the ip pool
         range-start = xx.xx.xx.131
         range-stop = xx.xx.xx.190

         #  netmask: The network mask used for the ip's
         netmask = 255.255.255.128

         #  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 = 800

         # session-db: The main db file used to allocate ip's to clients
         session-db = ${raddbdir}/db.ippool

         # ip-index: Helper db index file used in multilink
         ip-index = ${raddbdir}/db.ipindex
 }



- 
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Reply via email to