[PVE-User] PVE 4.2 and 802.3ad bonding
Gilberto Nunes
gilberto.nunes32 at gmail.com
Tue Jul 5 21:56:03 CEST 2016
Sorry guys... It was my missconfiguration in the switch...
I have create just one Link Aggregation instead of two....
And the previously interfaces files works properly Rasmussen
Thanks any way
2016-07-05 16:50 GMT-03:00 Michael Rasmussen <mir at miras.org>:
> 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)
>
> _______________________________________________
> pve-user mailing list
> pve-user at pve.proxmox.com
> http://pve.proxmox.com/cgi-bin/mailman/listinfo/pve-user
>
>
--
Gilberto Ferreira
+55 (47) 9676-7530
Skype: gilberto.nunes36
More information about the pve-user
mailing list