Community discussions

MikroTik App
 
User avatar
tadpole
newbie
Topic Author
Posts: 47
Joined: Fri May 07, 2010 2:20 pm

Data Limit

Mon May 17, 2010 4:17 pm

Hi guys!
I was wondering if there was another way of limiting users data without doing the whole hotspot thing? Is it at all possible to make it limit total data on say an ethernet port?

If not is the VLAN with multiple hotspots the only way to go? The reason i ask is because I have two offices i have to link and manage data useage. The way i have seen is the use of hotspots again but i am keen to try something different :D
 
User avatar
sergejs
MikroTik Support
MikroTik Support
Posts: 6697
Joined: Thu Mar 31, 2005 3:33 pm
Location: Riga, Latvia
Contact:

Re: Data Limit

Tue May 18, 2010 8:10 am

Yes, you can limit bandwidth data just with queues (/queue simple or /queue tree),
http://wiki.mikrotik.com/wiki/Queue

HotSpot should be used, when authentication and accounting are necessary for your clients.
 
User avatar
tadpole
newbie
Topic Author
Posts: 47
Joined: Fri May 07, 2010 2:20 pm

Re: Data Limit

Tue May 18, 2010 11:00 am

dang so that would mean that using the VLAN's and Hotspots are the best way forward? Otherwise it appears to be quite a pest to add an extra GB if needed ;p

Thanks sergejs!
 
User avatar
sergejs
MikroTik Support
MikroTik Support
Posts: 6697
Joined: Thu Mar 31, 2005 3:33 pm
Location: Riga, Latvia
Contact:

Re: Data Limit

Tue May 18, 2010 11:07 am

Ah, you mean to limit download/uploaded amount of bytes, then there is HotSpot/PPPoE.
Queue are limiting bandwidth rate, not amount of uploaded/downloaded bytes.