From mboxrd@z Thu Jan 1 00:00:00 1970 From: Johan Huysmans Date: Wed, 19 Dec 2007 11:47:10 +0000 Subject: Re: [LARTC] tc doesn't shape correct {SOLVED} Message-Id: <476904BE.60306@inuits.be> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: lartc@vger.kernel.org My issue is solved. Andy Furniss has mailed me a new set of rules which are doing exactly what you expect. For the record, here are the rules: /sbin/tc qdisc del dev bond1 root /sbin/tc qdisc add dev bond1 root handle 1: htb /sbin/tc class add dev bond1 parent 1: classid 1:1 htb rate 30mbit /sbin/tc qdisc add dev bond1 parent 1:1 handle 10: pfifo limit 300 /sbin/tc class add dev bond1 parent 1: classid 1:2 htb rate 10mbit /sbin/tc qdisc add dev bond1 parent 1:2 handle 20: pfifo limit 100 /sbin/tc filter add dev bond1 parent 1: protocol ip prio 0 handle 1 fw flowid 1:1 /sbin/tc filter add dev bond1 parent 1: protocol ip prio 0 handle 2 fw flowid 1:2 Thx for helping to fix this! Johan Johan Huysmans wrote: > Hi All, > > I'm configuring my natting-firewall to do some tc shaping. Some > traffic has to be shaped on 30mbit, some on 10mbit all the others are > unlimited. > The configuring and filtering works correctly. The traffic that is > shaped at 30mbit is correct, but the traffic that is shapped at 10mbit > only gets to 100KB/sec. > > It is on a device configured with bonding (both in and out interface). > > Any clue why shaped traffic at 10mbit only gets to 100KB/sec and not > faster? > > Thx for any response, > Johan Huysmans > _______________________________________________ > LARTC mailing list > LARTC@mailman.ds9a.nl > http://mailman.ds9a.nl/cgi-bin/mailman/listinfo/lartc _______________________________________________ LARTC mailing list LARTC@mailman.ds9a.nl http://mailman.ds9a.nl/cgi-bin/mailman/listinfo/lartc