when make speedtest or download file there is no limitation
i am trying to limit bandwidth in my Address list using Queues and Packet (Mark Connection and MArk Packet) but i got unlimithed bandwidth ?
![Shocked :shock:](./images/smilies/icon_eek.gif)
fasttrack = OFF
fasttrack = OFFDisable fasttrack in firewall.
There is no Rules in firewall mangle just mark connection and mark packet for my adress listThen show Your queue and firewall mangle.
/ip firewall mangle
add action=mark-routing chain=prerouting dst-address-list=tiktok \
new-routing-mark=speed_connections passthrough=yes src-address=\
192.168.88.0/24
add action=mark-packet chain=prerouting mark-connection=speed_connections dst-address-list= tiktok \
new-packet-mark=SP-tiktok passthrough=no src-address=192.168.88.0/24
/queue simple
add max-limit=2M/2M name=queue1 packet-marks=SP-tiktok queue=Upload/Download \
target=""
/queue type
add kind=pcq name=Download pcq-burst-rate=2M pcq-classifier=dst-address \
pcq-rate=2M
add kind=pcq name=Upload pcq-burst-rate=2M pcq-classifier=src-address \
pcq-rate=2M
i am correct the issues but the Queue sometimes work and sometimes not work @!You have 2 things wrong. first you are using mark routing not mark connection second in queue you didn't specify a target which means the target is everything means upload and download are going from the same place in the queue so make sure to put the target the same as src address in your rules
limit bandwidth for tiktok and twitch (sorted in address list)what are you trying to achieve