From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stef Coene Date: Wed, 14 May 2003 10:01:29 +0000 Subject: Re: [LARTC] htb Message-Id: List-Id: References: In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: lartc@vger.kernel.org > Simple configuration: > > > test1: > root@mail:~# tc qdisc add dev eth1 root handle 1000: htb > root@mail:~# tc class add dev eth1 parent 1000: classid 1000:10 htb rate > 5Mbit ceil 5Mbit burst 3k quantum 1600 > root@mail:~# 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@docum.org "Using Linux as bandwidth manager" http://www.docum.org/ #lartc @ irc.oftc.net _______________________________________________ LARTC mailing list / LARTC@mailman.ds9a.nl http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/