user34
April 4, 2016, 2:51pm
1
Hello,
I am having troubles making the examples from RouterOS - RouterOS - MikroTik Documentation work.
My setup is as follow
cable internet
small x86 running RouterOS version 6.34.4
my computers.
Router does masquerading for internal network.
I have added those two rules
/queue simple
add name=queue1 target=192.168.79.106/32
add max-limit=0/3M name=LAN target=192.168.79.0/24
But I see from webfig that the 1st queue is not used. All the traffic goes to the 2nd queue; also for the .106 IP. Is there something I missed from the documentation ?
Many thanks,
Issa
sash7
April 4, 2016, 3:19pm
2
Try to add max-limit to first queue, even max-limit=0/0
user34
April 4, 2016, 3:22pm
3
Thanks for the suggestion; it does not make any difference… /queue simple print already show the 1 rule with max-limit=0/0
sash7
April 4, 2016, 4:45pm
4
I try this in my MT - same as your case. But start working well when set any speed in max-limit, i try 100M/100M
user34
April 4, 2016, 7:52pm
5
Thanks for your testing!
This actually means there is a bug in the RouterOS or the documentation is not up to date.
Can someone from Mikrotik confirm ?
Thank you