Wednesday, January 14, 2015

How to Remove NIC bonding in LINUX CentOS



Steps to Remove NIC bonding in LINUX CentOS



# ifconfig bond0 down

# echo "-eth0" > /sys/class/net/bond0/bonding/slaves
# echo "-eth1" > /sys/class/net/bond0/bonding/slaves
# echo "-bond0" > /sys/class/net/bonding_masters

# rmmod bonding

# service network restart



***********