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: [EMAIL PROTECTED] [EMAIL PROTECTED] ----- Original Message ----- From: "Beolach" <[EMAIL PROTECTED]> To: "Juan Facundo Suárez" <[EMAIL PROTECTED]> Cc: "linux-newbie list" <[EMAIL PROTECTED]> 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 [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.linux-learn.org/faqs