Linux Newbie help
 help / color / mirror / Atom feed
From: jbradford@dial.pipex.com
To: Simon <simon@highlyillogical.org>
Cc: linux-newbie@vger.kernel.org
Subject: Re: Sharing bandwidth across multiple internet connections?
Date: Thu, 17 Oct 2002 15:53:56 +0100 (BST)	[thread overview]
Message-ID: <200210171453.g9HErucd003824@darkstar.example.net> (raw)
In-Reply-To: <200210171454.42606.simon@highlyillogical.org> from "Simon" at Oct 17, 2002 02:54:42 PM

> I recently (yesterday) upgraded my home internet connection from BT ADSL
> (512k/256k), to NTL Cable(1Mb/256k), for the extra speed. However,
> for the next 30 days I seem to be the owner of two broadband connections in
> my home.
> 
> I have a linux (2.4.19) box running as the gateway for my home
> network, and it's doing masquerading over eth1, which is the connection to
> the cable modem. ppp0 is the connection to the ADSL, but is no longer used. 
> (The internal net hangs off eth0)
> 
> Is there a clever trick I can do, to allow my home net to use the available
> bandwidth on both connections? It would be weird, as they would both have a
> very different real-world IP... But is it in any way possible? Seems a shame 
> to have this bandwidth knocking about unused.

Yes, you effetively just need to set up the routing on your gateway
box to use both interfaces.

As long as you load-balance your _outgoing_ packets, you'll
effectively load-balance your incoming ones as well, because other
machines will send back data to the I.P. that they get the request
from.  Therefore, you'll want to send out more data over the NTL Cable
service than the BT ADSL service, because you've got more downstream
bandwidth on the cable pipe.

Have a look at various Linux firewalling and masquerading HOWTOs, and
you should be able to work out the best way to set it up.

John.
-
To unsubscribe from this list: send the line "unsubscribe linux-newbie" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.linux-learn.org/faqs

  reply	other threads:[~2002-10-17 14:53 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-10-17 13:54 Sharing bandwidth across multiple internet connections? Simon
2002-10-17 14:53 ` jbradford [this message]
2002-10-17 15:38 ` Dragos LUNGU
2002-10-17 15:02   ` jbradford
2002-10-17 18:37   ` Simon
  -- strict thread matches above, loose matches on Subject: below --
2002-10-17 14:21 Alan Womack
2002-10-17 14:57 ` jbradford
2002-10-17 15:16 ` Simon
2002-10-17 15:08 Simon

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=200210171453.g9HErucd003824@darkstar.example.net \
    --to=jbradford@dial.pipex.com \
    --cc=linux-newbie@vger.kernel.org \
    --cc=simon@highlyillogical.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox