Newbie question for the group. Has anyone successfully set up a Radius Relay for Accounting as this older article for LDAP lists? http://freeradius.org/radiusd/doc/ldap_howto.txt What we would like to do is to send both Auth and Accounting requests to a AAA server and then forward just the accounting records to another AAA server that is back-ended to MySQL. Thanks.
Hi,
What we would like to do is to send both Auth and Accounting requests to a AAA server and then forward just the accounting records to another AAA server that is back-ended to MySQL.
yes, just proxy the accounting - either using some unlang and proxy.conf or by using eg robust accounting virtual server alan
On Wed, May 8, 2013 at 3:23 PM, <A.L.M.Buxey@lboro.ac.uk> wrote:
Hi,
What we would like to do is to send both Auth and Accounting requests to a AAA server and then forward just the accounting records to another AAA server that is back-ended to MySQL.
yes, just proxy the accounting - either using some unlang and proxy.conf or by using eg robust accounting virtual server
... or rlm_replicate. https://github.com/FreeRADIUS/freeradius-server/blob/v2.x.x/raddb/modules/re... -- Fajar
participants (3)
-
A.L.M.Buxey@lboro.ac.uk -
Fajar A. Nugraha -
Raithatha, Divyesh