Hi
I'm using fedora 17 x86_64 and i want to limit my bandwidth speed in my office network.
It seems the easiest way is to install and use 'trickle', but it doesn't really affect bandwidth speed.
After some searching i found some bash scripts to do it via 'tc' command. but none of them work for me.

i'v got error at the start point. when i try these commands:
Code:
tc qdisc del dev eth1 root
or
tc qdisc add dev eth1 root handle 1: cbq avpkt 1000 bandwidth 10mbit
Quote:
Error:
RTNETLINK answers: No such file or directory
|
I googled for this error and i think it's related with kernel and loaded modules. see here:
missing-ingress-qdisc.html
Well, i stuck at this error and i don't know what to do?!
Should i need recompile kernel? which are the necessary modules for traffic shaping works and how could i load them?
Thanks.