magnific0 / wondershaper

Command-line utility for limiting an adapter's bandwidth
GNU General Public License v2.0
1.71k stars 256 forks source link

Limiting downlink speed of multiple interfaces is broken #89

Open surban opened 1 year ago

surban commented 1 year ago

When different downlink speeds are set for different interfaces, the latest applied downlink speed is applied to all interfaces.

The reason for this is that the same IFB interface is shared between all invocations of the script.

jary-287 commented 5 months ago

When different downlink speeds are set for different interfaces, the latest applied downlink speed is applied to all interfaces.

The reason for this is that the same IFB interface is shared between all invocations of the script.

is there some solution to solve this problem? @surban

surban commented 5 months ago

I just switched to configuring nftables directly using the nft tool and scripts. This also eliminates the need for IFB interfaces.