From mboxrd@z Thu Jan 1 00:00:00 1970 From: Kiruthika Selvamani Date: Fri, 10 Jun 2005 13:52:31 +0000 Subject: Re: [LARTC] Shaping incoming bandwidth Message-Id: <5ee6fe61050610065267c9a652@mail.gmail.com> List-Id: References: <56050446050610004457040111@mail.gmail.com> In-Reply-To: <56050446050610004457040111@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: lartc@vger.kernel.org Hi, Something like this should work I guess.. tc qdisc add dev eth1 ingress tc filter add dev eth1 parent ffff: (some filter here to match all ip addresses) flowid :1 police rate 4kbps mtu 4k burst 4k drop On 6/10/05, Ankur Jain wrote: > Hello Everyone, > > i'm having problem in limiting bandwith on my external interface in the > server. > > i'm having a network here which is online via a linux server with cbq > compiled in kernel. > > i'm having eth0 as internal network card, > eth 1 as external network card > > my internet bandwith line is 8kbps on eth1 > i want to limit this 8kbps to 4kbps at eth1 and no shaping on eth0 > > > i tried earlier this with cbq.init script... but all in vain..... > > i don wanna compile kernel for htb support... > > i think i wud have to use tc and ingress qdisc.... > > can anyody help with the commands.... > > > help out ..... > > -- > Regards > Ankur Jain > ------------------------------------------------------------------------------------------------------------ > Fate determines who comes into our lives ... Heart determines who stays... > > > _______________________________________________ > LARTC mailing list > LARTC@mailman.ds9a.nl > http://mailman.ds9a.nl/cgi-bin/mailman/listinfo/lartc > > > _______________________________________________ LARTC mailing list LARTC@mailman.ds9a.nl http://mailman.ds9a.nl/cgi-bin/mailman/listinfo/lartc