NIC bonding with Ubuntu
Network interfaces can be bonded to provide fault-tolerant operation. Here's how to do it in Ubuntu. I will assume the interfaces to be bonded are eth0 and eth1.
First, install the ifenslave package. The ifenslave tool will be used to actually bond the interfaces.
apt-get install ifenslave
Create file /etc …