Hi!
I have two radius servers (proxy and dest). Incoming accounting requests
from NASes should be saved on the proxy *and* forwarded to the
destination radius.
This is how it looks on the proxy:
# Realms
<Realm mydefrealm>
RewriteUsername s/^([EMAIL PROTECTED]).*/$1/
AuthLog mylog
AuthByPolicy ContinueWhileReject
AcctLogFileName /var/log/radiator/details.%Y%m%d
<AuthBy FILE>
Filename /usr/local/lib/radiator/users/flatfile
</AuthBy>
<AuthBy RADIUS>
Host dest
Secret remotesharedsec
AuthPort 1812
AcctPort 1813
RetryTimeout 10
</AuthBy>
</Realm>
Problem: The accounting requests are not sent to the destination host.
They are saved on the proxy.
If I comment out the AuthBy FILE clause, the accounting records are
sent to the dest host, but not saved on the proxy.
Anyone has a pointer on a possible solution ?
--
MfG/Best regards, Kurt Jaeger 17 years to go !
LF.net GmbH fon +49 711 90074-23 [EMAIL PROTECTED]
Ruppmannstr. 27 fax +49 711 90074-33
D-70565 Stuttgart mob +49 171 3101372
===
Archive at http://www.open.com.au/archives/radiator/
Announcements on [EMAIL PROTECTED]
To unsubscribe, email '[EMAIL PROTECTED]' with
'unsubscribe radiator' in the body of the message.