From mboxrd@z Thu Jan 1 00:00:00 1970 From: Petre Daniel Date: Wed, 20 Aug 2003 14:12:32 +0000 Subject: [LARTC] problem limiting a subnet ! Message-Id: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: lartc@vger.kernel.org i have this problem limiting a subnet. i run a 2.4.22-rc2 router with htb tc binary and htb.init i got an eth1 pn this router which is linked to a 1.2.3.4/28 subnet of some clients and i wanted to limit their download via: tc class add dev eth1 parent 1: classid 1:2 htb rate 100Mbit ceil 100Mbit tc class add dev eth1 parent 1:11 classid 1:2 htb rate 32Kbit prio 6 tc qdisc add dev eth1 parent 1:2 handle 2 sfq perturb 10 tc filter add dev eth1 parent 1:0 protocol ip prio 100 u32 match ip dst 1.2.3.4/28 classid 1:2 still,i am able to download at 7 MB/sec via 1.2.3.5 ip from that class.. anyone can guide me to repair some error ? thanks. -- Petre Daniel,System & Network Administrator. _______________________________________________ LARTC mailing list / LARTC@mailman.ds9a.nl http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/