* [LARTC] Shaping incoming bandwidth
@ 2005-06-10 7:56 Ankur Jain
2005-06-10 13:52 ` Kiruthika Selvamani
0 siblings, 1 reply; 2+ messages in thread
From: Ankur Jain @ 2005-06-10 7:56 UTC (permalink / raw)
To: lartc
[-- Attachment #1.1: Type: text/plain, Size: 826 bytes --]
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...
[-- Attachment #1.2: Type: text/html, Size: 1186 bytes --]
[-- Attachment #2: Type: text/plain, Size: 143 bytes --]
_______________________________________________
LARTC mailing list
LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/cgi-bin/mailman/listinfo/lartc
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [LARTC] Shaping incoming bandwidth
2005-06-10 7:56 [LARTC] Shaping incoming bandwidth Ankur Jain
@ 2005-06-10 13:52 ` Kiruthika Selvamani
0 siblings, 0 replies; 2+ messages in thread
From: Kiruthika Selvamani @ 2005-06-10 13:52 UTC (permalink / raw)
To: lartc
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 <anks.jain@gmail.com> 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
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2005-06-10 13:52 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-06-10 7:56 [LARTC] Shaping incoming bandwidth Ankur Jain
2005-06-10 13:52 ` Kiruthika Selvamani
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.