Re: question about ippools

2005-03-10 Thread Paul Hampson
On Thu, Mar 10, 2005 at 11:31:48AM -0900, Terry J Fike Jr wrote:
 I'm wondering if it is possible to set up an ippool for a single user? 
 Right now our users are flatfiled in the users file.  anyone with a 
 static has the info with their username, all the rest of the users get 
 their ip assigned by the NAS device they are logging in through.  From 
 what i've read of the documentation, it seems the ippool set up is for 
 all users in all NAS devices (or did i read this wrong?)  At this point 
 i believe the pool will be for us by the user no matter what NAS device 
 they are coming from (which i think is how it is supposed to work 
 anyways right?)

It all depends on how you get the Pool-Name attribute added to the
user's configuration attribute list. If it's added for one user when
that user comes from a specific NAS, then only that user on that
specific NAS will get an IP from the relevant pool.

-- 
Paul TBBle Hampson, on an alternate email client.

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


Re: question about ippools

2005-03-10 Thread Terry J Fike Jr
 It all depends on how you get the Pool-Name attribute added to the
 user's configuration attribute list. If it's added for one user when
 that user comes from a specific NAS, then only that user on that
 specific NAS will get an IP from the relevant pool.
Okay, i see in the radiusd.conf where to set the pools, but where do 
define them as a per NAS? (ie: pool 1.2.3.0/24 to NAS1 and 1.2.4.0/24 to 
 NAS2)
then in the user's info just add Pool-name := poolname right?
what is the Group == poolname part for in the DEFAULT??
would that be for the fallthroughs?
--
Terry J Fike Jr
System Administrator
MTA Solutions
907-793-4100
[EMAIL PROTECTED]

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


Re: question about ippools

2005-03-10 Thread Paul Hampson
On Thu, Mar 10, 2005 at 03:45:24PM -0900, Terry J Fike Jr wrote:
  It all depends on how you get the Pool-Name attribute added to the
  user's configuration attribute list. If it's added for one user when
  that user comes from a specific NAS, then only that user on that
  specific NAS will get an IP from the relevant pool.

 Okay, i see in the radiusd.conf where to set the pools, but where do 
 define them as a per NAS? (ie: pool 1.2.3.0/24 to NAS1 and 1.2.4.0/24 to 
  NAS2)
 then in the user's info just add Pool-name := poolname right?
 what is the Group == poolname part for in the DEFAULT??
 would that be for the fallthroughs?

I'd use Post-Auth-Type along with Huntgroups or something similar to
set the Pool-Name correctly.

It's not something _built_ in, it's just something you can do with the
framework.

-- 
Paul TBBle Hampson, on an alternate email client.

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