Code: Select all
sudo tc qdisc add dev eth1 parent 0: handle 0:1234 htb default 0x30Code: Select all
RTNETLINK answers: Operation not permittedMy scenario:
I run Resilio-Sync on a linux VM which uses a mounted share to my NAS for storage. While indexing or content access the Resilio node pulls data as fast as the NAS will allow it. This leads to conflicts with a plex server trying to do the same.
Therefore I want to limit how much bandwidth is granted to the Resilio node.

