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 !