On Mon, 22 Nov 2004, Nils [ISO-8859-1] R?nhovde wrote:

On Thu, 18 Nov 2004 16:12:51 +0200 (EET)
Kostas Kalevras <[EMAIL PROTECTED]> wrote:

On Wed, 17 Nov 2004, jesk wrote:

Hello again,

i have question about Relaying Accounting Data. We have a customer,
which want to have all related accounting data of his realm.
Is there a way to relay the accounting data of his realm to his
radiusserver? i thought about creating a seperate detail logfile and
then setting up a seperate radrelay which works on the file and
relay the data to him. Are there other kinds of solution to solve
this scenario? When not, how can i create a seperate logfile with
only his realm related data in it?

radrelay is the solution. As for a detail file, either use Acct-Type like:


Just curious, what's wrong with using the proxy feature in the server?

That way you can still do local processing (or nothing) while the customer gets the accounting data almoust uninterrupted. And you don't have to rely on a second application, or that your server writes accounting correctly. The setup is simpler too.

Proxy:

Send a request as soon as we receive it. If the receiving server is down after retry_count * retry_delay we stop sending requests for dead_time time. We don't buffer requests, nor do we schedule packets based on the receiving server responsiveness.

Relay:

Buffer the requests in a FIFO buffer (in our case the detail file). If the receiving end is down we keep sending the requests until it comes back. If the receiving end is slow, we also slow down.

Hope this clears things up.



--
best regards
Nils R?nhovde
Telenor Networks

-
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html


-- Kostas Kalevras Network Operations Center [EMAIL PROTECTED] National Technical University of Athens, Greece Work Phone: +30 210 7721861 'Go back to the shadow' Gandalf

- List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Reply via email to