[linux-l] Konfigfile fuer bonded interfaces

Peter Ross Peter.Ross at alumni.tu-berlin.de
Mo Sep 11 13:20:54 CEST 2006


Hi,

ich habe auf Red Hat Enterprise 4.0 Systemen Interfacebonding 
konfiguriert, mit Skripten folgender Art:
 
# For modes see http://www.linuxhorizon.ro/bonding.html
#    mode=0 loadbalancing with failover
modprobe bonding mode=0 miimon=100 downdelay=200 updelay=200
ip addr add ${net_address} brd + dev bond0
ip link set dev bond0 up
ifenslave bond0 eth0 eth1

route add default gw ${net_gateway}

Beim Schauen in /etc/init.d/network fiel mir auf, dass die Konfiguration 
von Bond-Interfaces hier auch unterstuetzt wird, 

--schnipp--
# get list of bonding, cipe, and xdsl interfaces )
--schnapp--

leider bin ich mir aber nicht ganz im klaren, was ich dazu unter 
/etc/sysconfig/network-scripts schreiben muss.

Hat das mal jemand gemacht?

Es gruesst
Peter



Mehr Informationen über die Mailingliste linux-l