How to limit my incoming / outgoing traffic on eth0(example to 16KB/s / 4KB/s)?
I didn’t find any Netlimiter-like program.
Any suggestions?
You need to use the traffic control (TC) features of the networking stack. A less painful intro to these advanced features is a script called wondershaper, search for it. It will point you to the LARTC tutorial where these features are discussed.
Thanks, I’ve already find these programs, but I see that there are not to many different ways for doing this.
Hmm… It was a bit easier than I thought - and it’s working of course.
Thanks again.