Using Bonded Ethernet Network Interfaces


For a set-up where there is a high-throughput of information being written, consider using bonded network interfaces. This is where you combine the connectivity of more than one network port, increasing the throughput linearly according to the number of bonded connections.

Bonding also provides an additional benefit in that with multiple network interfaces effectively supporting the same communications channel, a fault within a single network interface in a bonded group does not stop communication. For example, imagine you have a bonded setup with four network interfaces providing a single interface channel between two DRBD servers. If one network interface fails, communication can continue on the other three without interruption, although at a lower speed.

To enable bonded connections you must enable bonding within the kernel. Then configure the module to specify the bonded devices and then configure each new bonded device just as you would a standard network device:

Once the bonded devices are configured, reboot your systems.

You can monitor the status of a bonded connection using the /proc file system:

Retornar