1 Mar
2012
1 Mar
'12
9:29 a.m.
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