Hello list,<br>For me it's the first time with freeradius; i try to find a solution or a way to solve my problem but i have not found anything.<br>I have this message on the log of the freeradius server when a wireless client try to estabilish a pppoe session.
<br><br>Auth: Login incorrect (rlm_chap: Clear text password not available): [flavio/<CHAP-Password>] (from client Erri port 1511 cli 00:35:00:04:60:99)<br><br>The message is clear but i don't know where to solve.
<br>The configuration is:<br>- two wireless client with pppoe profile<br>- one wireless Access Point<br>- one freeradius server<br><br>If i enable the same pppoe profile (user: flavio, password: flavio) on the Access Point all work fine; When i disable the profile on the Access Point and i configure the radius client on the Access Point i have the problem
<br>This is the configuration on the file /etc/raddb/users for the user "flavio" :<br><br>       Service-Type = Framed-User,<br>       Framed-Protocol = PPP,<br>       Framed-IP-Address = <a href="http://10.1.1.8">
10.1.1.8</a>,<br>       Framed-IP-Netmask = <a href="http://255.255.255.0">255.255.255.0</a>,<br>       Framed-Routing = Broadcast-Listen,<br>#       Framed-Filter-Id = "std.ppp",<br>       Framed-MTU = 1500,<br>
#       Framed-Compression = Van-Jacobsen-TCP-IP<br><br>Any idea to find out the prob ?<br>Than's a lot<br>Flavio<br><br><br>