All of lore.kernel.org
 help / color / mirror / Atom feed
From: Giannis Stoilis <giannis@stoilis.gr>
To: lartc@vger.kernel.org
Subject: Re: [LARTC] HOW TO COMBINE 2 DSL LINES IN THE SAME COMPUTER
Date: Fri, 20 Jun 2003 19:28:57 +0000	[thread overview]
Message-ID: <marc-lartc-105613740423652@msgid-missing> (raw)
In-Reply-To: <marc-lartc-105613541721006@msgid-missing>

Lucas Aimaretto wrote:
> It is like when you want to do trunking on switches, that means,
> combine 2 or more ports on a switch to get more bw available.

You must be referring to "bonding" or "EtherChannel". I have tried it in 
linux. What you are saying can't work, becouse:
bonding, creates a seperate virtual network interface, which is the one 
with the combined speed. THIS is the one you assign your IP to. The real 
network interfaces aren't assigned any ip, they are used directly by the 
bonding driver.
What is more, this technology cannot be used for connecting a single 
computer to multiple networks. It is used to connect to another SINGLE 
device, which uses the same technology.
The only way that I know of, is using BGP on BOTH sides of a routing 
device, and set both metrics to the same value, for the default destination.
I am pretty sure that BGP is not offered by any provider here in Greece, 
except if you a corporate customer, for example buying several megabits 
of bandwidth, using a leased line.
Maybe linux's policy routing could do the task. But I haven't tried 
anything even remotely similar.
A few month I asked my Cisco instructor for that same problem. He told 
me that it CAN be done, but it SHOULDN'T be done, becouse it is not 
stable, by design.

- Giannis Stoilis

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

  parent reply	other threads:[~2003-06-20 19:28 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-06-20  7:02 [LARTC] HOW TO COMBINE 2 DSL LINES IN THE SAME COMPUTER Trevor Warren
2003-06-20  8:20 ` Trevor Warren
2003-06-20 16:54 ` Tesla 13
2003-06-20 18:08 ` José A. Calderón C.
2003-06-20 18:32 ` Lucas Aimaretto
2003-06-20 19:28 ` Giannis Stoilis [this message]
2003-06-21 19:57 ` Steve Wright
2003-06-22 19:20 ` Lucas Aimaretto

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-105613740423652@msgid-missing \
    --to=giannis@stoilis.gr \
    --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.