bridge traffic limiting via tc
- by jackhab
I have a Linux machine running as a bridge simulating various network conditions. I use tc for this. Introducing delays or packet loss is quite simple but I got into trouble trying to configure bandwidth limiting.
Can you, please, show me how to limit all the traffic going through my bridge without any special rules and condition, simply limit it to 1Mb/s?
Thanks.
PS Your favorite link to tc tutorial will be appreciated.