<html><head><style type='text/css'>p { margin: 0; }</style></head><body><div style='font-family: Verdana; font-size: 10pt; color: #3366FF'>Everyone -<br><br>I'm being a bit brain dead most likely. I have been tinkering with Freeradius and MAC authentication successfully. Now I have a real server to build FR on so I proceeded to build the new server. After going through the *same* steps to build FR, duplicating the clients.conf and users file, I can't get the auth to work again. In my notes these were the two files I touched to get it going, but I'm hoping I missed something simple.<br><br>My -Xy output looks like this:<br><br>--- Walking the entire request list ---<br>Waking up in 1 seconds...<br>rad_recv: Access-Request packet from host 10.10.18.208:1030, id=16, length=53<br>        User-Name = "000e35-84610a"<br>        User-Password = "000e35-84610a"<br>  Processing the authorize section of radiusd.conf<br>modcall: entering group authorize for request 1<br>  modcall[authorize]: module "preprocess" returns ok for request 1<br>  modcall[authorize]: module "chap" returns noop for request 1<br>  modcall[authorize]: module "mschap" returns noop for request 1<br>    rlm_realm: No '@' in User-Name = "000e35-84610a", looking up realm NULL<br>    rlm_realm: No such realm "NULL"<br>  modcall[authorize]: module "suffix" returns noop for request 1<br>  rlm_eap: No EAP-Message, not doing EAP<br>  modcall[authorize]: module "eap" returns noop for request 1<br>  modcall[authorize]: module "files" returns notfound for request 1<br>rlm_pap: WARNING! No "known good" password found for the user.  Authentication may fail because of this.<br>  modcall[authorize]: module "pap" returns noop for request 1<br>modcall: leaving group authorize (returns ok) for request 1<br>auth: No authenticate method (Auth-Type) configuration found for the request: Rejecting the user<br>auth: Failed to validate the user.<br>Delaying request 1 for 1 seconds<br>Finished request 1<br>Going to the next request<br>Waking up in 1 seconds...<br><br>My users file:<br><br>000E35-84610A Cleartext-Password := "000E35-84610A"<br><br><br>Any help to recover from my brain lapse would be greatly appreciated. Did I miss some other config tweak so it's looking at the user file?<br><br>Thx in advance!<br><br><br><br><br></div></body></html>