<font size=2 face="sans-serif">Hi all.</font>
<br>
<br><font size=2 face="sans-serif">On ubuntu 10.04, contrary to what is
posted on </font><a href=https://help.ubuntu.com/community/UbuntuBonding><font size=2 face="sans-serif">https://help.ubuntu.com/community/UbuntuBonding</font></a><font size=2 face="sans-serif">
, my bond refuses to come up after reboot if I don't at least create the
</font><tt><font size=3>/etc/modprobe.d/bonding.conf</font></tt><font size=2 face="sans-serif">
file with one line in it:</font>
<br><tt><font size=3>alias bond0 bonding<br>
</font></tt>
<br><tt><font size=3>My /etc/network/interfaces looks as follows:</font></tt>
<br>
<br><tt><font size=3># The primary network interface</font></tt>
<br><tt><font size=3>#auto eth0</font></tt>
<br><tt><font size=3>#iface eth0 inet dhcp</font></tt>
<br>
<br><tt><font size=3>###Adapter bonding for eth0 and eth1</font></tt>
<br><tt><font size=3>auto bond0</font></tt>
<br><tt><font size=3>iface bond0 inet static</font></tt>
<br><tt><font size=3>address 172.16.1.11</font></tt>
<br><tt><font size=3>netmask 255.255.0.0</font></tt>
<br><tt><font size=3>gateway 172.16.1.1</font></tt>
<br><tt><font size=3>dns-nameservers 172.16.1.2</font></tt>
<br><tt><font size=3>post-up ifenslave bond0 eth0 eth1</font></tt>
<br><tt><font size=3>pre-down ifenslave -d bond0 eth0 eth1</font></tt>
<br><tt><font size=3>bond_mode 4  #802.3ad</font></tt>
<br><tt><font size=3>bond_miimon 100</font></tt>
<br><tt><font size=3>bond_lacp_rate 1</font></tt>
<br>
<br>
<br><font size=2 face="sans-serif">I tried both bond-mode 4 and bond_mode
802.3ad , but as you can see underneath, it's always round-robin:</font>
<br><font size=2 face="sans-serif">root@VLET1:~# cat /proc/net/bonding/bond0</font>
<br><font size=2 face="sans-serif">Ethernet Channel Bonding Driver: v3.5.0
(November 4, 2008)</font>
<br>
<br><font size=2 face="sans-serif">Bonding Mode: load balancing (round-robin)</font>
<br><font size=2 face="sans-serif">MII Status: up</font>
<br><font size=2 face="sans-serif">MII Polling Interval (ms): 0</font>
<br><font size=2 face="sans-serif">Up Delay (ms): 0</font>
<br><font size=2 face="sans-serif">Down Delay (ms): 0</font>
<br>
<br><font size=2 face="sans-serif">Slave Interface: eth0</font>
<br><font size=2 face="sans-serif">MII Status: up</font>
<br><font size=2 face="sans-serif">Link Failure Count: 0</font>
<br><font size=2 face="sans-serif">Permanent HW addr: 00:15:17:31:3d:ac</font>
<br>
<br><font size=2 face="sans-serif">Slave Interface: eth1</font>
<br><font size=2 face="sans-serif">MII Status: up</font>
<br><font size=2 face="sans-serif">Link Failure Count: 0</font>
<br><font size=2 face="sans-serif">Permanent HW addr: 00:15:17:31:3d:ad</font>
<br>
<br><font size=2 face="sans-serif">What am I doing something wrong?</font>
<br>
<br><font size=2 face="sans-serif">Met vriendelijke groeten/Kind regards/Meilleures
salutations,</font>
<p><font size=2 color=#808080 face="Arial"><b>Jürgen Depicker</b></font>