On Wed, 17 Nov 2004, jesk wrote:

Hello again,

i have question about Relaying Accounting Data. We have a customer, which want to have all related accounting data of his realm.
Is there a way to relay the accounting data of his realm to his radiusserver? i thought about creating a seperate detail logfile and then setting up a seperate radrelay which works on the file and relay the data to him. Are there other kinds of solution to solve this scenario? When not, how can i create a seperate logfile with only his realm related data in it?

radrelay is the solution. As for a detail file, either use Acct-Type like:

acct_users: DEFAULT     Realm == "myrealm.com", Acct-Type := myrealm

detail {
        detailfile = ${radacctdir}/detail
        [...]
}

accounting{
        Acct-Type myrealm {
                detail
        }
}

or just use the Realm attribute in the detail file path:

detail {
        detailfile = ${radacctdir}/%{Realm:-DEFAULT}/detail
        [...]
}



Thanks for any hints!


- 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