|
Hopefully, this page is exactly what you are looking for, but if not, you can always find further assistance on Unix/Linux Forum!
IFCFG-BONDING(5) Network configuration IFCFG-BONDING(5)
NAME
ifcfg-bonding - interface bonding configuration
SYNOPSIS
/etc/sysconfig/network/ifcfg-bond*
Bonding Interfaces
To setup a bonding interface you need a configuration file ifcfg-
bond<X> with the usual network settings. But you must add additional
variables
BONDING_MASTER
must be set to 'yes' to identify this interface as a bonding
interface
BONDING_SLAVE_<X>
here you specify the slave network devices. It may contain just
an interface name or any valid hardware description if interface
names are not persistent. See man ifup for details about hard-
ware descriptions. The suffix <X> must only contain numbers and
characters.
BONDING_OPTS
contains additional options for ifenslave, this one is optional
and not important for most cases. For additional information
take a look into the documentation mentioned at the bottom of
this section.
BONDING_MODULE_OPTS
contains additional options for the bonding kernel modul. Here
you can set interface timeouts or working modes ('mode=1' for
backup mode). For additional information take a look into the
documentation mentioned at the bottom.
Example
Example for a bonding device on eth0 and eth1 using the backup mode
ifcfg-bond0
STARTMODE='onboot'
BOOTPROTO='static'
IPADDR='192.168.0.1/24'
BONDING_MASTER='yes'
BONDING_SLAVE_0='bus-pci-0000:00:11.0' # you can use eth0 here, too
BONDING_SLAVE_1='bus-pci-0000:00:12.0' # or eth1
BONDING_MODULE_OPTS='mode=1' # backup mode
Additional Information
For additional and more general information take a look into
/usr/src/linux/Documentation/networking/bonding.txt. Maybe you need to
install the kernel sources to get this additional documentation.
The configuration of routes for this kind of interface does not differ
from ordinary interfaces. See man routes for details.
BUGS
Please report bugs at <http://www.suse.de/feedback>
AUTHOR
Christian Zoz <zoz@suse.de> -- ifup script
Wilken Gottwalt <wgottwalt@suse.de> -- ifcfg-bonding manpage
SEE ALSO
ifcfg(5), ifup(8).
sysconfig April 2005 IFCFG-BONDING(5)
Man(1) output converted with
man2html and wrapped by fishsponge
This page was generated on Sat Sep 8 16:39:57 GMT 2007
|
Your favourite pages:
No pages logged yet. Trying to save cookie... Top 10 most popular pages:
svn man page (6164 hits) (FreeBSD 6.2)
sqlite3 man page (5598 hits) (openSUSE 10.2)
adv_cap_autoneg man page (5045 hits) (Solaris 10 11_06)
CPAN man page (4791 hits) (Suse Linux 10.1)
ssh man page (4439 hits) (Suse Linux 10.1)
ssh-socks5-proxy-connect man page (3525 hits) (Solaris 10 11_06)
signal man page (3395 hits) (Suse Linux 10.1)
netcat man page (3381 hits) (Suse Linux 10.1)
pprosetup man page (2889 hits) (Solaris 10 11_06)
startproc man page (2739 hits) (Suse Linux 10.1)
|