I'm trying to do some performance tests with FR 2.1.10. I'm using radperf tool. I have two different machines with freeradius installed on them. In one of them the test is going well for now, but in the other (where I'm more interested on) the test fails with the following error: <div>
<br></div><div><div><span style="background-color:rgb(255,255,255)">rad_recv: Access-Reject packet from host 127.0.0.1 port 1812, id=50, length=20</span></div><div><span style="background-color:rgb(255,255,255)">rad_verify: Received Access-Reject packet from client 127.0.0.1 port 1812 with invalid signature (err=2)!  (Shared secret is incorrect.)</span></div>
</div><div><span style="background-color:rgb(255,255,255)"><br></span></div><div><span style="background-color:rgb(255,255,255)">Bellow I'll put the output from the freeradius run with -XXX with some comments on it:</span></div>
<div><span style="background-color:rgb(255,255,255)"><br></span></div><div><div style="background-color:rgb(255,255,255)">rad_recv: Access-Request packet from host 127.0.0.1 port 38027, id=50, length=45</div><div style="background-color:rgb(255,255,255)">
<span class="Apple-tab-span" style="white-space:pre"> </span>User-Name = "test1"</div><div style="background-color:rgb(255,255,255)"><span class="Apple-tab-span" style="white-space:pre">    </span>User-Password = "\340<V#\307\177\221\034\355\366M\255\364\271\340\253"</div>
<div style="background-color:rgb(255,255,255)"><br></div><div><span style="background-color:rgb(255,0,0)">/*** comment 1: </span></div><div><span style="background-color:rgb(255,0,0)">the User-Password on the machine with well-working freeradius isn't encrypted. It looks simple like this: </span></div>
<div><span style="background-color:rgb(255,0,0)"><br></span></div><div><span style="background-color:rgb(255,0,0)">User-Password = "test1"</span></div><div><span style="background-color:rgb(255,0,0)"><br></span></div>
<div><span style="background-color:rgb(255,0,0)">***/</span></div><div style="background-color:rgb(255,255,255)"><br></div><div style="background-color:rgb(255,255,255)">Mon Jul 23 11:36:48 2012 : Info: # Executing section authorize from file /netnfork/radius//etc/raddb/sites-enabled/default</div>
<div style="background-color:rgb(255,255,255)">Mon Jul 23 11:36:48 2012 : Info: +- entering group authorize {...}</div><div style="background-color:rgb(255,255,255)">Mon Jul 23 11:36:48 2012 : Info: ++[preprocess] returns ok</div>
<div style="background-color:rgb(255,255,255)">Mon Jul 23 11:36:48 2012 : Info: ++[chap] returns noop</div><div style="background-color:rgb(255,255,255)">Mon Jul 23 11:36:48 2012 : Info: [suffix] No '@' in User-Name = "test1", looking up realm NULL</div>
<div style="background-color:rgb(255,255,255)">Mon Jul 23 11:36:48 2012 : Info: [suffix] No such realm "NULL"</div><div style="background-color:rgb(255,255,255)">Mon Jul 23 11:36:48 2012 : Info: ++[suffix] returns noop</div>
<div style="background-color:rgb(255,255,255)">Mon Jul 23 11:36:48 2012 : Info: [eap] No EAP-Message, not doing EAP</div><div style="background-color:rgb(255,255,255)">Mon Jul 23 11:36:48 2012 : Info: ++[eap] returns noop</div>
<div style="background-color:rgb(255,255,255)">Mon Jul 23 11:36:48 2012 : Info: [sql] <span class="Apple-tab-span" style="white-space:pre">   </span>expand: %{User-Name} -> test1</div><div style="background-color:rgb(255,255,255)">
Mon Jul 23 11:36:48 2012 : Info: [sql] sql_set_user escaped user --> 'test1'</div><div style="background-color:rgb(255,255,255)">Mon Jul 23 11:36:48 2012 : Debug: rlm_sql (sql): Reserving sql socket id: 0</div>
<div style="background-color:rgb(255,255,255)">Mon Jul 23 11:36:48 2012 : Info: [sql] <span class="Apple-tab-span" style="white-space:pre">   </span>expand: SELECT id, UserName, Attribute, Value, Op   FROM radcheck   WHERE Username = '%{SQL-User-Name}'   ORDER BY id -> SELECT id, UserName, Attribute, Value, Op   FROM radcheck   WHERE Username = 'test1'   ORDER BY id</div>
<div style="background-color:rgb(255,255,255)">Mon Jul 23 11:36:48 2012 : Debug: rlm_sql_postgresql: Status: PGRES_TUPLES_OK</div><div style="background-color:rgb(255,255,255)">Mon Jul 23 11:36:48 2012 : Debug: rlm_sql_postgresql: query affected rows = 1 , fields = 5</div>
<div style="background-color:rgb(255,255,255)">Mon Jul 23 11:36:48 2012 : Info: [sql] User found in radcheck table</div><div style="background-color:rgb(255,255,255)">Mon Jul 23 11:36:48 2012 : Info: [sql] <span class="Apple-tab-span" style="white-space:pre">     </span>expand: SELECT id, UserName, Attribute, Value, Op   FROM radreply   WHERE Username = '%{SQL-User-Name}'   ORDER BY id -> SELECT id, UserName, Attribute, Value, Op   FROM radreply   WHERE Username = 'test1'   ORDER BY id</div>
<div style="background-color:rgb(255,255,255)">Mon Jul 23 11:36:48 2012 : Debug: rlm_sql_postgresql: Status: PGRES_TUPLES_OK</div><div style="background-color:rgb(255,255,255)">Mon Jul 23 11:36:48 2012 : Debug: rlm_sql_postgresql: query affected rows = 0 , fields = 5</div>
<div style="background-color:rgb(255,255,255)">Mon Jul 23 11:36:48 2012 : Info: [sql] <span class="Apple-tab-span" style="white-space:pre">   </span>expand: SELECT GroupName FROM radusergroup WHERE UserName='%{SQL-User-Name}' ORDER BY priority -> SELECT GroupName FROM radusergroup WHERE UserName='test1' ORDER BY priority</div>
<div style="background-color:rgb(255,255,255)">Mon Jul 23 11:36:48 2012 : Debug: rlm_sql_postgresql: Status: PGRES_TUPLES_OK</div><div style="background-color:rgb(255,255,255)">Mon Jul 23 11:36:48 2012 : Debug: rlm_sql_postgresql: query affected rows = 0 , fields = 1</div>
<div style="background-color:rgb(255,255,255)">Mon Jul 23 11:36:48 2012 : Debug: rlm_sql (sql): Released sql socket id: 0</div><div style="background-color:rgb(255,255,255)">Mon Jul 23 11:36:48 2012 : Info: ++[sql] returns ok</div>
<div style="background-color:rgb(255,255,255)">Mon Jul 23 11:36:48 2012 : Info: ++[expiration] returns noop</div><div style="background-color:rgb(255,255,255)">Mon Jul 23 11:36:48 2012 : Info: ++[logintime] returns noop</div>
<div style="background-color:rgb(255,255,255)">Mon Jul 23 11:36:48 2012 : Info: ++[pap] returns updated</div><div style="background-color:rgb(255,255,255)">Mon Jul 23 11:36:48 2012 : Info: Found Auth-Type = PAP</div><div style="background-color:rgb(255,255,255)">
Mon Jul 23 11:36:48 2012 : Info: # Executing group from file /netnfork/radius//etc/raddb/sites-enabled/default</div><div style="background-color:rgb(255,255,255)">Mon Jul 23 11:36:48 2012 : Info: +- entering group PAP {...}</div>
<div style="background-color:rgb(255,255,255)">Mon Jul 23 11:36:48 2012 : Info: [pap] login attempt with password "�<V#�??��M�����"</div><div style="background-color:rgb(255,255,255)">Mon Jul 23 11:36:48 2012 : Info: [pap] Using clear text password "test1"</div>
<div style="background-color:rgb(255,255,255)">Mon Jul 23 11:36:48 2012 : Info: [pap] Passwords don't match</div><div style="background-color:rgb(255,255,255)">Mon Jul 23 11:36:48 2012 : Info: ++[pap] returns reject</div>
<div style="background-color:rgb(255,255,255)"><br></div><div><span style="background-color:rgb(255,0,0)">/*** comment 2: </span></div><div><span style="background-color:rgb(255,0,0)"><br></span></div><div><span style="background-color:rgb(255,0,0)">the last four lines in the well-working server are: </span></div>
<div><span style="background-color:rgb(255,0,0)"><br></span></div><div><div><span style="background-color:rgb(255,0,0)">Mon Jul 23 11:32:15 2012 : Info: [pap] login attempt with password "test92"</span></div><div>
<span style="background-color:rgb(255,0,0)">Mon Jul 23 11:32:15 2012 : Info: [pap] Using clear text password "test92"</span></div><div><span style="background-color:rgb(255,0,0)">Mon Jul 23 11:32:15 2012 : Info: [pap] User authenticated successfully</span></div>
<div><span style="background-color:rgb(255,0,0)">Mon Jul 23 11:32:15 2012 : Info: ++[pap] returns ok</span></div></div><div><span style="background-color:rgb(255,0,0)"><br></span></div><div><span style="background-color:rgb(255,0,0)">***/</span></div>
<div style="background-color:rgb(255,255,255)"><br></div><div style="background-color:rgb(255,255,255)"><br></div><div style="background-color:rgb(255,255,255)">Mon Jul 23 11:36:48 2012 : Info: Failed to authenticate the user.</div>
<div style="background-color:rgb(255,255,255)">Mon Jul 23 11:36:48 2012 : Debug:   WARNING: Unprintable characters in the password.  Double-check the shared secret on the server and the NAS!</div><div style="background-color:rgb(255,255,255)">
Mon Jul 23 11:36:48 2012 : Info: Using Post-Auth-Type Reject</div><div style="background-color:rgb(255,255,255)">Mon Jul 23 11:36:48 2012 : Info: # Executing group from file /netnfork/radius//etc/raddb/sites-enabled/default</div>
<div style="background-color:rgb(255,255,255)">Mon Jul 23 11:36:48 2012 : Info: +- entering group REJECT {...}</div><div style="background-color:rgb(255,255,255)">Mon Jul 23 11:36:48 2012 : Info: [attr_filter.access_reject] <span class="Apple-tab-span" style="white-space:pre">   </span>expand: %{User-Name} -> test1</div>
<div style="background-color:rgb(255,255,255)">Mon Jul 23 11:36:48 2012 : Debug: attr_filter: Matched entry DEFAULT at line 11</div><div style="background-color:rgb(255,255,255)">Mon Jul 23 11:36:48 2012 : Info: ++[attr_filter.access_reject] returns updated</div>
<div style="background-color:rgb(255,255,255)">Mon Jul 23 11:36:48 2012 : Info: Delaying reject of request 3 for 1 seconds</div><div style="background-color:rgb(255,255,255)">Mon Jul 23 11:36:48 2012 : Debug: Going to the next request</div>
<div style="background-color:rgb(255,255,255)">Mon Jul 23 11:36:48 2012 : Debug: Waking up in 0.9 seconds.</div><div style="background-color:rgb(255,255,255)">Mon Jul 23 11:36:49 2012 : Info: Sending delayed reject for request 3</div>
<div style="background-color:rgb(255,255,255)">Sending Access-Reject of id 50 to 127.0.0.1 port 38027</div><div style="background-color:rgb(255,255,255)">Mon Jul 23 11:36:49 2012 : Debug: Waking up in 4.9 seconds.</div><div style="background-color:rgb(255,255,255)">
Mon Jul 23 11:36:54 2012 : Info: Cleaning up request 3 ID 50 with timestamp +250</div><div style="background-color:rgb(255,255,255)">Mon Jul 23 11:36:54 2012 : Info: Ready to process requests.</div></div><div><span style="background-color:rgb(255,255,255)"><br>
</span></div><div><span style="background-color:rgb(255,255,255)">From the output I understand that the password shouldn't be encrypted when is sent. Can anybody suggest me how to fix that problem?</span></div>