NIC BONDING 5.7
[root@pant ~]# vi /etc/sysconfig/network-scripts/ifcfg-eth0
# Advanced Micro Devices [AMD] 79c970 [PCnet32 LANCE]
DEVICE=eth0
BOOTPROTO=none
ONBOOT=yes
MASTER=bond0
SLAVE=yes
MII_NOT_SUPPORTED=yes
[root@pant ~]# vi /etc/sysconfig/network-scripts/ifcfg-eth1
DEVICE=eth1
USERCTL=0
ONBOOT=yes
MASTER=bond0
SLAVE=yes
BOOTPROTO=none
MIIT_NOT_SUPPORTED=yes
[root@pant ~]# vi /etc/sysconfig/network-scripts/ifcfg-bond0
DEVICE=bond0
IPADDR=192.168.0.20
NETWORK=192.168.0.0
NETMASK=255.255.255.0
GATEWAY=192.168.0.1
BROADCAST=192.168.0.255
USERCTL=no
BOOTPROTO=none
ONBOOT=yes
MII_NOT_SUPPORTED=yes
[root@pant ~]# vi /etc/modprobe.conf (Entry at the top of the file)
alias bond0 bonding
options bonding miimon=100 mode=active-backup
No comments:
Post a Comment
Thanks for the comment