Owner's Manual
Configuring Your Network 11
DEVICE
=
bondn
is the required name for the bond, where
n
specifies the
bond number. IPADDR is the private IP address.
To use
bond0
as a virtual device, you must specify the devices that are
bonded as slaves.
4
For each device that is a bond member:
a
In the directory
/etc/sysconfig/network-scripts/
, edit the
ifcfg-ethn
file:
DEVICE=ethn
HWADDR=<MAC ADDRESS>
ONBOOT=yes
TYPE=Ethernet
MASTER=bond0
SLAVE=yes
b
Ty p e
service network restart
and ignore all warnings.
5
On
each node
, type
ifconfig
to verify that the private interface is
functioning.
The private IP address for the node must be assigned to the private
interface
bond0
.
6
After all the private IP addresses are set up on every node, ping each
IP
address from one node to ensure that the private network
is
functioning.
7
Connect to each node. Verify that the private network and the
ssh
are
functioning correctly by typing:
ssh <private IP>