Simple Queues

Help, I want to exclude from restrictions of some IP as it is written to WIKI

But it doesn’t occur, all traffic gets under the second rule. In the new OS version it doesn’t work?

[list[admin@MikroTik] > queue simple print
Flags: X - disabled, I - invalid, D - dynamic

0 name=“VIP” target=192.168.0.2/32,192.168.0.3/32,192.168.0.4/32,192.168.0.6/32 parent=none packet-marks=“” priority=1/1 queue=default-small/default-small
limit-at=0/0 max-limit=0/0 burst-limit=0/0 burst-threshold=0/0 burst-time=0s/0s

1 name=“User” target=192.168.0.0/24 parent=none packet-marks=“” priority=8/8 queue=default-small/default-small limit-at=0/0 max-limit=20M/20M
burst-limit=0/0 burst-threshold=0/0 burst-time=0s/0s ][/list]

Try breaking your VIP queue into separate queues for each VIP address.

Otherwise, you’ll need to use packet marking in the mangle table - but at least there, you’d be able to use an address-list to match all VIP hosts at once, and one queue to look for the packet marks.

Thanks, will try. Perhaps “Simple” has been modified in OS 6