OpenVZ Forum


Home » General » Support » *SOLVED* Newbie questions about traffic throttling and control panel
Re: Newbie questions about traffic throttling and control panel [message #7710 is a reply to message #6546] Sun, 22 October 2006 15:33 Go to previous messageGo to previous message
optize is currently offline  optize
Messages: 33
Registered: September 2006
Member
Hi there,

So I tried to use tc and I get this error when running the command;
DEV=eth0
tc qdisc del dev $DEV root
tc qdisc add dev $DEV root handle 1: cbq avpkt 1000 bandwidth 100mbit
tc class add dev $DEV parent 1: classid 1:1 cbq rate 256kbit allot 1500 prio 5 bounded isolated
tc filter add dev $DEV parent 1: protocol ip prio 16 u32 match ip src 10.0.15.101 flowid 1:1
tc qdisc add dev $DEV parent 1:1 sfq perturb 10

Error:

RTNETLINK answers: No such file or directory
Unknown qdisc "cbq", hence option "avpkt" is unparsable
Error: Qdisc "cbq" is classless.
Unknown filter "u32", hence option "match" is unparsable
Unknown qdisc "sfq", hence option "perturb" is unparsable

 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: *SOLVED* quota support inside vps
Next Topic: rsync problem
Goto Forum:
  


Current Time: Fri Nov 15 21:15:03 GMT 2024

Total time taken to generate the page: 0.03420 seconds