All of lore.kernel.org
 help / color / mirror / Atom feed
From: Bob Gustafson <bobgus@mcs.net>
To: lartc@vger.kernel.org
Subject: Re: [LARTC] Per-connection routing for multiple uplinks/providers
Date: Tue, 16 Apr 2002 20:01:08 +0000	[thread overview]
Message-ID: <marc-lartc-101898739522917@msgid-missing> (raw)
In-Reply-To: <marc-lartc-101890143014670@msgid-missing>

> > I have been digging through the Lartc documentation as well as Netfilter,
> > etc. and haven't found much on per-connection routing for multiple
> > uplinks/providers.
> >
> > What I would like to do is cleanly move packets out to the Internet over
> > two (maybe 3) separate interfaces, utilizing all of the bandwidth, and
> > avoiding snags.
>
>What you (and everyone else) would really like is to make your two or
>three links act like one link with bandwidth equal to the sum of the
>parts.  As long as those different links have different ip addresses
>(which will surely be the case if they connect to different providers)
>this cannot be done.

But, But, - this is really just software. We are not trying to cram wine
bottles down the internet pipe (although many would really like to do
that!).

I contend that since we are trying to send information down the pipe(s) -
ephemeral information - with no mass, only governed by Shannon's law (and
perhaps some other laws, but not physical laws), we can creep up on the
goal(s) I originally set out.

I am not saying that it will be easy, only that it is possible.  (Look at
the QoS success of ATM for example)

I really appreciate all of the good ideas and hints which have arrived in
response to my original plea for help.

My first steps are to construct a test lashup - something that will probe
the pipes - determine available bandwidth in both directions on each pipe,
and then tweek the connections, add queues, add QoS specs, marks, etc. to
attempt to tell the cluge what I really want to do. A lab bench engineering
setup.

Specifying what I want to do is a significant part of the problem.
Measuring how well the cluge meets the specs is also a significant part of
the solution.

It won't be done in an instant, it will require more tools, but I think it
can be done.  More kibitzing by folks on the lartc is very welcome.

I need some time now to absorb all of the kind comments and suggestions
which have been received so far.

>
> > Another approach to the problem would be to do a round-robin on a
> > per-connection basis. Each new connection would go out of the 'next'
> > interface.
>Again, the problem is that when you have to choose you don't know what
>the bandwidth of the connection will be.  You'd do a little better
>to measure the bandwidth being used currently on each link and assign
>the next connection to the link with the most unused bandwidth.  But
>of course, this is still only a poor approximation of what you want.
>

Yeah, this is a good idea.  Maybe this idea will be the 'best' possible.

If we knew exactly how much bandwidth would be available/required for a
connection (ATM again), then there wouldn't be any need to predict the
future.

With IP connections, the bandwidth available now isn't really a reliable
predictor of the bandwidth available a few milliseconds into the future
(unfortunately), so there is a bit of statistical uncertainty to meeting
goals or specifications.

From the requestee point of view, I know how much bandwidth I need to
listen to the BBC newscast, or to a company conference call. I can also
request email and ftp sessions to work in the 'background' at a lower
bandwidth allocation (cost?), but if I am talking to someone interactively,
it would be nice if my packets were transferred at a regular rate without
jitter or delay. IP doesn't do this, and one can argue that it cannot. But,
the whole thing is run by software and software can change.

Thanks again for all of the helpful comments.

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

  parent reply	other threads:[~2002-04-16 20:01 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-04-15 20:08 [LARTC] Per-connection routing for multiple uplinks/providers ?? Bob Gustafson
2002-04-15 21:55 ` [LARTC] Per-connection routing for multiple uplinks/providers Arthur van Leeuwen
2002-04-16  6:01 ` Bob Gustafson
2002-04-16  6:56 ` Arthur van Leeuwen
2002-04-16 11:48 ` Patrick McHardy
2002-04-16 13:38 ` Mihai RUSU
2002-04-16 13:57 ` Patrick McHardy
2002-04-16 14:14 ` Mihai RUSU
2002-04-16 20:01 ` Bob Gustafson [this message]
2002-04-16 20:26 ` Don Cohen
2002-04-16 21:38 ` Bob Gustafson
2002-04-28 15:27 ` [LARTC] Per-connection routing for multiple uplinks/providers ?? mikee

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-101898739522917@msgid-missing \
    --to=bobgus@mcs.net \
    --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.