[PVE-User] PVE 4.2 and 802.3ad bonding

Michael Rasmussen mir at miras.org
Tue Jul 5 21:50:11 CEST 2016


On Tue, 5 Jul 2016 16:30:44 -0300
Gilberto Nunes <gilberto.nunes32 at gmail.com> wrote:

> - PVE 4.2:
> 
> auto eth1
>     iface eth1 inet manual
>     bond-master bond0
> 
> auto eth2
>      iface eth2 inet manual
>      bond-master bond0
> 
> auto eth3
>      iface eth3 inet manual
>      bond-master bond0
> 
> auto bond0
>      iface bond0 inet static
>      address 10.0.0.100
>      netmask 255.255.255.0
>      bond-mode 802.3ad
>      bond-miimon 100
>      bond-downdelay 200
>      bond-updelay 200
>      bond-slaves none
> 
> 
A bond in Debian is configured differently that Ubuntu. Try this
instead:

auto eth1
iface eth1 inet manual

auto eth2
iface eth2 inet manual

auto eth3
iface eth3 inet manual

auto bond0
iface bond0 inet static
      slaves eth1 eth2 eth3
      address 10.0.0.100
      netmask 255.255.255.0
      bond-mode 802.3ad
      bond-miimon 100
      bond-downdelay 200
      bond-updelay 200

PS. it is a bad design to assign an address directly to the bond.
Instead create bridges over this bond and assign addresses to the
bridges.


-- 
Hilsen/Regards
Michael Rasmussen

Get my public GnuPG keys:
michael <at> rasmussen <dot> cc
http://pgp.mit.edu:11371/pks/lookup?op=get&search=0xD3C9A00E
mir <at> datanom <dot> net
http://pgp.mit.edu:11371/pks/lookup?op=get&search=0xE501F51C
mir <at> miras <dot> org
http://pgp.mit.edu:11371/pks/lookup?op=get&search=0xE3E80917
--------------------------------------------------------------
/usr/games/fortune -es says:
Watch out for off-by-one errors.
            - The Elements of Programming Style (Kernighan & Plaugher)
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 181 bytes
Desc: OpenPGP digital signature
URL: <http://lists.proxmox.com/pipermail/pve-user/attachments/20160705/d3c6f894/attachment.sig>


More information about the pve-user mailing list