Hi all.  I've got Radiator setup to proxy accounting requests from our
auth servers to our accounting server, but I'm having an annoying problem.
It looks like the auth servers are not happy with the response from the
accounting server, and I'm seeing a bunch of this in my logs:

Wed Feb 21 23:10:40 2001: WARNING: Unknown reply received in AuthRADIUS for request 
205 from 209.113.31.19:1646
Wed Feb 21 23:10:40 2001: INFO: AuthRADIUS: No reply after 3 retransmissions to 1646 
for cbanku128k  (176)

I've checked through the mailing list archives and added
IgnoreAcctSignature to every client stanza I have, but these errors aren't
going away.

It looks like the accounting server is happy enough with the forwarded
packets, because they're getting logged, but they're getting logged three
times each since the auth servers aren't happy with the replies.

Here's a snippet of my auth server (forwarding) config:

<Client DEFAULT>
        Secret <mysecret>
        IgnoreAcctSignature
</Client>

<Realm DEFAULT>
        AcctLogFileName %L/detail
        # This stanza proxies accounting requests
        <AuthBy RADIUS>
                NoForwardAuthentication
                Host 209.113.31.19
                Secret <mysecret>
                AcctPort 1646
        </AuthBy>
        # end accounting proxy
</Realm>

And the matching accounting server config:

<Client DEFAULT>
        Secret  <mysecret>
        IgnoreAcctSignature
</Client>

<Realm DEFAULT>
        AcctLogFileName %L/details.%y%m%d
        AcctLogFileFormat %{Timestamp} %{Acct-Status-Type} %{User-Name} 
%{Framed-Address}
        AuthByPolicy    All
        <AuthBy SQL>
                <all my sql stuffs>
        </AuthBy>
</Realm>

Both servers are running Radiator 2.17.1.

I can certainly provide more detailed information (packet dumps and all
that fun stuff), but I figured I'd keep it simple to start with, as I may
have a simple problem.  :)

If anyone could help shed some light on this, I'd appreciate it.

-andrew
-- 
Andrew O. Smith - <[EMAIL PROTECTED]>
Sysadmin, Insync Internet Services
Houston, Texas, USA


===
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