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!!!


Ernesto Freyre Ram�rez.


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

Reply via email to