Hi,

Do you mean in the radius.conf file or in freeradius code? 

I only see an useful "key" in the acct_unique module and I'd tested
before and it doesn't work, because it's only for acct packets, and we
need to assign the ip address in the auth req.

--------------
acct_unique {
                #key = "User-Name, Acct-Session-Id, NAS-IP-Address,
Client-IP-Address, NAS-Port-Id"
                key = "User-Name"
}
--------------

Whatever, thanks, with the config we have now it's working ok.

Greetings.
  Miguel.

On Wed, 2004-03-17 at 16:51, Alan DeKok wrote:
> Miguel Diez <[EMAIL PROTECTED]> wrote:
> > We wanted our proxy radius server to assign ip address dinamically,
> > but sometimes we don't have the NAS-Port attribute, and freeradius
> > need it if you want it to assign ip address, so...
> 
>   Modify the IP pool module to take a configurable "key".
> 
>   Right now, the key is implicitely "%{Client-IP-Address}
> %{NAS-Port}".  If you make it changeable, you can key off of whatever
> attributes you want.
> 
>   Alan DeKok.
> 
> - 
> List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html


- 
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Reply via email to