On May 26, 2015, at 12:49 PM, d tbsky <tbskyd@gmail.com> wrote:
I need to setup proxy for a realm, and sent accounting to remote radius server. but I want to keep a copy of accounting data at local radius server too.
That's easy. Configure local accounting. Configure proxying. Done.
after searching the email list, I found strategy below:
1. create two detail file 2. use buffered-sql to write data to local sql server 3. use copy-acct-to-home-server to sent data to remote radius server
is the above strategy correct? or there are better ways?
That will work. You don't need buffered-sql, unless you're worried about the SQL server being down for extended periods of time. But it's often safer to use it. Go with that solution, it's fine. Alan DeKok.