- almeno 2 schede di rete
- il kernel 2.6 con attivo il supporto “network bonding”
- e dovrete installare il pacchetto ifenslave-(versione)
Per installare il pacchetto ifenslave-(versione) a seconda delle distribuzioni dovrete utilizzare i comandi:
yum install ifenslave-(versione)
apt-get install ifenslave-(versione)
Dovrete poi andare ad editare il file /etc/network/interfaces nel seguente modo:
auto bond0
iface bond0 inet static
address 192.168.1.100
netmask 255.255.255.0
network 192.168.1.0
broadcast 192.168.1.255
gateway 192.168.1.1
up ifenslave -v bond0 eth0 eth1
up ifenslave -v bond0 eth0 eth1
E poi il file /etc/modules.conf nel modo seguente:
alias bond0 bonding options bonding mode=1 miimon=100
downdelay=200 updelay=200
Salvate tutto e riavviate il servizio di rete ed il gioco è fatto!
Nessun commento:
Posta un commento