Linuxhotel Wiki

Wie ging das nochmal?

Benutzer-Werkzeuge

Webseiten-Werkzeuge


No renderer 'pdf' found for mode 'pdf'
admin_grundlagen:bonding

Dies ist eine alte Version des Dokuments!


Vorraussetzung: netzwerk mit eth0 und eth1 getestet

ethtool eth0 | grep 'Link detected: yes'
ethtool eth1 | grep 'Link detected: yes'

/etc/modprobe.conf.local :

alias bond0 bonding
options bonding miimon=100 mode=0 use_carrier=0

/etc/sysconfig/network/ifcfg-bond0 :

BOOTPROTO='dhcp4'
STARTMODE='onboot'
NAME='bonding device'
BONDING_MASTER=yes
BONDING_SLAVE_0='eth0'
BONDING_SLAVE_1='eth1'
mv /etc/sysconfig/network/ifcfg-eth0{,.bak}
mv /etc/sysconfig/network/ifcfg-eth1{,.bak}
service network restart
admin_grundlagen/bonding.1341355150.txt.gz · Zuletzt geändert: 2012/07/03 22:39 von ingo_wichmann