20 Oct
2009
20 Oct
'09
2:45 a.m.
Anoop C wrote:
Hi We are running EAP-TLS authentication for office users using WiFi network. This is a certificate based authentication and we are using Free RADIUS. I would like to know whether we can assign IP address dynamically to the users through FREE RADIUS server ie RADIUS server works as DHCP server.
For WiFi authentication, you need a DHCP server. Sending IP addresses to the NAS in a RADIUS packet won't work.
So after successful authentication Server should through an IP address which is configured against that particular MAC of the user in the server.
No. You need a DHCP server. You can configure FreeRADIUS to be a DHCP server, but that involves creating a DHCP configuration, not a RADIUS configuration. Alan DeKok.