<div class="gmail_quote">On Mon, Mar 7, 2011 at 6:51 AM, Ruben Laban <span dir="ltr"><<a href="mailto:r.laban@ism.nl">r.laban@ism.nl</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
This is the new "10.04 and newer" way.<br>
<br>
In order to have the last 3 lines applied, you need to replace the ifenslave<br>
lines with:<br>
<br>
bond-slaves eth0 eth1<br>
<br></blockquote><div><br>Looks like I have a 10.04 server setup the old way but it is working.  Here's my config.<br><br>iface eth0 inet manual<br><br>iface eth1 inet manual<br><br>auto bond0<br>    iface bond0 inet static<br>
    address 10.0.0.10<br>    netmask 255.255.255.0<br>    broadcast 10.0.0.255<br>    gateway 10.0.0.1<br>    bond-mode balance-rr<br>    bond-miimon 100<br>    up /sbin/ifenslave bond0 eth0 eth1<br>    down /sbin/ifenslave -d bond0 eth0 eth1<br>
<br>Looking at <a href="https://help.ubuntu.com/community/UbuntuBonding">https://help.ubuntu.com/community/UbuntuBonding</a> it appears as though if you're using the "bond-slaves" method you also no longer need to have the "iface ethX inet manual" lines.  Is this correct?<br>
<br>I'll have to look into migrating over to the new way in my next maintenance window.<br>--<br>David<br></div></div>