From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Neil Aggarwal" Date: Sun, 03 Feb 2013 23:34:45 +0000 Subject: RE: Tc does not seem to be limiting bandwidth Message-Id: <000101ce0267$0cb04a10$2610de30$@JAMMConsulting.com> List-Id: References: <000101ce00b1$2856c670$79045350$@JAMMConsulting.com> In-Reply-To: <000101ce00b1$2856c670$79045350$@JAMMConsulting.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: lartc@vger.kernel.org Andy (Copy to LARTC): > You're setting a rate value but not a ceil value. [...] I can provide > examples if needed. An example would be nice. I also tried using the token bucket filter: /sbin/tc qdisc add dev $DEV root tbf rate 1mbit latency 5ms burst 2048 Which also does not seem to be limiting the bandwidth. I appreciate any help you can offer. Thank you, Neil -- Neil Aggarwal, (972) 834-1565 We lend money to investors to buy or refinance single family rent houses. No origination fees, quick approval, no credit check. -----Original Message----- From: lartc-owner@vger.kernel.org [mailto:lartc-owner@vger.kernel.org] On Behalf Of Andrew Beverley Sent: Sunday, February 03, 2013 3:35 PM To: Neil Aggarwal Cc: lartc@vger.kernel.org Subject: Re: Tc does not seem to be limiting bandwidth On Fri, 2013-02-01 at 13:20 -0600, Neil Aggarwal wrote: > Hello: > > I have these commands in my firewall startup script: > > DEV=v1252 > IP=a.b.c.d > /sbin/tc qdisc del dev $DEV root > /sbin/tc qdisc add dev $DEV root handle 1: htb default 30 > /sbin/tc class add dev $DEV parent 1: classid 1:1 htb rate 10mbit > /sbin/tc class add dev $DEV parent 1: classid 1:2 htb rate 10mbit > /sbin/tc filter add dev $DEV protocol ip parent 1:0 prio 1 u32 match ip dst > $IP flowid 1:1 > /sbin/tc filter add dev $DEV protocol ip parent 1:0 prio 1 u32 match ip src > $IP flowid 1:2 Andy -- To unsubscribe from this list: send the line "unsubscribe lartc" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html