Freeradius with DHCP
Hi, As I can see there is DHCP support in the Freeradius since 2.0.4. I'd like to know how can I get it working? Which DHCP server can cooperate with freeradius? What have I modify in freeradius? The radius currently only authenticates wireless stations, and collects accounting infos. Freeradius version is 2.1.6 (Centos built rpm) DHCP-server "Internet Systems Consortium DHCP Server V3.0.5-RedHat" (also Centos binary) thanks kako
Kassai Istvan wrote:
I'd like to know how can I get it working? Which DHCP server can cooperate with freeradius? What have I modify in freeradius?
./configure --with-dhcp make make install It doesn't work with a DHCP server. It *is* a DHCP server. It works with DHCP clients. Alan DeKok.
Alan, Does this DHCP server assigns IP addresses from the ip address pool of radius? Thanks, Gina Zhang -----Original Message----- From: freeradius-users-bounces+gina.zhang=alcatel-lucent.com@lists.freeradius. org [mailto:freeradius-users-bounces+gina.zhang=alcatel-lucent.com@lists.fre eradius.org] On Behalf Of Alan DeKok Sent: Tuesday, November 10, 2009 12:06 PM To: FreeRadius users mailing list Subject: Re: Freeradius with DHCP Kassai Istvan wrote:
I'd like to know how can I get it working? Which DHCP server can cooperate with freeradius? What have I modify in freeradius?
./configure --with-dhcp make make install It doesn't work with a DHCP server. It *is* a DHCP server. It works with DHCP clients. Alan DeKok. - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
ZHANG Gina wrote:
Does this DHCP server assigns IP addresses from the ip address pool of radius?
No. It requires code updates to allow the SQL IP pool module to handle DHCP packets. You *can* read static IP's from a text file or from an SQL DB. You just can't dynamically assign them. Alan DeKok.
Does version 2.1.3 have this functionality? Where is the document describing the configuration? Thanks, Gina Zhang -----Original Message----- From: freeradius-users-bounces+gina.zhang=alcatel-lucent.com@lists.freeradius. org [mailto:freeradius-users-bounces+gina.zhang=alcatel-lucent.com@lists.fre eradius.org] On Behalf Of Alan DeKok Sent: Tuesday, November 10, 2009 1:28 PM To: FreeRadius users mailing list Subject: Re: Freeradius with DHCP ZHANG Gina wrote:
Does this DHCP server assigns IP addresses from the ip address pool of
radius?
No. It requires code updates to allow the SQL IP pool module to handle DHCP packets. You *can* read static IP's from a text file or from an SQL DB. You just can't dynamically assign them. Alan DeKok. - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
Thanks a lot for your prompt response! Regards, Gina Zhang -----Original Message----- From: freeradius-users-bounces+gina.zhang=alcatel-lucent.com@lists.freeradius. org [mailto:freeradius-users-bounces+gina.zhang=alcatel-lucent.com@lists.fre eradius.org] On Behalf Of Alan DeKok Sent: Tuesday, November 10, 2009 2:23 PM To: FreeRadius users mailing list Subject: Re: Freeradius with DHCP ZHANG Gina wrote:
Does version 2.1.3 have this functionality? Where is the document describing the configuration?
It's in 2.1.3. The only documentation is in raddb/sites-available/dhcp Alan DeKok. - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
Thanks. Can I somehow know, is my freeradius compiled with DHCP support? I dont wanna recompile it if isnt needed. Can I found an example, how to make this DHCP to assign IP-s from a postgres database? 2009. 11. 10, kedd keltezéssel 19.06-kor Alan DeKok ezt írta:
Kassai Istvan wrote:
I'd like to know how can I get it working? Which DHCP server can cooperate with freeradius? What have I modify in freeradius?
./configure --with-dhcp make make install
It doesn't work with a DHCP server. It *is* a DHCP server.
It works with DHCP clients.
Alan DeKok. - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
Kassai Istvan wrote:
Thanks. Can I somehow know, is my freeradius compiled with DHCP support?
Try configuring DHCP. If it doesn't work, it isn't compiled in. But it's not normally included.
I dont wanna recompile it if isnt needed. Can I found an example, how to make this DHCP to assign IP-s from a postgres database?
No. Alan DeKok.
participants (3)
-
Alan DeKok -
Kassai Istvan -
ZHANG Gina