Kevin, <br><br>The relevant line is:<br><br>"> rad_verify: Received Access-Reject packet from client 127.0.0.1
port 1812 with invalid signature (err=2)!  (Shared secret is incorrect.)"<br><br>The shared secret to authenticate a client to the RADIUS server (for RADIUS, not EAP traffic) is either not set, or you're using the wrong secret. By default there is no shared secret set for localhost. Edit clients.conf, search for 127.0.0.1. You'll find a line that looks like:<br>
<br>ipaddr = 127.0.0.1<br><br>Now, add this line beneath:<br><br>secret = secret<br><br>Restart freeradius and try again. The message should go away. Remember, you're still going to get an access-reject response unless you setup the user account and password your authenticating with in the "users" file.<br>
<br>Jason<br><br>-- <br>Jason Wittlin-Cohen<br>Yale Law School, Class of 2010<br><a href="mailto:jason.wittlin-cohen@yale.edu">jason.wittlin-cohen@yale.edu</a><br><br>