Hi,

I've followed instructions in radiusd.conf :
My users file looks like this:
DEFAULT Service-Type == Framed-User
        Pool-Name := osiris-pool,
        Framed-Protocol = PPP,
        Framed-MTU = 576

And in my radiusd.conf I've:
post-auth {
        #  Get an address from the IP Pool.
#       main_pool
        osiris-pool
...
}

modules { 
...
        ippool osiris-pool {
                range-start = 192.168.52.1
                range-stop = 192.168.52.254
                netmask = 255.255.255.0
                cache-size = 800
                session-db = ${raddbdir}/db.ippool
                ip-index = ${raddbdir}/db.ipindex
        }
}

I get this error :
rlm_ippool: could not find Pool-Name attribute 

And my client doesn't get back the IP. 

I surely miss something .... Could someone help me please ?

Regards,
--
Sebastien Cantos <[EMAIL PROTECTED]>
Network / System Manager
Neopost DIVA 

> -----Message d'origine-----
> De : [EMAIL PROTECTED] 
> [mailto:[EMAIL PROTECTED] De la 
> part de Alan DeKok
> Envoyé : mardi 1 mars 2005 18:50
> À : freeradius-users@lists.freeradius.org
> Objet : Re: Ip pool management 
> 
> "Sébastien Cantos" <[EMAIL PROTECTED]> wrote:
> > I would like to configure my radius to give the first 
> available IP in the
> > subnet 192.168.52.0/24 without carrying about the NAS modem number. 
> > Is there a way to configure this ? 
> 
>   Read radiusd.conf.  Look for "ippool"
> 
>   Alan DeKok.
> 
> - 
> List info/subscribe/unsubscribe? See 
> http://www.freeradius.org/list/users.html
> 


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

Reply via email to