Hi everyone, I'm having a problem with freeradius 1.0.4 configuration. I configured it to work with PAP, CHAP, MS-CHAPv1, and MS-CHAPv2. Now I would like to work with EAP-MD5 but I have always the same response: rad_recv: Access-Request packet from host 192.168.2.63:1108<http://192.168.2.63:1108>, id=65, length=88 Waking up in 31 seconds... Thread 1 got semaphore Thread 1 handling request 5, (2 handled so far) User-Name = "juan" EAP-Message = 0x025700180410b8c3ecb73fe2a82ab50152301561f65f0008 State = 0x36f19352ad8e53da9ad68e321a2a1a81 Message-Authenticator = 0x676a955991b9dcdee684a339aa8420c2 Processing the authorize section of radiusd.conf modcall: entering group authorize for request 5 modcall[authorize]: module "preprocess" returns ok for request 5 modcall[authorize]: module "chap" returns noop for request 5 modcall[authorize]: module "mschap" returns noop for request 5 rlm_realm: No '@' in User-Name = "juan", looking up realm NULL rlm_realm: No such realm "NULL" modcall[authorize]: module "suffix" returns noop for request 5 rlm_eap: EAP packet type response id 87 length 24 rlm_eap: No EAP Start, assuming it's an on-going EAP conversation modcall[authorize]: module "eap" returns updated for request 5 users: Matched entry juan at line 93 modcall[authorize]: module "files" returns ok for request 5 modcall: group authorize returns updated for request 5 rad_check_password: Found Auth-Type EAP auth: type "EAP" Processing the authenticate section of radiusd.conf modcall: entering group authenticate for request 5 rlm_eap: Request found, released from the list rlm_eap: EAP/md5 rlm_eap: processing type md5 rlm_eap: Freeing handler modcall[authenticate]: module "eap" returns reject for request 5 modcall: group authenticate returns reject for request 5 auth: Failed to validate the user. Delaying request 5 for 1 seconds Finished request 5 Going to the next request Thread 1 waiting to be assigned a request --- Walking the entire request list --- Sending Access-Reject of id 65 to 192.168.2.63:1108<http://192.168.2.63:1108> EAP-Message = 0x04570004 Message-Authenticator = 0x00000000000000000000000000000000 Reply-Message = "Hello, %u" I really don't know what to do. I'm almost sure it's the radiusd.conf or eap.con files. Can anybody help me?? Thank you!!