All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Juan Facundo Suárez" <facundo.suarez@ensi.com.ar>
To: linux-newbie list <linux-newbie@vger.kernel.org>
Subject: Re: 2 ethernet jacks -> single net connection?
Date: Mon, 19 Jan 2004 06:45:34 -0300	[thread overview]
Message-ID: <002c01c3de70$fc58fe60$680410ac@pcinstru1> (raw)
In-Reply-To: 3FFE3E8C.4040801@comcast.net

Never said anything, but thanks a lot, shortly i will be trying to do it,
with two linux machines.

--
Facundo Suárez
Neuquén - Argentina
FDSoft
mail y jabber: faco@fdsoft.com.ar
facundo.suarez@ensi.com.ar

----- Original Message -----
From: "Beolach" <beolach@comcast.net>
To: "Juan Facundo Suárez" <facundo.suarez@ensi.com.ar>
Cc: "linux-newbie list" <linux-newbie@vger.kernel.org>
Sent: Friday, January 09, 2004 2:39 AM
Subject: Re: 2 ethernet jacks -> single net connection?


| See the file /usr/src/linux-2.6.0/Documentation/networking/bonding.txt
| for more information on how to use ethernet bonding.  Quick summary is:
|
| 1: Compile kernel with bonding, or compile & insert the module.
|
| 2: Compile and install the userspace tool ifenslave as follows:
| # cd /usr/src/linux-2.6.0/Documentation/networking
| # gcc -Wall -Wstrict-prototypes -O -I/usr/src/linux/include \
| ifenslave.c -o ifenslave
| # cp ifenslave /sbin/ifenslave
|
| 3: Setup bonded interface & enslave ethernet interfaces:
| # ifconfig bond0 192.168.0.1
| # ifenslave bond0 eth0
| # ifenslave bond0 eth1
|
| At this point the bonded interface should work.
|
| Have fun,
| Conway S. Smith

-
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:[~2004-01-19  9:45 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-01-09  0:15 2 ethernet jacks -> single net connection? Juan Facundo Suárez
2004-01-09  5:39 ` Beolach
2004-01-19  9:45   ` Juan Facundo Suárez [this message]
  -- strict thread matches above, loose matches on Subject: below --
2004-01-07 18:09 James Miller
2004-01-08  4:58 ` Beolach
2004-01-08 17:13   ` James Miller

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='002c01c3de70$fc58fe60$680410ac@pcinstru1' \
    --to=facundo.suarez@ensi.com.ar \
    --cc=linux-newbie@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.