On Fri, 4 Jun 2004, Ernesto Freyre wrote:

> Hi list, here I am here again, now I would want to ask you if it's possible
> to have many ippool entries in the radiusd.conf file , and how this must be
> invoked from the post-auth and accounting sections, such as says at the
> radiusd.conf : "Should be added in post-auth and accounting sections"
>
> Can I set some thing such as:
>
>
>         ippool pool_estatico {
>                 range-start = 200.31.97.10
>                 range-stop = 200.31.97.13
>                 netmask = 255.255.255.0
>                 cache-size = 14
>                 session-db = ${raddbdir}/db.ippool
>                 ip-index = ${raddbdir}/db.ipindex
>                 override = no
>         }
>         ippool  pool_dinamico {
>                 range-start = 200.31.97.14
>                 range-stop = 200.31.99.240
>                 netmask = 255.255.255.0
>                 cache-size = 689
>                 session-db = ${raddbdir}/db.ippool
>                 ip-index = ${raddbdir}/db.ipindex
>                 override = no
>         }
>
> post-auth {
>        pool_estatico
>        pool_dinamico
>        }
>
> accounting {
>         acct_unique
>         detail
>         unix            # wtmp file
>         sql
>         radutmp
>         #  Return an address to the IP Pool when we see a stop record.
>        pool_dinamico
>        pool_estatico
> }
>
> are there some bad thing?  Thank you for your help!!!

The above looks ok. Do you face any problems?

>
>
> Ernesto Freyre Ram?rez.
>
>
> -
> List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
>

--
Kostas Kalevras         Network Operations Center
[EMAIL PROTECTED]       National Technical University of Athens, Greece
Work Phone:             +30 210 7721861
'Go back to the shadow' Gandalf

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

Reply via email to