Hello All,

ššššššššššššššš I’m setupping my corporate wifi with freeradius as RADIUS server. I want to implement WEP network with šMAC Authentication thought freeradius. I have three access point and I want to store mac database in text file.

ššššššššššššššš Here is an example:

00-22-de-4e-8f-1dšššššš Auth-Type:=Local, User-Password == "secret1"

ššššššššššššššš Here is my MAC request:

Packet-Type = Access-Request

Thu Apr 24 11:42:49 2008

ššššššš User-Name = "00-1c-26-20-9c-00"

ššššššš User-Password = "secret1"

ššššššš NAS-IP-Address = 192.168.11.1

ššššššš Called-Station-Id = "00-20-a6-87-86-09:WEP"

ššššššš Calling-Station-Id = "00-1c-26-20-9c-00;WEP"

ššššššš NAS-Port = 2

ššššššš NAS-Port-Type = Wireless-802.11

ššššššš Client-IP-Address = 192.168.11.1

 

The user-password field takes from radius clients(ap) configuration of freeradius. The problem is that I have different radius access password for three access points. I want to have one list for all AP.

Is the way to šsetup _one_ šradius password for all AP only one?

Another interesting point is: do I right understand that I need to šrestart freeradius every time when I correct users file? Is is complicated for me, what is other way? Maybe store MAC’s in LDAP or SQL database?

 

Thanks

 

Alexey