Hello Kostas,

ia have installed freeradius 1.0, ia have tried to

configure failover with ippool, to asign IPs from
two 
Pools. I have configure the users:

user    User-Password == "password", Pool-
Name := "PoolA"
        Service-Type = Framed-User,
        Framed-Protocol = PPP,
        Framed-Compression = 0,
        Port-Limit = 1,
        Idle-Timeout = 0,
        Session-Timeout = 0

in radius.conf:
ippool PoolA {
       range-start = x.x.x.33
       range-stop = x.x.x.51
       netmask = 255.255.255.255
       cache-size = 24
       session-db = ${raddbdir}/db.ippoolA
       ip-index = ${raddbdir}/db.ipindexA
       override = no
       }

ippool PoolB {
       range-start = x.x.x.80
       range-stop = x.x.x.89
       netmask = 255.255.255.255
       cache-size = 10
       session-db = ${raddbdir}/db.ippoolB
       ip-index = ${raddbdir}/db.ipindexB
       override = no
       }


Somebody in the list say me that when a Pool y
full the 
ippool module return noop, but i don not known how
to 
write this. If saomebody could explain me it?

Than you.






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

Reply via email to