* Bond driver on kernel-2.4.2
@ 2001-03-14 15:11 Adrian Turcu
0 siblings, 0 replies; only message in thread
From: Adrian Turcu @ 2001-03-14 15:11 UTC (permalink / raw)
To: linux-kernel
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
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2001-03-14 15:12 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2001-03-14 15:11 Bond driver on kernel-2.4.2 Adrian Turcu
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox