Re: tc doesn't shape correct {SOLVED}

Linux Advanced Routing and Traffic Control

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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@xxxxxxxxxxxxxxx
http://mailman.ds9a.nl/cgi-bin/mailman/listinfo/lartc
_______________________________________________
LARTC mailing list
LARTC@xxxxxxxxxxxxxxx
http://mailman.ds9a.nl/cgi-bin/mailman/listinfo/lartc

[Index of Archives]     [LARTC Home Page]     [Netfilter]     [Netfilter Development]     [Network Development]     [Bugtraq]     [GCC Help]     [Yosemite News]     [Linux Kernel]     [Fedora Users]
  Powered by Linux