How can TOS6 limit egress bandwidth to a specific IP?
Posted: 30 Dec 2024, 12:55
I am trying to use TC to shape traffic to a specific IP address so that it doesn't suck up all the bandwidth I have. But when I try, I am told the operation isn't permitted:
Responds with:
Is there another (approved) way to do this?
My 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.
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.