Adrian Turcu <[EMAIL PROTECTED]> wrote: > Could someone point me to some comprehensive howto's about how should I > configure the freeradius to authenticate the clients based on their mac > address with the catalyst in the middle?
There's no "howto" for that. Instead, the documentation describes generally how to configure the server, and what to do. > i get this messages on the screen and the client is never authenticated: > > rad_recv: Access-Request packet from host 192.168.10.10:1812, id=77, > length=122 ... > Calling-Station-Id = "00-10-a4-99-8c-c4" > EAP-Message = 0x020000150159424e494e5445524e4154494f4e414c The workstation is using EAP, not MAC address authentication. > in users i have addded > > someuser Auth-Type := Local Which will ensure EAP doesn't work. You also need to supply a password for he user, otherwise the server has no idea how to authenticate them. > for the above debug i used linux workstation with its mac-address > 00-10-a4-99-8c-c4 And xsupplicant is configured to do EAP, not MAC address authentication. Alan DeKok. - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

