The personal website of Philip Mather

Bond Network Interfaces

Links

Process

Add for Centos...

alias bond0 bonding
install bonding0 /sbin/modprobe bonding -o bond0 miimon=100 mode=1 primary=eth0
alias bond1 bonding
install bonding1 /sbin/modprobe bonding -o bond1 miimon=100 mode=1 primary=eth2

...or for slackware...

alias bond0 bonding
options bond0 miimon=100 mode=1 primary=eth0
alias bond1 bonding
options bond1 miimon=100 mode=1 primary=eth1

DEVICE=bond0
BOOTPROTO=none
ONBOOT=yes
NETWORK=192.168.###.0
NETMASK=255.255.255.0
IPADDR=192.168.###.###
GATEWAY=192.168.###.1
USERCTL=no
TYPE=Ethernet

ifcfg-bond1

DEVICE=bond1
BOOTPROTO=none
ONBOOT=yes
NETWORK=192.168.###.0
NETMASK=255.255.255.0
IPADDR=192.168.###.###
USERCTL=no

ifcfg-eth{0-3}

DEVICE=eth{0-3}
BOOTPROTO=none
HWADDR=##:##:##:##:##:##
ONBOOT=yes
MASTER=bond{0/1}
SLAVE=yes
USERCTL=no
TYPE=Ethernet
ETHTOOL_OPTS="autoneg off speed 100 duplex full"