Community discussions

MikroTik App
 
atila
just joined
Topic Author
Posts: 20
Joined: Fri Jul 01, 2005 11:25 am

simple queue per dst. address ??

Thu Dec 21, 2006 2:28 pm

I have two simple queue rules for local source IP 192.168.1.20

1. src-address 192.168.1.20/32, dst-address 0.0.0.0/0, limit 256 Kbit (tx/rx)
2. src-address 192.168.1.20/32, dst-address 192.168.1.2/32, limit 512 Kbit (tx/rx)

first was added for internet and latter I added local FTP server on 192.168.1.2 and want to give 512 Kb to that user. Problem is that second rule not working because first rule take care for that dst. address. what to do ??
Thanks !
 
User avatar
sergejs
MikroTik Support
MikroTik Support
Posts: 6697
Joined: Thu Mar 31, 2005 3:33 pm
Location: Riga, Latvia
Contact:

Thu Dec 21, 2006 2:31 pm

Change the order, place the 2 rule before the 1, order is improtant for simple queues.
 
User avatar
janisk
MikroTik Support
MikroTik Support
Posts: 6263
Joined: Tue Feb 14, 2006 9:46 am
Location: Riga, Latvia

Thu Dec 21, 2006 2:31 pm

put 2nd rule before first one.

also you can set that fist rule works for everything except that one address mentioned in second rule.

where you have ip address and now put !192.168.1.2 and in advanced tab (winbox) set address list 0.0.0.0/0
:roll:
 
atila
just joined
Topic Author
Posts: 20
Joined: Fri Jul 01, 2005 11:25 am

Thu Dec 21, 2006 3:25 pm

Thanks reordering works !
Can you tell me where to put !192.168.1.2 janisk, I don't see option in simple queue/advanced (mt 2.9.6).
Is this rules means that I can download from ftp 512Kb and from intrnet 256Kb at same time (768 Kat total)??
And how to limit user at total 512 Kb(not 768K) with this two rules.
Thanks again !