<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
  <title></title>
</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:7wSU6Q9i.1232994075.8600290.tnt@kalik.net"
 type="cite">
  <blockquote type="cite">
    <pre wrap="">i use the perl example supplied with freeradius for authenticate my
user.

modules {
       perl {
               module = "/etc/raddb/Test-Auth.pl"
               func_accounting = accounting
               func_authenticate = authenticate
               func_authorize = authorize
               func_preacct = preacct
               func_checksimul = checksimul
               func_xlat = xlat
       }


If i want add a IP Address for one specific user, what is the process ?

sample:
   All user => Use Pool of the NAS
   One specific user => use 192.168.50.1 (static IP)

    </pre>
  </blockquote>
  <pre wrap=""><!---->
There is an example in example.pl for sending h323... attribute in the
reply. You want to send Framed-IP-Address.

Ivan Kalik
Kalik Informatika ISP

-
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>
Hi,<br>
<br>
thanks for your return. I have added:<br>
<br>
                        $RAD_REPLY{'Framed-IP-Address'} = "10.218.6.1";<br>
                        return RLM_MODULE_OK;<br>
<br>
but no change, he use the pool included into the cisco ASA (10.218.4.5)<br>
<br>
a error of me ?<br>
<br>
bye<br>
jerome<br>
<br>
<br>
<br>
</body>
</html>