L
L
lemingg2016-06-15 11:42:04
Mikrotik
lemingg, 2016-06-15 11:42:04

How does simple queqe mikrotik logic work?

Given - Internet channel 10 megabits. The task is to cut all incoming-outgoing traffic to 2Mbps, except for traffic to a specific ip (xx.xx.xx.xx) I set up
2 simple queqe rules in mikrotik:
/queue simple> print
0 name="server" target=192.168.1.0/ 24 dst=xx.xx.xx.xx/32 parent=none packet-marks="" priority=1/1 queue=default/default-small limit-at=0/0 max-limit=0/0
burst-limit =0/0 burst-threshold=0/0 burst-time=0s/0s
1 X name="test" target=192.168.1.0/24 parent=none packet-marks="" priority=8/8 queue=default/ default-small limit-at=0/0 max-limit=2M/2M burst-limit=0/0
burst-threshold=0/0 burst-time=0s/0s
but in this configuration traffic to host xx.xx.xx .xx falls within the general 2Mb limit rule

Answer the question

In order to leave comments, you need to log in

3 answer(s)
L
lemingg, 2016-06-15
@lemingg

The issue is resolved, everything works exactly as specified in the rules. Initially, I forgot to add one more rule so that the channel through which I remotely clung was also unlimited.

Дмитрий Шицков, 2016-06-15
@Zarom

Вам необходим указать ваш сервер в качестве target.

Александр Романов, 2016-06-15
@moneron89

Здесь написано, для чего нужен дст-адрес. Для указания потока ОТ таргет К дст-адресу. Поэтому Вам нужно в верхнем правиле в таргет указать IP без ограничений и убрать дст.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question