All of lore.kernel.org
 help / color / mirror / Atom feed
* bandwidth management
@ 2002-12-16 12:41 Imran Ali Rashid
  2002-12-17  5:37 ` Azher Amin
  0 siblings, 1 reply; 7+ messages in thread
From: Imran Ali Rashid @ 2002-12-16 12:41 UTC (permalink / raw)
  To: linux-admin

Hey people.
I need some help with bandwidth management.
we need a situation where one person isn't able to hog all the bandwidth to
himself.
stochastic fair queueing isn't giving a fair enough queueing system.
i need a solution with better queueing. CPU usage isn't an issue.

Temporarily we're using CBQ to limit bandwidth, however its not a preferred
solution since the bandwidth is limited even when there is bandwidth to
spare.



^ permalink raw reply	[flat|nested] 7+ messages in thread

* RE: bandwidth management
  2002-12-16 12:41 bandwidth management Imran Ali Rashid
@ 2002-12-17  5:37 ` Azher Amin
  0 siblings, 0 replies; 7+ messages in thread
From: Azher Amin @ 2002-12-17  5:37 UTC (permalink / raw)
  To: 'Imran Ali Rashid', linux-admin

You can use HTB, with kernel 2.4.20. That’s a better way to cope the
spare bandwidth. Try http://sourceforge.net/projects/htbinit/

Azher



-----Original Message-----
From: linux-admin-owner@vger.kernel.org
[mailto:linux-admin-owner@vger.kernel.org] On Behalf Of Imran Ali Rashid
Sent: Monday, December 16, 2002 5:41 PM
To: linux-admin@vger.kernel.org
Subject: bandwidth management

Hey people.
I need some help with bandwidth management.
we need a situation where one person isn't able to hog all the bandwidth
to
himself.
stochastic fair queueing isn't giving a fair enough queueing system.
i need a solution with better queueing. CPU usage isn't an issue.

Temporarily we're using CBQ to limit bandwidth, however its not a
preferred
solution since the bandwidth is limited even when there is bandwidth to
spare.


-
To unsubscribe from this list: send the line "unsubscribe linux-admin"
in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


-
To unsubscribe from this list: send the line "unsubscribe linux-admin" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

^ permalink raw reply	[flat|nested] 7+ messages in thread

* BANDWIDTH MANAGEMENT
@ 2003-07-29 10:09 Giulius
  2003-07-29 10:19 ` Jordi Bruguera i Cortada
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Giulius @ 2003-07-29 10:09 UTC (permalink / raw)
  To: netfilter

Hi list!

I need to find a method to limit my bandwidth, and i would like to know 
if exist a module with netfilter that do this.

Tx.
Giulius.



^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: BANDWIDTH MANAGEMENT
  2003-07-29 10:09 BANDWIDTH MANAGEMENT Giulius
@ 2003-07-29 10:19 ` Jordi Bruguera i Cortada
  2003-07-29 10:22 ` Ray Leach
  2003-07-29 10:36 ` Cedric Blancher
  2 siblings, 0 replies; 7+ messages in thread
From: Jordi Bruguera i Cortada @ 2003-07-29 10:19 UTC (permalink / raw)
  To: Giulius; +Cc: netfilter


Hi

Please take a look at http://lartc.org

cheers.

+------------------------------------------------+
! Jordi Bruguera i Cortada         jordi@grn.es  !
! Cap Tècnic                                     !
! GRN Serveis Telemàtics, SL Tel. +34 972 230000 !
+------------------------------------------------+

On Tue, 29 Jul 2003, Giulius wrote:

> Hi list!
>
> I need to find a method to limit my bandwidth, and i would like to know
> if exist a module with netfilter that do this.



^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: BANDWIDTH MANAGEMENT
  2003-07-29 10:09 BANDWIDTH MANAGEMENT Giulius
  2003-07-29 10:19 ` Jordi Bruguera i Cortada
@ 2003-07-29 10:22 ` Ray Leach
  2003-07-29 10:33   ` Dharmendra.T
  2003-07-29 10:36 ` Cedric Blancher
  2 siblings, 1 reply; 7+ messages in thread
From: Ray Leach @ 2003-07-29 10:22 UTC (permalink / raw)
  To: Netfilter Mailing List

[-- Attachment #1: Type: text/plain, Size: 820 bytes --]

On Tue, 2003-07-29 at 12:09, Giulius wrote:
> Hi list!
> 
> I need to find a method to limit my bandwidth, and i would like to know 
> if exist a module with netfilter that do this.
> 
Yes and no.

bandwidth management on Linux is done using tc (traffic control) - part
of ip route2.

Ther are however modules of P-O-M (netfilter) that can route traffic via
different interfaces according to netfilter rules. Sort of poor mans
load balancing.

Have a look at tc and the queuing disciplines (HTB, TBF, SFQ, CBQ, etc).

Ray
> Tx.
> Giulius.
-- 
--
Raymond Leach <raymondl@knowledgefactory.co.za>
Network Support Specialist
http://www.knowledgefactory.co.za
"lynx -source http://www.rchq.co.za/raymondl.asc | gpg --import"
Key fingerprint = 7209 A695 9EE0 E971 A9AD  00EE 8757 EE47 F06F FB28
--

[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 198 bytes --]

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: BANDWIDTH MANAGEMENT
  2003-07-29 10:22 ` Ray Leach
@ 2003-07-29 10:33   ` Dharmendra.T
  0 siblings, 0 replies; 7+ messages in thread
From: Dharmendra.T @ 2003-07-29 10:33 UTC (permalink / raw)
  To: Netfilter Mailing List

[-- Attachment #1: Type: text/plain, Size: 1313 bytes --]

Is there any gui tool for this?



On Tue, 2003-07-29 at 15:52, Ray Leach wrote:

    On Tue, 2003-07-29 at 12:09, Giulius wrote:
    > Hi list!
    > 
    > I need to find a method to limit my bandwidth, and i would like to know 
    > if exist a module with netfilter that do this.
    > 
    Yes and no.
    
    bandwidth management on Linux is done using tc (traffic control) - part
    of ip route2.
    
    Ther are however modules of P-O-M (netfilter) that can route traffic via
    different interfaces according to netfilter rules. Sort of poor mans
    load balancing.
    
    Have a look at tc and the queuing disciplines (HTB, TBF, SFQ, CBQ, etc).
    
    Ray
    > Tx.
    > Giulius.
    -- 
    --
    Raymond Leach <raymondl@knowledgefactory.co.za>
    Network Support Specialist
    http://www.knowledgefactory.co.za
    "lynx -source http://www.rchq.co.za/raymondl.asc | gpg --import"
    Key fingerprint = 7209 A695 9EE0 E971 A9AD  00EE 8757 EE47 F06F FB28
    --

-- 
Regards
Dharmendra.T
dharmu@nsecure.net

This message is intended for the addressee only. It may contain
privileged or Confidential information. If you have received this
message in error,please notify the sender and destroy the message
immediately.Unauthorised use or reproduction of this message is strictly
prohibited.

[-- Attachment #2: Type: text/html, Size: 3250 bytes --]

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: BANDWIDTH MANAGEMENT
  2003-07-29 10:09 BANDWIDTH MANAGEMENT Giulius
  2003-07-29 10:19 ` Jordi Bruguera i Cortada
  2003-07-29 10:22 ` Ray Leach
@ 2003-07-29 10:36 ` Cedric Blancher
  2 siblings, 0 replies; 7+ messages in thread
From: Cedric Blancher @ 2003-07-29 10:36 UTC (permalink / raw)
  To: Giulius; +Cc: netfilter

Le mar 29/07/2003 à 12:09, Giulius a écrit :
> I need to find a method to limit my bandwidth, and i would like to know 
> if exist a module with netfilter that do this.

Netfilter is a packet filter, so it is not the appropriate tool to
enforce bandwidth limitation. You should have a look at iproute2 package
that contains tc (Traffic Control).

Read Linux Advanced Routing and Traffic Control HOWTO at :

	http://lartc.org/

You will find a quite complete documentation for bandwidth limitation.
You can also download cbq.init or htb.init scripts that can make things
a lot easier (scripts are self documented, just edit them) :

	https://sourceforge.net/projects/cbqinit/
	https://sourceforge.net/projects/htbinit/


My 0.02¤...

-- 
http://www.netexit.com/~sid/
PGP KeyID: 157E98EE FingerPrint: FA62226DA9E72FA8AECAA240008B480E157E98EE


^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2003-07-29 10:36 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-07-29 10:09 BANDWIDTH MANAGEMENT Giulius
2003-07-29 10:19 ` Jordi Bruguera i Cortada
2003-07-29 10:22 ` Ray Leach
2003-07-29 10:33   ` Dharmendra.T
2003-07-29 10:36 ` Cedric Blancher
  -- strict thread matches above, loose matches on Subject: below --
2002-12-16 12:41 bandwidth management Imran Ali Rashid
2002-12-17  5:37 ` Azher Amin

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.