Beginning with version 5.10, NIC bonding is supported on exacqVision Client and Server. The following sections contain requirements and steps for enabling NIC bonding. <br>
Linux Ubuntu 10.04 and Later
Install ifenslave-2.6 package. <br>
apt-get install ifenslave-2.6
<br>
Add bonding module to modules list by editing /etc/modules. <br>
sudo gedit /etc/modules
<br>
Add “bonding” at the end of the file. <br>
Load the bonding module. <br>
sudo modprobe bonding
<br>
Windows 7 Systems Manufactured Before December 2013
You must be using Powershell version 2.0 and Intel Ethernet Adapters. NIC teaming is enabled by default in the Intel driver, so no additional steps should be necessary. <br>