It works, but smth else is missing, I created the mangle rule like this :
Ip firewall mangle print
Flags: X - disabled, I - invalid, D - dynamic
0 chain=output action=mark-packet new-packet-mark=tst passthrough=yes
protocol=tcp dst-address=192.168.0.79 src-port=8080
and then went on and created this queue:
queue simple print
Flags: X - disabled, I - invalid, D - dynamic
0 name="queue1" interface=all parent=none packet-marks=tst direction=both
priority=8 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
total-queue=default-small
but that doesn't work, It should show some traffic passing but it aint.
any ideas?
this should be limiting the traffic coming from web proxy, so I can limit a number of high downloading users, but don't wanna limit the server and resources connections.