accounting to multiple servers
Alan DeKok
aland at deployingradius.com
Thu Oct 29 19:09:29 CET 2020
On Oct 29, 2020, at 1:46 PM, Nicolás Ciuffolotti <nicolas.ciuffolotti at cotesma.com.ar> wrote:
>
> proxy.conf is necessary configurate the realms, home_server_pool, and
> home_server for that work?
Yes. Just add a "home_server" which points to the other server:
home_server other {
... ipaddr, secret, etc.
}
> I didn't found an example, and just need that content the files details is
> in two servers.
You can edit sites-available/copy-acct-to-home-server. In the "preacct" section remove the "suffix", "ntdomain", etc., and add:
update control {
Home-Server-Name := "other"
}
It should then work.
Alan DeKok.
More information about the Freeradius-Users
mailing list