Community discussions

MikroTik App
 
SniperWolf
just joined
Topic Author
Posts: 18
Joined: Mon Aug 08, 2005 12:43 am

is it possible to control the bandwidth of a specific site??

Mon Jan 16, 2006 1:21 am

Hi
I want to reduce the bandwidth on a specific site... as example... I have a lot no. of the clients download songs. and they took a larg part of the bandwidth though.

Is there a way to reduce the badwidth of site??

Thanks
 
JJCinAZ
Member
Member
Posts: 475
Joined: Fri Oct 22, 2004 8:03 am
Location: Tucson, AZ

Mon Jan 16, 2006 11:20 am

Queues. Use mangle rules and Address Lists to mark the packets to the sites in question. Then add a queue which limits throughput based on that packet mark.
 
SniperWolf
just joined
Topic Author
Posts: 18
Joined: Mon Aug 08, 2005 12:43 am

Mon Jan 16, 2006 9:28 pm

umm... well.. I wanna bother u a bit... just a simple example if u can give... the idea isn't so clear how to combine managle and queues

Thanks
 
User avatar
djape
Member
Member
Posts: 465
Joined: Sat Nov 06, 2004 7:54 pm
Location: Serbia

Mon Jan 16, 2006 11:02 pm

Hm...I don't see need for mangle here. You can just do simple queue and place it on top of other queues

go to queue simple and type this:

add name="site" target-addresses=0.0.0.0/0 dst-address=x.x.x.x/32 (site IP)interface=all parent=none priority=8 queue=default/default limit-at=0/0 max-limit=64000/64000 (or whatever) total-queue=default

And this should limit all traffic to specific site to 64k
Remeber, this queue should be placed on top of other queues.

Cheers....
 
JJCinAZ
Member
Member
Posts: 475
Joined: Fri Oct 22, 2004 8:03 am
Location: Tucson, AZ

Tue Jan 17, 2006 12:00 am

Yes, djape is correct, but I suggested the mangle so that address lists could be used to manage the list of site, else you will end up with lots and lots of queues.

Take a look at Butch Evans site http://www.butchevans.com/articles.php?cat_id=3
for some help as well.
 
User avatar
djape
Member
Member
Posts: 465
Joined: Sat Nov 06, 2004 7:54 pm
Location: Serbia

Tue Jan 17, 2006 1:49 pm

Completely agree...
For few sites queue simple is cool, but for whole bunch of sites you should lesten to JJCinAZ

Cheers..
 
SniperWolf
just joined
Topic Author
Posts: 18
Joined: Mon Aug 08, 2005 12:43 am

Tue Jan 17, 2006 11:09 pm

and i am thankful for both of u....

Who is online

Users browsing this forum: escape214, Techsystem and 28 guests