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] Bridging & Shaping (Wondershaper)
Date: Tue, 17 Sep 2002 07:13:59 +0000	[thread overview]
Message-ID: <marc-lartc-103224695211344@msgid-missing> (raw)
In-Reply-To: <marc-lartc-103223358302629@msgid-missing>

On Tuesday 17 September 2002 05:31, Justin Morea wrote:
> I am rather new to all of this and I've got a few
> questions.
>
> I have an ADSL connection with 5 static IPs.
>
> Currently the DSL modem is connected directly to a
> switch, and all the computers to this switch.
>
> I would like to place a Linux box inbetween the modem
> & the switch in order to do some traffic shaping.
>
> If I understand what I've read so far, I need to place
> the 2 newtork cards in a bridged mode correct? This
> should be transparent to the users correct?
>
> In bridged mode, what are my options for shaping? Can
> I just use the normal shaping tools/commands described
> in LARTC.org? Can I user WonderShaper?
Yes you can.  However, iptables will not work on a bridge.  So you have to use 
the u32 filter (there is a patch to get iptables working on a bridge).
If you shape on a bridge, you can shape on both interfaces, so you don't need 
the ingress capabilities of the wondershaper.  However, you introduce an 
extra NIC in the data path, so you also introduce extra (small) delays.  One 
of the benefits of ingress shaping, is that it does not introduce extra 
delays, but it's not so powerfull as egress shaping.
Or you can replace the switch with a linux box with some quad-NIC's.

Stef

-- 

stef.coene@docum.org
 "Using Linux as bandwidth manager"
     http://www.docum.org/
     #lartc @ irc.oftc.net

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

      reply	other threads:[~2002-09-17  7:13 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-09-17  3:31 [LARTC] Bridging & Shaping (Wondershaper) Justin Morea
2002-09-17  7:13 ` Stef Coene [this message]

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-103224695211344@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.