Hi All I am a newbie to freeradius. I am trying to use freeradius as an authentication server along with a WRT54G Linksys (Cisco) access point. On the client side i have a windows machine where i have enabled PEAP authentication, through which it asks me for user name and password. The problem i am facing is that the Radius server is not getting password, and hence not authenticating. Following is a snippet of the log i got : rad_recv: Access-Request packet from host 10.129.20.111:2863, id=0, length=169 --- Walking the entire request list --- Waking up in 31 seconds... Threads: total/active/spare threads = 5/0/5 Thread 1 got semaphore Thread 1 handling request 0, (1 handled so far) Message-Authenticator = 0xd75320cd909f5132bb834f1196e6f5b3 Service-Type = Framed-User User-Name = "steve" Framed-MTU = 1488 Called-Station-Id = "00-18-F8-64-80-D9:ANUJ" Calling-Station-Id = "00-17-9A-D1-9F-B7" NAS-Port-Type = Wireless-802.11 Connect-Info = "CONNECT 54Mbps 802.11g" EAP-Message = 0x0200000a017374657665 NAS-IP-Address = 10.129.20.111 NAS-Port = 7 NAS-Port-Id = "STA port # 7" Processing the authorize section of radiusd.conf modcall: entering group authorize for request 0 modcall[authorize]: module "preprocess" returns ok for request 0 modcall[authorize]: module "chap" returns noop for request 0 modcall[authorize]: module "mschap" returns noop for request 0 rlm_realm: No '@' in User-Name = "steve", looking up realm NULL rlm_realm: No such realm "NULL" modcall[authorize]: module "suffix" returns noop for request 0 rlm_eap: EAP packet type response id 0 length 10 rlm_eap: No EAP Start, assuming it's an on-going EAP conversation modcall[authorize]: module "eap" returns updated for request 0 users: Matched entry steve at line 80 modcall[authorize]: module "files" returns ok for request 0 modcall: leaving group authorize (returns updated) for request 0 rad_check_password: Found Auth-Type Local auth: type Local *auth: No User-Password or CHAP-Password attribute in the request* *auth: Failed to validate the user.* *Login incorrect: [steve/<no User-Password attribute>] (from client localhost port 7 cli 00-17-9A-D1-9F-B7)* Delaying request 0 for 1 seconds Finished request 0 Going to the next request Thread 1 waiting to be assigned a request rad_recv: Access-Request packet from host 10.129.20.111:2863, id=0, length=169 Sending Access-Reject of id 0 to 10.129.20.111 port 2863 --- Walking the entire request list --- Waking up in 3 seconds... --- Walking the entire request list --- Cleaning up request 0 ID 0 with timestamp 45dc2565 Nothing to do. Sleeping until we see a request. My Client file reads : steve Auth-Type := Local, User-Password == "testing" Service-Type = Framed-User, Framed-Protocol = PPP Am I missing out on something ? Kindly help me with this as soon as possible. Its a little urgent. regards, Anuj Tripathi