Page 1 of 1
"download" & "upload" limits
Posted: Fri Apr 13, 2007 1:54 am
by xbaha
When I create a user, I get the option for the "download" & "upload" limits.
But when I want to add a batch, say 10 users, I don’t get the option to set the download & upload limits, any way to do that?
Thanks.
Posted: Wed May 02, 2007 5:39 pm
by ptsip
Using default hotspot user profile.
Just set Rate Limit (Tx/Rx).
To see if running, on WinBox pls see on Queues/Simple Queues
Posted: Wed May 02, 2007 6:34 pm
by xbaha
what if i want to create 1000 users?
Posted: Thu May 03, 2007 6:28 am
by ptsip
All of your 1000-user will be using default user-profile in hotspot.
Posted: Thu May 03, 2007 7:04 am
by balimore
----
yup..
we used userman for manage user hotspot and pppoe service, we made difference queue rule, and we created BW rules from userman for service like this:
- pospaid hostspot, many packages and difference speed.
- prepaid hotspot, many vouchers and difference speed too.
we like userman, cos with them, they made easy and flexible for our network.
regards
Hasbullah.com
---
Posted: Thu May 03, 2007 11:53 am
by xbaha
i didnt know that my 1000 user uses the default profile in hotspot!
how can i assign a user to a specific profile in hotspot? if i have more than one profile?
thanks.
Posted: Thu May 03, 2007 4:20 pm
by pjulian
I wrote a database to handle all this, it constructs a text file which I FTP to the MT box running user manager. It then has a script that runs every 15 minutes to import the new users. By setting the group name in the user attributes, this determines which user profile is used. If the profile doesn't exist you get a config error and the user can't login. I ended up modifying the errors.txt to change the error description to say that they weren't allowed to login to that hotspot with that userID and password. If they get the userID or password wrong it still tells them so though, so it stills works fine.
The database also allows you to track which userID's were assigned to which hotspot
Regards
Paul
Posted: Thu May 03, 2007 4:24 pm
by sergejs
Group attribute is used to specify HotSpot profile, currently it is not added to Add Batch.
Posted: Fri May 04, 2007 12:46 am
by pjulian
Sergejs, you may not be able to add it in the Mikrotik User Manager batch creation process, but you can generate a file which you can then use as a script to create your users, and by using the group-name attribute you can control the user profile that the user uses.
Too many use's in that sentence
or was that users....
Here is an example:
/tool user-manager user add username=Username password=12345 group=hotspotuserprofilename location=hotspotlocation upload-limit=0 uptime-limit=1h subscriber=myhotspots
This works a treat !
I also use the location attribute to track which users were assigned to which hotspot. That way you can look up any user and instantly know whether they are public or private hotspot user by the group name(maybe for conference centre or something), and also which hotspot the prepaid card was sold to by using the location attribute.
Regards
Paul
Re: "download" & "upload" limits
Posted: Wed Jul 11, 2007 4:54 pm
by Akangage
My User Manager able to add Limit for Download and upload even you say its for 10 or up to 1000 user simultaneously, just "check" the "Rate Limit" in Batch the set the rate limit Tx for Download and Rx for Upload!! Then all user will added same rate limit for Upload and Download...
Well,it's that what you mean or???
Re: "download" & "upload" limits
Posted: Thu Jul 12, 2007 8:33 am
by sergejs
More information no 3.0beta10 CHANGELOG:
*) user manager - added download/upload limit and group fields to batch-add
form;