- Instalar o pacote ifenslave (depende de iproute e libpb-4.8);
- Desative as placas de rede:
ifdown eth0 #Para todas as placas de rede ifdown eth1 /etc/init.d/networking stop
- Configurar bonding comentando a configuração das placas de rede atualmente configuradas (/etc/network/interfaces);
- Inserir a configuração do bonding:
# == Comentar == # The primary network interface #auto eth0 #allow-hotplug eth0 #iface eth0 inet static # address 10.0.0.88 # netmask 255.255.0.0 # gateway 10.0.0.9 # The secondary network interface #auto eth1 #llow-hotplug eth1 #iface eth0 inet static # address 10.0.0.87 # netmask 255.255.0.0 # gateway 10.0.0.9 # == Adicionar == auto bond0 iface bond0 inet static address 10.0.0.89 #IP virtual utilizado no bonding netmask 255.255.0.0 gateway 10.0.0.9 slaves eth0 eth1 #Placas de rede físicas a serem utilizadas pelo bonding bond-mode active-backup bond-miimon 100 bond-downdelay 200 bond-updelay 200
- Inicie a rede:
ifup bond0 /etc/init.d/networking start
Translate
quarta-feira, 17 de outubro de 2012
Configuração de "Bonding" em placas de rede
Assinar:
Postar comentários (Atom)
Valeu pelo post!!!!
ResponderExcluir