Posts Tagged ‘bonding’

Implement bonding in RHEL 5

Bonding is the process of combining 2 NICs on a system into a single device. For e.g., if you have 2 network cards on a machine, eth0 and eth1, you combine the same into a bond device, bond0 and then configure an IP for this bond device. Why do we have to do that, you [...]