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

Reply via email to