From mboxrd@z Thu Jan 1 00:00:00 1970 From: Gerry Weaver Date: Mon, 24 May 2004 02:37:07 +0000 Subject: Re: [LARTC] Bandwidth Allocation... Message-Id: <40B15FD3.1080403@it-procorp.com> List-Id: References: <40A2DE23.000010.00216@KASHMIR> In-Reply-To: <40A2DE23.000010.00216@KASHMIR> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: lartc@vger.kernel.org Hi, Sorry, I forgot something. I didn't add the "ceil" parameter. tc qdisc add dev eth0 root handle 1: htb tc class add dev eth0 parent 1: classid 1:1 htb rate tc class add dev eth0 parent 1:1 classid 1:10 htb rate 128kbit ceil tc class add dev eth0 parent 1:1 classid 1:11 htb rate 128kbit ceil tc filter add dev eth0 parent 1:1 protocol ip prio 1 u32 \ match ip src 192.168.1.1 flowid 1:10 tc filter add dev eth0 parent 1:1 protocol ip prio 1 u32 \ match ip src 192.168.1.2 flowid 1:11 Thanks, Gerry _______________________________________________ LARTC mailing list / LARTC@mailman.ds9a.nl http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/