Hi,

I'm trying to use rlm_ipool with 2 subnets, but it doesn't work. Look:

        ippool pool_1 {
                range-start = X.X.1.1
                range-stop = X.X.1.254
                netmask = 255.255.255.255
                cache-size = 800
                session-db = ${raddbdir}/db.ippool
                ip-index = ${raddbdir}/db.ipindex
                override = no
        }

        ippool pool_2 {
                range-start = X.X.3.1
                range-stop = X.X.3.254
                netmask = 255.255.255.255
                cache-size = 800
                session-db = ${raddbdir}/db.ippool
                ip-index = ${raddbdir}/db.ipindex
                override = no
        }

The 2 pools are listed in pre-auth and accounting sessions...

id GroupName Attribute op Value 
 4 broadband Pool-Name := pool_2 
 3 broadband Pool-Name := pool_1 

When the 1st pool is full, the rlm_ippool don't allocate any more ip's for my 
customers...

Any advice?

Thanks!

-----------------------------------------------------
Enviado pelo WebMail LIFE: http://webmail.life.com.br

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

Reply via email to