> Simple configuration: > > > test1: > root@xxxx:~# tc qdisc add dev eth1 root handle 1000: htb > root@xxxx:~# tc class add dev eth1 parent 1000: classid 1000:10 htb rate > 5Mbit ceil 5Mbit burst 3k quantum 1600 > root@xxxx:~# tc filter add dev eth1 protocol ip prio 100 u32 match ip dst > 0.0.0.0/0 flowid 1000:10 Your burst is too low. If you don't specify it, htb will calculate the minimum burst for you. Stef -- stef.coene@xxxxxxxxx "Using Linux as bandwidth manager" http://www.docum.org/ #lartc @ irc.oftc.net