Activate Link aggregation
Bonding is the technology of aggregating several parallel channels in Ethernet network. The feature helps to balance server loading and increase fault tolerance.
We set up channel aggregation using the standard LACP protocol. It is paid feature, take a look at prices at the LACP tab.
To get bonding order the service Port Channel from the Control Panel, prepare your server and then contact us via ticket to set it up.
Server setup
Setup example for Ubuntu 14.04
Install ifenslave package before contacting us :
Add “bonding” to /etc/modules file.
Run modprobe load bonding immediately:
Make sure it’s loaded, you should see something like “bonding 147456 0”:
Configure LACP on the server
After LACP is ready from our side you need to configure it on the server.
Stop network services:
Edit network interfaces settings:
using the following example (replace em1 and em2 to your network interface names):
Changes will apply after you do the following:
If there is no network connection in the bonding, reboot your server.
You can check the bond0 status:
Output example:
Please refer to official Ubuntu manual (search for “LACP”).