Hi all,
 
i have to proxy request from AAA1(my-ip) to AAA2(remote-ip). cfg file in AAA1(my-ip) file is as follows:
 
AuthPort        1645
AcctPort        1646
#proxies the request for pkr
<AuthBy RADIUS>
        Identifier      Check_pkr
        Host            remote-ip
        Secret          somesecret
</AuthBy>
<Handler Realm = pkr.com.np>
        AuthBy   Check_pkr
</Handler>
---------------------------------------------------
cfg file in AAA2(remote-ip) end.
 
AuthPort        1645
AcctPort        1646
<Client my-ip>
        Secret somesecret
</Client>
 
I have the following error:
-------------------------------------

Thu Aug 15 12:46:30 2002: INFO: AuthRADIUS: No reply after 1 retransmissions to
AAA1:1745 for [EMAIL PROTECTED]  (219)
Thu Aug 15 12:46:30 2002: INFO: AuthRADIUS could not find a working host to forw
ard to. Ignoring
Thu Aug 15 12:46:31 2002: WARNING: Unknown reply received in AuthRADIUS for requ
est 171 from AAA1:1745
 
any help will be highly appreciated. Thanking in advance.
 
regards,
rajan.

Reply via email to