All of lore.kernel.org
 help / color / mirror / Atom feed
From: Stef Coene <stef.coene@docum.org>
To: lartc@vger.kernel.org
Subject: Re: [LARTC] Traffic balancing by IP.
Date: Mon, 24 Dec 2001 13:47:10 +0000	[thread overview]
Message-ID: <marc-lartc-100920183211789@msgid-missing> (raw)
In-Reply-To: <marc-lartc-100920110710960@msgid-missing>

On Monday 24 December 2001 14:38, Dmitri Gofmekler wrote:
> Hello all!
>
> As far as I know that the traffic that will pass thru the router is
> balanced so that all connections have the same privilegies.
By default no traffic is balanced at all.  All packets that arrive will be 
sended out as fast as possible and in the same order.
But you can use SFQ that will give each flow (combination of ip-address and 
port) the same chance to transmit something.

> Is it possible
> to configure the linux based router so that all computers will have the
> same privilegies? I mean that if in default case full traffic is splitted
> by connections, so I need to split it by users to prevent one user occupy
> all traffic by starting 150 simulations downloads with FlashGET for
> example, but he should be able to occupy all channel if no one else require
> the traffic this time.
If I understand correctly, you want to give each ip-address the same rights.  
There is no qdisc or filter who can do it automatically (the wrr qdisc can do 
this but I never tried it ou).  If there are not to many ip-address, you can 
create for each one a class (with CBQ or HTB).  Each class holds the traffic 
of 1 ip-address and each class will have the same rights to transmit 
something.

Stef

-- 

stef.coene@docum.org
 More QOS info : http://www.docum.org/
 Title : "Using Linux as bandwidth manager"
     

_______________________________________________
LARTC mailing list / LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://ds9a.nl/lartc/

  reply	other threads:[~2001-12-24 13:47 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-12-24 13:38 [LARTC] Traffic balancing by IP Dmitri Gofmekler
2001-12-24 13:47 ` Stef Coene [this message]
2001-12-24 14:36 ` Dmitri Gofmekler
2001-12-24 14:45 ` Martin Devera
2001-12-24 14:48 ` Dmitri Gofmekler
2001-12-24 15:09 ` Michael T. Babcock
2001-12-24 15:16 ` Michael T. Babcock
2001-12-30 20:02 ` Don Cohen
2001-12-31  8:22 ` Anton Tinchev
2002-01-01  8:45 ` Anton Tinchev

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=marc-lartc-100920183211789@msgid-missing \
    --to=stef.coene@docum.org \
    --cc=lartc@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.