Do you mean give a user a specific IP address from a pool, or assign a
user to a specific pool?

If its the first, I don't believe you can do that.  Rlm_ippool is setup
for dynamic assignment.  You could just assign that value in the users
file or sql and then in ippool you set this

override = no

That way if you statically assign an IP to someone, ippool will not
override that address.

If you mean assign a user to a specific pool, then yes, that is what
ippool is for.  There is an example, in radiusd.conf above the main_pool
setup.

Basically, add this to users file.

user    User-Password = "something", Pool-Name := "pool1"

Then setup pool1 in radiusd.conf as an ippool

ippool pool1 {
 config...
}

On Sun, 12 Dec 2004, Nirmal wrote:

>
> Hi,
>
> I am using freeradius-0.9 and MySQL... is it possible
> to allot an IP from perticular Dynamic Pool to user ?
>
> Please Help me out.
>
>
> Thanks in advance,
>
>
> Nirmal
>
> __________________________________________________
> Do You Yahoo!?
> Tired of spam?  Yahoo! Mail has the best spam protection around
> http://mail.yahoo.com

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

Reply via email to