Userman Wireless

Hi!

I followed the wiki ( http://wiki.mikrotik.com/wiki/User_Manager/Wireless_Example )
but, my userman does’nt working properly.
i can’t see any active user, session, download/upload not counting.
But in the log, i see users logins.

my settings:

/ interface wireless security-profiles set default radius-mac-authentication=yes
/ radius add service=wireless address=192.168.1.1 secret=pwd
/ interface wireless access-list remove [find]
/ tool user-manager customer add login=“Lacinet” password=“pwd” permissions=owner
/ tool user-manager router add subscriber=Lacinet ip-address=192.168.1.1 shared-secret=pwd
/ tool user-manager user add subscriber=Lacinet username=“00:0F:EA:3E:xx:xx”
/ tool user-manager user add subscriber=Lacinet username=“00:0F:EA:3E:xx:xx”
/ tool user-manager user add subscriber=Lacinet username=“00:02:72:58:xx:xx”


What’s wrong whit my settings?

Thanks!

Sipi

2.9 does not provide accounting for wireless, when ‘radius-mac-authentication’ is used. ‘radius-mac-authentication=yes’ provides with MAC-address authentication for the wireless clients.
3.0 version provides accounting for the wireless, ‘radius-mac-accounting=yes’ provides with the following option.

Thanks your reply! I’m waiting for 3.0…


Best Regards

Sipi