I modified the users file with:<br><br># DEFAULT Auth-Type = System<br># Fall-Through = 1<br><br>and<br><br>flavio User-Password == "flavio"<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>But the problem persist .<br>Do you think that is better to use a new version of freeradius ?<br><br>Tx.<br><br><div><span class="gmail_quote">
2007/6/25, Dennis Skinner <<a href="mailto:dskinner@bluefrog.com">dskinner@bluefrog.com</a>>:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Kevin Bonner wrote:<br>> On Monday 25 June 2007 12:45:15 Flavio Silvestrone wrote:<br>>>> If you are using a recent version of freeradius, you should have the<br>> ...<br>>> The version of radius is "
freeradius-1.0.1-3".<br>><br>> 1.0.1 is not recent. Use 1.1.6.<br>><br>>> flavio Cleartext-Password := "flavio"<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>> Since you're using such an old version of freeradius, you cannot use
<br>> Cleartext-Password here as it was available in 1.1.5 (I think) and later<br>> versions. You can use User-Password, but you should upgrade to a newer<br>> version.<br><br>Probably should also get rid of:<br>
<br>DEFAULT Auth-Type = System<br> Fall-Through = 1<br><br>Futher up in the users file. It doesn't look like you are trying to use<br>the /etc/passwd file, which I think is what System is for.<br><br>In general, never set Auth-Type.
<br><br>--<br>Dennis Skinner<br>Systems Administrator<br>BlueFrog Internet<br><a href="http://www.bluefrog.com">http://www.bluefrog.com</a><br>-<br>List info/subscribe/unsubscribe? See <a href="http://www.freeradius.org/list/users.html">
http://www.freeradius.org/list/users.html</a><br></blockquote></div><br>