<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
Alan DeKok a écrit :
<blockquote cite="mid:4989AFE7.7050208@deployingradius.com" type="cite">
  <pre wrap="">Phibee Network Operation Center wrote:
  </pre>
  <blockquote type="cite">
    <pre wrap="">I see "Framed-IP-Address = 10.218.3.41" but at the end of the logs he have:

"Sending Access-Accept of id 32 to 10.218.7.243 port 1025
   Framed-IP-Address = 255.255.255.254"

Why he sending 255.255.255.254 .....
    </pre>
  </blockquote>
  <pre wrap=""><!---->
  Some part of the configuration *you* added does this.  The default
configuration as shipped with the server doesn't add a Framed-IP-Address
of 255.255.255.254.

  Look at the debug output, and look at the "users" file entries it matches.

  You could also simply "grep" the configuration files for
255.255.255.254, and see where it comes from.

  Alan DeKok.
-
List info/subscribe/unsubscribe? See <a class="moz-txt-link-freetext" href="http://www.freeradius.org/list/users.html">http://www.freeradius.org/list/users.html</a>


  </pre>
</blockquote>
<br>
Hoooo very thanks Alan !<br>
<br>
I have add a "#" into "users":<br>
<br>
DEFAULT Service-Type == Framed-User<br>
#       Framed-IP-Address = 255.255.255.254,<br>
        Framed-MTU = 576,<br>
        Service-Type = Framed-User,<br>
        Fall-Through = Yes<br>
<br>
<br>
And now, the user have the good IP address !!!!<br>
<br>
</body>
</html>