I have 192.168.7.0/24 NAT network and I want to limit all P2P.
I try this
/queue simple
add burst-limit=64k/64k burst-threshold=64k/64k burst-time=1m/1m comment="" \
direction=both disabled=no dst-address=0.0.0.0/0 interface=all limit-at=\
64k/64k max-limit=64k/64k name="Limit P2P Download" p2p=all-p2p parent=\
none priority=8 queue=default-small/default-small target-addresses=\
192.168.7.0/24 total-queue=default-small
add burst-limit=64k/64k burst-threshold=64k/64k burst-time=1m/1m comment="" \
direction=both disabled=no dst-address=192.168.7.0/24 interface=all \
limit-at=64k/64k max-limit=64k/64k name="Limit P2P Upload" p2p=all-p2p \
parent=none priority=8 queue=default-small/default-small \
target-addresses=0.0.0.0/0 total-queue=default-small
I see the queue on red but when I test with BitTorrent not really limit the P2P
Please help!