ifcfg-bond0
DEVICE="bond0"BOOTPROTO="static"ONBOOT="yes"USERCTL=noIPADDR=12.0.61.8NETMASK=255.255.0.0GATEWAY=12.0.9.99
ifcfg-eth1
DEVICE="eth1"BOOTPROTO="none"ONBOOT="yes"TYPE="Ethernet"USERCTL=noMASTER=bond0SLAVE=yes
ifcfg-eth2
DEVICE="eth2"BOOTPROTO="none"ONBOOT="yes"TYPE="Ethernet"USERCTL=noMASTER=bond0SLAVE=yes
/etc/modprobe.conf
alias bond0 bondingoptions bond0 miimon=100 mode=6alias net-pf-10 off
/etc/rc.local
#!/bin/sh## This script will be executed *after* all the other init scripts.# You can put your own initialization stuff in here if you don't# want to do the full Sys V style init stuff.touch /var/lock/subsys/localifenslave bond0 eth1 eth2