Hello Thomas -
Your configuration should work fine, however we will need to see a trace 4
debug from Radiator to say for sure. I suspect that you are never seeing a
response from the proxy target (filters perhaps?), so you are never
responding to the NAS.
You can get around the problem by using the AccountingHandled parameter in
your Handler, like this:
<Handler Request-Type = Accounting-Request>
AccountingHandled
.....
Have a look at section 6.15.10 in the Radiator 2.17.1 reference manual.
regards
Hugh
On Wednesday 28 February 2001 22:08, [EMAIL PROTECTED] wrote:
> 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.
--
Radiator: the most portable, flexible and configurable RADIUS server
anywhere. Available on *NIX, *BSD, Windows 95/98/2000, NT, MacOS X.
-
Nets: internetwork inventory and management - graphical, extensible,
flexible with hardware, software, platform and database independence.
===
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.