I have several hotspots aunthenticating using a single USERMAN
Authentication = Fine
But the problem now is that a single user can login on diffrent hotspots simultaneouly which sholud not be with shared user enabled.
I was once using EOIP-Bridging to prevent this but now I just realised that the EOIP bridging causes some unneccesary delay on packets and causes transmit error.
I switched back to full routing hoping that Mikrotik should have solved this problem but to my surprise, things are still the same.
Pls any help
I need to stop the EOIP-Bridging, its not helping.
Any workaround?
Upgrade to UM 4. It strictly enforces single user only. Watch out for bugs though!
Thanks, I currently have v4.2 level4 installed but it does give me some orrors which I have always overlooked
I will try to correct the errors
Thanks
Presently
I have upgraded all routers to version 4.5 but yet, this problem still persist.
Right now I’m thinking of doing a fresh installation of the RouterOS
I don’t want to backup the userman database but rather export all useraccout in cvs format.
Now,
How will I be able to load the CVS file content into userman after installation?
This thread seems usefull
http://forum.mikrotik.com/t/import-cvs-or-sql-file-to-user-manager/24235/1
This isn’t csv but will open in any text editor:
/tool user-man user export file=umuser
It creates a umuser.rsc file in your router files.
To restore it:
/import umuser.rsc