[PVE-User] Interface Bonding with PVE
Dietmar Maurer
dietmar at proxmox.com
Tue May 13 08:07:15 CEST 2008
> So, in debian? a couple of search on google suggest that to
> install ifenslave-2.6 packages first, then edit
> /etc/modprobe.d/aliases-bond and /etc/network/interface, but
> on search for ifenslave using :
>
> #apt-cache search ifenslave
Unfortunately, there is a bug in /etc/apt/sources.list
The line "deb http://ftp.debian.org/debian etch main" is wrong, and
schould be corrected to:
deb ftp://ftp.debian.org/debian etch main
Please change that and then run:
> apt-get update
Then install the ifenslave-2.6 package:
> apt-get install ifenslave-2.6
Then you can configure bonding in /etc/network/interfaces:
iface bond0 inet static
address 192.168.48.157
netmask 255.255.252.0
broadcast 192.168.48.255
gateway 192.168.48.1
slaves eth0 eth1
Also read /usr/share/doc/ifenslave-2.6/README.Debian
Please tell us if it works as expected.
- Dietmar
More information about the pve-user
mailing list