S
S
Svoboo2020-02-12 09:58:19
Mikrotik
Svoboo, 2020-02-12 09:58:19

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

2 answer(s)
V
Vladimir Korotenko, 2020-02-12
@firedragon

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/

K
korsar182, 2020-02-12
@korsar182

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 question

Ask a Question

731 491 924 answers to any question