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



***********

3 comments:

  1. hello i use rm command to remove bond0 i know big mistake but know i can use my network cart because bond0 is active and exists in /sys/class/net/ pleaase help

    ReplyDelete
  2. Unable to remove bonding. every time I re-start it's there.

    ReplyDelete