Bonding Linux
from: http://www.paulmellors.net/ubuntu-server-14-04-lts-nic-bonding/
Bonding Ubuntu 14.04 LTS
sudo apt-get install ifenslave-2.6
sudo vi /etc/modules
sudo modprobe bonding
sudo vi /etc/network/interfaces
Leer más
Bonding Ubuntu 14.04 LTS
sudo apt-get install ifenslave-2.6
sudo vi /etc/modules
# /etc/modules: kernel modules to load at boot time. # # This file contains the names of kernel modules that should be loaded # at boot time, one per line. Lines beginning with “#” are ignored. loop lp rtc bonding |
sudo modprobe bonding
sudo vi /etc/network/interfaces
auto lo iface lo inet loopback
#eth0 is manually... |
Leer más