FREERADIUS USING IP POOLS

2006-12-14 Thread Tomas Eduardo Lotina Ramos
HOW CAN I USE IP POOLS WITH FREERADIUS, MY NAS is a cisco Linksys WRT54Gnow im working with freeradius 1.1.3 and mysql 5.02in ubuntu drapper and is working fine, i have my users stored in the radcheck table, but iwant to dividethe users in two groups and assing a different range of ip pools to each group of users dynamically so i want to know how can i create two ippools and assing dinamically this ips to the users of the radcheck table depending if they belong to a group A or a group B. help please!
thanks in advance!!!
EDUARDOLlamadas grátis de PC a PC Haz clic aquí  

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

Re: FREERADIUS USING IP POOLS

2006-12-14 Thread Jan Mulders

Read the documentation in radiusd.conf, and experimental.conf. It's all
there.

You need two rlm_ippool modules instantiated, and placed in the postauth and
accounting sections of the config file. You also need to add Pool-Name :=
pool1name in radgroupcheck under the name of group 1, and the same again for
pool 2/group 2.

Post what you come up with if you need further help - this configuration is
in the documentation.

Jan

On 15/12/06, Tomas Eduardo Lotina Ramos [EMAIL PROTECTED] wrote:



HOW CAN I USE IP POOLS WITH FREERADIUS, MY NAS is a cisco Linksys WRT54G
now im working with freeradius 1.1.3 and mysql 5.02 in ubuntu drapper  and
is working fine, i have my users stored in the radcheck table, but i want to
divide the users in two groups and assing a different range of ip pools to
each group of users dynamically so i want to know how can i create two
ippools and assing dinamically this ips to the users of the radcheck table
depending if they belong to a group A or a group B. help please!

thanks in advance!!!

EDUARDO

--
Llamadas grátis de PC a PC Haz clic aquí
http://g.msn.com/8HMBESMX/2749??PS=47575
-
List info/subscribe/unsubscribe? See
http://www.freeradius.org/list/users.html


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

Re: FREERADIUS USING IP POOLS

2006-12-14 Thread Alan DeKok
Tomas Eduardo Lotina Ramos wrote:
 
 HOW CAN I USE IP POOLS WITH FREERADIUS, MY NAS is a cisco Linksys WRT54G

  Which is doing wireless, right?

  You will need a DHCP server to assign IP addresses.

  Alan DeKok.
--
  http://deployingradius.com   - The web site of the book
  http://deployingradius.com/blog/ - The blog
- 
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html


Re: Using IP Pools

2005-03-16 Thread Jason Frisvold
On Sat, 12 Mar 2005 15:15:58 +0200 (EET), Kostas Kalevras
[EMAIL PROTECTED] wrote:
 --users--
 
 DEFAULT NAS-IP-Address == $RAS-IP
 Framed-IP-Address = 255.255.255.254
 
 DEFAULT NAS-IP-Address == $OTHER-NAS-IP, Pool-Name := pool1
 
 DEFAULT NAS-IP-Address == $OTHER-NAS-IP2, Pool-Name := pool2

I haven't found a way to represent this in the mysql database.  Am I
correct in that these must be in the users file and cannot be placed
in the database?  If not, how do I represent this in the database?


 --
 Kostas Kalevras Network Operations Center
 [EMAIL PROTECTED]  National Technical University of Athens, Greece
 Work Phone: +30 210 7721861
 'Go back to the shadow' Gandalf


Thanks!

-- 
Jason 'XenoPhage' Frisvold
[EMAIL PROTECTED]

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


Re: Using IP Pools

2005-03-12 Thread Kostas Kalevras
On Fri, 11 Mar 2005, Jason Frisvold wrote:
Hi all
I want to set up freeradius to use IP pools.  I see the section in the
radius.conf file where I can set this up, but I'm a bit unsure of how
to proceed.
Currently we're using freeradius to authenticate dial-up users.  The
RAS only needs to receive a Framed-IP-Address of 255.255.255.254 to
trigger the internal pools.  Moving forward, we want to continue with
this, and also use freeradius for some other devices that don't have
internal IP Pools.
Is there a document somewhere that describes how to handle all of
this?
No there isn't. There is documentation for how the server works though. It's 
your job to use them all together.

I believe I'm going to need multiple pools for this, depending
on the device that the user is authenticating on...
--users--
DEFAULT NAS-IP-Address == $RAS-IP
Framed-IP-Address = 255.255.255.254
DEFAULT NAS-IP-Address == $OTHER-NAS-IP, Pool-Name := pool1
DEFAULT NAS-IP-Address == $OTHER-NAS-IP2, Pool-Name := pool2
--radiusd.conf--
ippool pool1 {
[...]
}
ippool pool2 {
[...]
}
postauth{
pool1
pool2
[...]
}
Any help would be appreciated...
Thanks!
--
Jason 'XenoPhage' Frisvold
[EMAIL PROTECTED]
-
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
--
Kostas Kalevras Network Operations Center
[EMAIL PROTECTED]   National Technical University of Athens, Greece
Work Phone: +30 210 7721861
'Go back to the shadow' Gandalf
- 
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html