Hello, I am trying to get the TC command to work on our debian box to limit traffic in and out to 12 Meg. The command I am using is: tc qdisc add dev eth0 root tbf rate 12000kbit latency 25ms burst 1600 tc qdisc add dev eth1 root tbf rate 12000kbit latency 25ms burst 1600 The problem I am having is that the bandwidth exceeds the 12 Meg by almost 5 Meg. Any help is appreciated. Thanks Mike Pearson
Mike Pearson wrote:> Hello, > > I am trying to get the TC command to work on our debian box to limit > traffic in and out to 12 Meg. The command I am using is: > > tc qdisc add dev eth0 root tbf rate 12000kbit latency 25ms burst 1600 > tc qdisc add dev eth1 root tbf rate 12000kbit latency 25ms burst 1600 > > The problem I am having is that the bandwidth exceeds the 12 Meg by > almost 5 Meg. > Any help is appreciated. > > Thanks > > Mike PearsonYou''re question can''t be answered until you explain to us what you are truly trying to do. What does in and out mean to you? Does it mean download and upload? Download and upload to another machine/network or to the box on which you run tc? Please complete the dotted lines...