On Aug 27, 2015, at 3:46 PM, Chris Adams <cma@cmadams.net> wrote:
Once upon a time, Arran Cudbard-Bell <a.cudbardb@freeradius.org> said:
If you're not proxying to either of those servers, just check for the presence of &Proxy-State. If it's present, don't call the detail writer.
That sounds like it'll work fine for what I need - thanks!
Now for the dumb question (because I'm missing something obvious I expect): how do I actually specify the other server to which the accounting packets should be proxied? I was looking at the copy-acct-to-home-server, but it seems to assume the other server is specified somewhere else (how?).
Usually by setting &control:Proxy-To-Realm in the detail reader server. You'll need the servers configured in proxy.conf, and yes, you'll need a realm/home_server_pool/home_server for each server. -Arran