Re: rlm_ippool: multiple ip ranges or multiple pools

2005-11-29 Thread Marko Dinic
Hi, can this be done like this ... in radiusd.conf: modules { ippool pool_range1 { ... } ippool pool_range2 { ... } } post-auth { group MULTIPLERANGESPOOL { pool_range1 pool_range2 } } and then, in users file: DE

Re: rlm_ippool: multiple ip ranges or multiple pools

2005-11-24 Thread Alan DeKok
Andre Dalle <[EMAIL PROTECTED]> wrote: > Looking through the code, it looks like we can't have a second ip range > associated with a single pool, which would be ideal. You can have multiple instances of the pool module. > Is there a way to associate multiple ranges/pools with a single > usergro

rlm_ippool: multiple ip ranges or multiple pools

2005-11-24 Thread Andre Dalle
Currently using rlm_ippool with great success on freeradius-1.0.4. A single IP range and a single pool associated with all dynamic-IP users. Looking through the code, it looks like we can't have a second ip range associated with a single pool, which would be ideal. Is there a way to associate mu