Answer the question
In order to leave comments, you need to log in
How to limit the channel for torrents on Mikrotik?
Tell me how to limit the channel for torrents on Mikrotik?
I tried to limit the number of connections / packages as written in https://www.technotrade.com.ua/Articles/mikrotik_t... - it did not help.
Answer the question
In order to leave comments, you need to log in
I think you've come from the other side. Give priority to known traffic and leave everything else at the lowest priority.
Look at this article, it describes exactly such a policy
https://habr.com/en/post/330362/
ip firewall mangle add action=mark-connection chain=prerouting content=info_hash new-connection-mark=torrents passthrough=yes
ip firewall mangle add action=mark-connection chain=prerouting content="BitTorrent protocol" new-connection-mark=torrents passthrough=yes
ip firewall mangle add action=mark-packet chain=prerouting connection-mark=torrents new-packet-mark=torrents passthrough=yes
queue simple add max-limit=8M/8M name=queue1 packet-marks=torrents
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question