ubuntu-server Digest, Vol 63, Issue 10
jurgen.depicker at let.be
jurgen.depicker at let.be
Mon Mar 7 12:57:14 UTC 2011
Hello Ruben.
> Message: 3
> Date: Mon, 7 Mar 2011 12:51:58 +0100
> From: Ruben Laban <r.laban at ism.nl>
> To: ubuntu-server at lists.ubuntu.com
> Subject: Re: ethernet bonding on 10.04.2 LTS
> Message-ID: <201103071251.58181.r.laban at ism.nl>
> Content-Type: Text/Plain; charset="us-ascii"
>
> Hello Jurgen,
>
> You are mixing up 2 configuration methods:
>
> On Monday 07 March 2011 at 12:42 (CET), jurgen.depicker at let.be wrote:
> > ###Adapter bonding for eth0 and eth1
> > auto bond0
> > iface bond0 inet static
> > address 172.16.1.11
> > netmask 255.255.0.0
> > gateway 172.16.1.1
> > dns-nameservers 172.16.1.2
>
> All good so far.
>
> > post-up ifenslave bond0 eth0 eth1
> > pre-down ifenslave -d bond0 eth0 eth1
>
> This is the old "9.10 and older" way.
>
> > bond_mode 4 #802.3ad
> > bond_miimon 100
> > bond_lacp_rate 1
>
> This is the new "10.04 and newer" way.
>
> In order to have the last 3 lines applied, you need to replace the
ifenslave
> lines with:
>
> bond-slaves eth0 eth1
This works, indeed. Thanks a lot!
Remains my other question:
> Hi all.
>
> On ubuntu 10.04, contrary to what is posted on
> https://help.ubuntu.com/community/UbuntuBonding , my bond refuses to
come
> up after reboot if I don't at least create the
> /etc/modprobe.d/bonding.conf file with one line in it:
> alias bond0 bonding
Can I simply remove these lines, now that I entered 'bond-slaves eth0
eth1' in /etc/network/interfaces?
Met vriendelijke groeten/Kind regards/Meilleures salutations,
Jürgen
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.ubuntu.com/archives/ubuntu-server/attachments/20110307/9cdec251/attachment.html>
More information about the ubuntu-server
mailing list