Re: tc doesn't shape correct {SOLVED}

Johan Huysmans <[email protected]>
Newsgroups gmane.linux.network.routing
Message-ID <[email protected]>
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
> [email protected]
> http://mailman.ds9a.nl/cgi-bin/mailman/listinfo/lartc
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.