<!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">
<a class="moz-txt-link-abbreviated" href="mailto:tnt@kalik.net">tnt@kalik.net</a> a écrit :
<blockquote cite="mid:sSDgsd2s.1233070038.2716690.tnt@kalik.net"
 type="cite">
  <pre wrap="">Your perl script changes this:
  </pre>
  <blockquote type="cite">
    <pre wrap="">rlm_perl: Added pair Framed-IP-Address = 10.218.4.120
    </pre>
  </blockquote>
  <pre wrap=""><!---->
into this (use IP pool on the NAS):

  </pre>
  <blockquote type="cite">
    <pre wrap="">rlm_perl: Added pair Framed-IP-Address = 255.255.255.254
    </pre>
  </blockquote>
  <pre wrap=""><!---->
I don't see this:

$RAD_REPLY{'Framed-IP-Address'} = "10.218.6.1";

at all. Fix your script.

  </pre>
</blockquote>
<br>
Hi<br>
<br>
sorry, i have change my script for test into the pool:<br>
<br>
                        $RAD_REPLY{'Framed-IP-Address'} =
"10.218.4.120";<br>
                        $RAD_REPLY{'Framed-IP-Netmask'} =
"255.255.255.0";<br>
                        return RLM_MODULE_OK;<br>
<br>
i don't know why i have a " Framed-IP-Address = 255.255.255.254"<br>
<br>
On the cisco, i see:<br>
<br>
5|Jan 27 2009|17:01:00|713130|||Group = XXX, Username = usertest, IP =
88.XX.XX.xx, Received unsupported transaction mode attribute: 5<br>
<br>
<br>
</body>
</html>