On Wed, Nov 03, 2004 at 07:04:09PM +0800, Chan Min Wai wrote:
> I hope that radius server can talk to the DHCP server and tell the DHCP
> server what ip address to be allocate...

Write a script in that adds the authenticated client's MAC address and
the IP Address you've assigned to the DHCP server's config and reloads
the DHCP server. It'll also have to get rid of other stanzas for that
MAC address/IP address (trusting rlm_ippool to know what IP addresses
are free, which means you need to be getting Accounting packets, I
expect.)

This assumes rlm_ippool can even work with 802.1x... What does it use
for NAS-Port?

Put this in an rlm_exec with (wait=1) after your rlm_ippool module.

Again, this assumes 802.1x (did I call it 802.11x earlier???) happens
before DHCP does. ^_^

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

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

Reply via email to