<html>
<head>
<style>
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
FONT-SIZE: 10pt;
FONT-FAMILY:Tahoma
}
</style>
</head>
<body class='hmmessage'>
I configure Freeradius , when the client try to connect with CHAP i have this error, and only connect with linux system users. When I connect locally with radtest i connect ok but when i connect remotely whit Windows Xp using CHAP don't connect. I run radius in debug mode with -X option.<BR>
 <BR>
Part of clients.conf<BR>
 <BR>
usuario1 Auth-Type := Local, Cleartext-Password := "testusuario1"<BR>
usuario2 Auth-Type := Local, Password := "testusuario2"<BR>
usuario3 Cleartext-Password := "testusuario3"<BR><BR>
 <BR>
Error of freeradius running with -X option:<BR>
 <BR>
rad_recv: Access-Request packet from host 192.168.1.100:1645, id=106, length=126<BR>        Framed-Protocol = PPP<BR>        User-Name = "chap"<BR>        CHAP-Password = 0x019c1a0fb685942ed07fdb1e2d100e93f0<BR>        NAS-Port-Type = Virtual<BR>        NAS-Port = 1586<BR>        Calling-Station-Id = "1141323200"<BR>        Called-Station-Id = "8003450410"<BR>        Connect-Info = "TLS-MISERVER-DIALUP"<BR>        Service-Type = Framed-User<BR>        NAS-IP-Address = 192.168.1.100<BR>  Processing the authorize section of radiusd.conf<BR>modcall: entering group authorize for request 2<BR>  modcall[authorize]: module "preprocess" returns ok for request 2<BR>  rlm_chap: Setting 'Auth-Type := CHAP'<BR>  modcall[authorize]: module "chap" returns ok for request 2<BR>  modcall[authorize]: module "mschap" returns noop for request 2<BR>    rlm_realm: No <A href="mailto:'@'">'@'</A> in User-Name = "chap", looking up realm NULL<BR>    rlm_realm: No such realm "NULL"<BR>  modcall[authorize]: module "suffix" returns noop for request 2<BR>  rlm_eap: No EAP-Message, not doing EAP<BR>  modcall[authorize]: module "eap" returns noop for request 2<BR>    users: Matched entry DEFAULT at line 173<BR>    users: Matched entry DEFAULT at line 185<BR>  modcall[authorize]: module "files" returns ok for request 2<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 2<BR>modcall: leaving group authorize (returns ok) for request 2<BR>  rad_check_password:  Found Auth-Type CHAP<BR>auth: type "CHAP"<BR>  Processing the authenticate section of radiusd.conf<BR>modcall: entering group CHAP for request 2<BR>  rlm_chap: login attempt by "chap" with CHAP password<BR>  rlm_chap: Could not find clear text password for user chap<BR>  modcall[authenticate]: module "chap" returns invalid for request 2<BR>modcall: leaving group CHAP (returns invalid) for request 2<BR>auth: Failed to validate the user.<BR>Login incorrect (rlm_chap: Clear text password not available): [chap/<CHAP-Password>] (from client rasiplan2 port 1586 cli 1141323200)<BR>Delaying request 2 for 1 seconds<BR>Finished request 2<BR>Going to the next request<BR>--- Walking the entire request list ---<BR>Waking up in 1 seconds...<BR>--- Walking the entire request list ---<BR>Waking up in 1 seconds...<BR>--- Walking the entire request list ---<BR>Sending Access-Reject of id 106 to 192.168.1.1 port 1645<BR>Waking up in 4 seconds...<BR>--- Walking the entire request list ---<BR>Cleaning up request 2 ID 106 with timestamp 47472e23<BR>Nothing to do.  Sleeping until we see a request.<BR><BR><br /><hr />Tecnología, moda, motor, viajes,…suscríbete a nuestros boletines para estar a la última <a href='http://newsletters.msn.com/hm/maintenanceeses.asp?L=ES&C=ES&P=WCMaintenance&Brand=WL&RU=http%3a%2f%2fmail.live.com' target='_new'>MSN Newsletters</a></body>
</html>