Dear all,
I need to forward my Radius Accounting-Data to another Server and at the
same time keep a copy of them on my local Radiator Server. So after reading
a few of the articels about forwarding in the Mailinglist I wrote the
following radius.cfg (only the important lines) which seems to work fine,
except that the Radiator doesn´t relpy the Accounting-Request coming from
the NAS back to the NAS. But my NAS gets confused without the reply. Any
ideas ? Are there better solutions for forwarding Accounting-Data ? 

<Handler Request-Type = Accounting-Request>
        AcctLogFileName %L/detail
        <AuthBy RADIUS>
                Host    <IP Addr. of Remote Server>
                Secret  <mysecret>
                NoForwardAuthentication
                Retries 0
        </AuthBy>
</Handler>

<Handler>          
        <AuthBy GROUP>
                AuthByPolicy ContinueWhileReject      
                <AuthBy FILE>
                ...
                </AuthBy>

                <AuthBy LDAP2>
                ...
                </AuthBy>
        </AuthBy>
</Handler>

===
Archive at http://www.starport.net/~radiator/
Announcements on [EMAIL PROTECTED]
To unsubscribe, email '[EMAIL PROTECTED]' with
'unsubscribe radiator' in the body of the message.

Reply via email to