multiple mac binding in mikrotik+radius+mysql

Hi

have configured mikrotik 2.9 with freeradius and mysql. currently I have signle mac binding (hv added mac addres in radcheck). I want to have multiple mac binding if my customers want to access internet from multiple machines.

How can I go about it?

thanx

By adding multiple MAC-addresses (users), but they will act as different users.
At least local HotSpot database does not allow to use multiple usernames for one client account.

im not sure…but try adding multiple MAC address in single radcheck item saperated by a pipe (|) sign…check if works

Just use multiple Calling-Station-ID Entries…

CallingStationID := MAC
CallingStationID := MAC
CallingStationID := MAC
CallingStationID := MAC

Should that not work, you can also try:

CallingStationID := MAC
CallingStationID += MAC
CallingStationID += MAC
CallingStationID += MAC

Operators are important, I suggest you read up on them so that you know exactly what each one does..