Hey Tuc,<br><br>This might happen because of interface changes.<br>Also add a record to the nas table for the <a href="http://127.0.0.1">127.0.0.1</a> ip address (or the other<br>IP address you have configured on your ethernet interface).<br>
And I'm also assuming you have configured the nas table in sql.conf<br><br><br>Regards,<br>Liran Tal.<br><br><div class="gmail_quote">On Wed, Apr 30, 2008 at 11:41 PM, Tuc at <a href="http://T-B-O-H.NET">T-B-O-H.NET</a> <<a href="mailto:ml@t-b-o-h.net">ml@t-b-o-h.net</a>> wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">Hi,<br>
<br>
        Running FreeRadius 2.0.3 built from source on Centos 5.1 with<br>
a Mysql 5.0.45 back end.<br>
<br>
        We've been doing testing on our setup for MONTHS (First FR1,<br>
now FR2) and its been flawless. Today we went to put our first unit into<br>
production and am having issues.<br>
<br>
        We are reading NAS from SQL. The entry is :<br>
<br>
(3,'<a href="http://192.168.25.13" target="_blank">192.168.25.13</a>','SBC-1918','other',0,'KhLcPALLdzTcJs3f','GLRXTAFLfhf3N4zT','First Install')<br>
<br>
        From the user table I have :<br>
<br>
(1, 'tuc','User-Password',':=','PLAINTEXT')<br>
<br>
        And when I run :<br>
<br>
#!/bin/sh<br>
(echo 'User-Name = "tuc"'<br>
echo 'User-Password = "PLAINTEXT"'<br>
echo 'NAS-IP-Address = <a href="http://192.168.25.13" target="_blank">192.168.25.13</a>'<br>
echo 'NAS-Port = 0') | /usr/local/bin/radclient -x localhost auth  KhLcPALLdzTcJs3f<br>
<br>
        I get :<br>
<br>
[root@ports ~]# sh TESTRAD<br>
        User-Name = "tuc"<br>
        User-Password = "PLAINTEXT"<br>
        NAS-IP-Address = <a href="http://192.168.25.13" target="_blank">192.168.25.13</a><br>
        NAS-Port = 0<br>
rad_verify: Received Access-Reject packet from client <a href="http://127.0.0.1" target="_blank">127.0.0.1</a> port 1812 with invalid signature (err=2)!  (Shared secret is incorrect.)<br>
<br>
        and in radius.log I see :<br>
<br>
Wed Apr 30 16:38:43 2008 : Auth: Login incorrect: [tuc/eY\261ã¡©\226`\305\020y\366/Â?\333] (from client localhost port 0)<br>
<br>
<br>
<br>
        HELP... I can't see what I'm doing wrong.<br>
<br>
                Thanks, Tuc<br>
<br>-<br>
List info/subscribe/unsubscribe? See <a href="http://www.freeradius.org/list/users.html" target="_blank">http://www.freeradius.org/list/users.html</a><br></blockquote></div><br>