Bonding Example

Configuration files

In /etc/sysconfig/network-scripts there some file to be edited:

ifcfg-bond0

DEVICE=bond0
BOOTPROTO=none
BROADCAST=192.168.1.15
IPADDR=192.168.1.14
NETMASK=255.255.255.240
NETWORK=192.168.1.0
ONBOOT=yes
USERCTL=no

ifcfg-eth1

DEVICE=eth1
BOOTPROTO=none
ONBOOT=yes
MASTER=bond0
SLAVE=yes
USERCTL=no

ifcfg-eth2

DEVICE=eth2
BOOTPROTO=none
ONBOOT=yes
MASTER=bond0
SLAVE=yes
USERCTL=no
Unless otherwise stated, the content of this page is licensed under Creative Commons Attribution-ShareAlike 3.0 License