Will it involve any disk operation? (Sorry I'm new to freeradius and evaluating radius proxies for my requirement) Rate I need would be about 1000+ radius messages per second. Sunderjeet Sent from BlackBerry® on Airtel -----Original Message----- From: "Fajar A. Nugraha" <list@fajar.net> Sender: freeradius-users-bounces+sunderjs=gmail.com@lists.freeradius.org Date: Thu, 1 Mar 2012 21:29:59 To: FreeRadius users mailing list<freeradius-users@lists.freeradius.org> Reply-To: FreeRadius users mailing list <freeradius-users@lists.freeradius.org> Subject: Re: Duplicating radius accounting requests On Thu, Mar 1, 2012 at 9:24 PM, Sunderjeet Singh <sunderjs@gmail.com> wrote:
Hi,
I have a requirement to duplicate the radius accounting request messages to multiple destinations. Although the requests are duplicated, there should be a single response sent to the original source of radius acc request.
Is this possible with free radius server (acting as proxy) ?
Nope. Not directly as proxy. You could: - record the accounting in multiple detail files (use multiple instance of the detail module) - create virtual servers that reads each file and send it to the correct destination. Use sites-available/copy-acct-to-home-server as a starting point -- Fajar - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html