Radius and MAC authentication

I am having troubles to authenticate users MAC with DHCP also with Wireless Access Lists.

I created a field in mysql database where other hotspot users are with MAC address as username and Attribute: Password and value left blank. Radius sent access-reject to MT.

Is there other way to specify the valid MAC to radius which will send to MT access-accept repply.
The field in database looks like this:

id UserName Attribute op Value
17 00:11:2F:BB:47:D4 Password ==


Authentication for Hotspot users works without a clue but DHCP Mac and Wireless Mac authentication does not work.

MT version: 2.9.6
FreeRadius with mysql.

Does anyone else have troubles with 2.9.6 and radius mac auth problems???

Anyone that can help ???

I suggest running RADIUS in debug mode (for freeradius it’s freeradius -X) to see exactly what the Mikrotik is passing to the RADIUS server. You should be able to determine the problem from there - at least with freeradius, the debug mode is VERY verbose.

-=Russ=-