<div class="gmail_quote">On Tue, Feb 1, 2011 at 12:24 PM, vijay s sheelavantar <span dir="ltr"><<a href="mailto:s_vijay65@rediffmail.com">s_vijay65@rediffmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
<div>Hello Friends,</div><div><br></div><div>I am getting following error while authenticating users.  The request from pam_radius is reaching radius server and server is sending "Access-Accept". but client is not able to receive this message.</div>
<div><br></div><div><div>Feb 1 14:25:40 (none) sshd[27321]: pam_radius_auth: Got user name user</div><div>Feb 1 14:25:42 (none) sshd[27321]: pam_radius_auth: Sending RADIUS request code 1</div><div>Feb 1 14:25:42 (none) sshd[27321]: pam_radius_auth: DEBUG: getservbyname(radius, udp) returned 722322004.</div>
<div>Feb 1 14:25:45 (none) sshd[27321]: pam_radius_auth: RADIUS server 19.1.1.2 failed to respond</div><div>Feb 1 14:25:45 (none) sshd[27321]: pam_radius_auth: DEBUG: get_ipaddr(other-server) returned 0.</div><div>Feb 1 14:25:45 (none) sshd[27321]: pam_radius_auth: Failed looking up IP address for RADIUS server other-serve</div>
<div>r (errcode=9)</div><div>Feb 1 14:25:45 (none) sshd[27321]: pam_radius_auth: All RADIUS servers failed to respond.</div><div>Feb 1 14:25:45 (none) sshd[27321]: pam_radius_auth: authentication failed</div></div><div><br>
</div></blockquote><div><br></div><div>Are you using Ubuntu + libpam-radius-auth, by any chance?</div><div><br></div><div>If yes, the config is /etc/pam_radius_auth.conf (even if the file still says "Copy to: /etc/raddb/server"). My test config file simply has these lines:</div>
<div><div><br></div><div><div>127.0.0.1<span class="Apple-tab-span" style="white-space: pre; ">   </span>testing123             1</div></div><div><br></div><div>All other lines are commented out, and the test work just fine with radius server running on localhost.</div>
</div><div><meta http-equiv="content-type" content="text/html; charset=utf-8"><div>From your logs it looks like you forgot to comment-out the example "other-server" entry. </div></div><div><br></div><div>Also, is 19.1.1.2 the IP of your radius server? Some things can cause the client not receive radius reply correctly (like when the radius server has multiple IP address). To narrow down the problem, you should test with radtest/radclient/whatever-your-favorite-radius-auth-test-tool first.</div>
<div><br></div><div>-- </div><div>Fajar</div></div>