Im having a right mare trying to get Mikrotik to allow Simultaneous-Use.
My radius seems to be set up correctly, its sending an access-accept to the Mikrotik, but the hotspot is rejecting the user saying “no more sessions are allowed for user : username”
Is there something else I need to do on the Mikrotik to tell it that I’m dealing with Simultaneous-Users so do what its told?
Ive seen the shared-users etc, but they are ignored when using Radius.
Port-Limit - maximal mumber of simultaneous connections using the same username (overrides te shared-users property of the HotSpot user profile)
Without knowing more exact details about your AAA configuration, try passing the Port-Limit attribute to determine how many users can log in with the same username. Setting it to 0 should allow unlimited concurrent sessions for the same username, if that’s what you’re looking to do. Or you can set the limit to whatever you’d like it to be.
Alternatively you can refer to an existing Hotspot user profile:
Mikrotik-Group - Router local user group name (defines in /user group) for local users. HotSpot default profile for HotSpot users.
The session would then inherit all parameters not directly specified via attributes from that user profile, including the shared-users property.