Community discussions

MikroTik App
 
User avatar
archon
newbie
Topic Author
Posts: 28
Joined: Thu Oct 05, 2006 12:22 pm
Location: Warsaw

Some bandwidth control issue

Mon Oct 30, 2006 10:38 pm

Hello, what is the best way to do such thing:

Configuration:
addresses on 'Lan' interface are 10.0.0.0/16 and for ex. 212.212.212.212/27,
I have made simple queues for every client:

add name="xxx1" target-addresses=10.0.2.3/32 \
dst-address=0.0.0.0/0 interface=lan parent=none direction=both priority=8 \
queue=default/default limit-at=256000/256000 max-limit=512000/512000

And the same queues for public ip's

But the problem is, how to allow unlimited data transfer between 10.0.0.0/16 and 212.212.212.212/27 ?

Regards
 
User avatar
BrianHiggins
Forum Veteran
Forum Veteran
Posts: 720
Joined: Mon Jan 16, 2006 6:07 am
Location: Norwalk, CT
Contact:

Tue Oct 31, 2006 4:05 am

create another queue like
add name="bypass" target-addresses=10.0.2.3/24 \ 
dst-address=212.212.212.212/27 interface=lan parent=none direction=both priority=8 \ 
queue=default/default  max-limit=100M/100M
then move it to the top of the list (can be clicked and dragged via winbox) and it will fire that with a maximum of 100mbps allowed.
 
User avatar
sergejs
MikroTik Support
MikroTik Support
Posts: 6697
Joined: Thu Mar 31, 2005 3:33 pm
Location: Riga, Latvia
Contact:

Tue Oct 31, 2006 10:37 am

Additionaly to the Forepoint post, I sugggest to use interface=all instead of specifying exact interface, if you want to apply bandwidth limitation to the both sides up/down.

Who is online

Users browsing this forum: Bing [Bot] and 37 guests