From: Adrian Turcu <adi@cfrcta.ro>
To: linux-kernel@vger.kernel.org
Subject: Bond driver on kernel-2.4.2
Date: Wed, 14 Mar 2001 17:11:16 +0200 [thread overview]
Message-ID: <3AAF8A14.5035DDAA@cfrcta.ro> (raw)
Hi,
I'm trying to use a bond device using two (2) ethernet NICs for two RH Linux nodes.
The link between the 2 Linux nodes is made it using 2 crossover cables for each NIC.
I did not find any additional docs for this except kernel help and something
in iputils package and probably I'm going wrong somewhere, because
after the devices (bond and ethXX) are up when I try to ping the other node
I got a lot of lost packages and the speed don't seems to be improved.
I'm using RedHat 6.2 with iputils-20001010-1.6x.rpm and 2.4.2-kernel with
bond driver built-in.
Here are the settings for one of nodes (the other is almost the same except IPs):
/etc/sysconfig/network-scrips/ifcfg-bond0:
DEVICE=bond0
USERCTL=no
ONBOOT=yes
BOOTPROTO=none
BROADCAST=192.168.1.255
NETWORK=192.168.1.0
NETMASK=255.255.255.0
IPADDR=192.168.1.198
/etc/sysconfig/network-scrips/ifcfg-eth0:
DEVICE=eth0
USERCTL=no
ONBOOT=yes
MASTER=bond0
SLAVE=yes
BOOTPROTO=none
/etc/sysconfig/network-scrips/ifcfg-eth1:
DEVICE=eth1
USERCTL=no
ONBOOT=yes
MASTER=bond0
SLAVE=yes
BOOTPROTO=none
/etc/host.conf
order hosts, bind
multi on
The /etc/hosts file contains the IPs for each of the nodes on both.
I have to mention that I cannot even open any TCP connection between nodes
which in normal case (without bond interface) is possible.
Any help will be highly appreciated,
Thank you
--
Adrian Turcu
System Administrator
reply other threads:[~2001-03-14 15:12 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
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=3AAF8A14.5035DDAA@cfrcta.ro \
--to=adi@cfrcta.ro \
--cc=linux-kernel@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox