This is probably far from ideal, but it works for me and I&#39;m putting it out there in case you&#39;re messing with XS 0.5 and need to have eth1 working now so you can test other stuff.&nbsp; I&#39;m sure there&#39;s a more elegant solution.<br>
<br>Put this in /etc/rc.local<br><br>ifenslave lanbond0 eth1<br><br>Reboot.&nbsp; And there we go:<br><br>[root@alabamaxo ~]# ifconfig eth1<br>eth1&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Link encap:Ethernet&nbsp; HWaddr 00:0D:56:05:7C:DA&nbsp; <br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; UP BROADCAST RUNNING SLAVE MULTICAST&nbsp; MTU:1500&nbsp; Metric:1<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; RX packets:4348 errors:0 dropped:0 overruns:0 frame:0<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; TX packets:5381 errors:0 dropped:0 overruns:0 carrier:0<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; collisions:0 txqueuelen:100 <br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; RX bytes:368480 (359.8 KiB)&nbsp; TX bytes:6433735 (6.1 MiB)<br>
<br>I&#39;ve connected a few XOs to my test platform so far and haven&#39;t seen any unexpected issues.&nbsp; I don&#39;t know if you have to edit /etc/modprobe.d/xs_bonding with Jerry&#39;s suggestion below, but I&#39;ve got that in there.<br>
<br>options lanbond0 mode=active-backup miimon=100<br>options mshbond0 mode=active-backup miimon=100<br>options mshbond1 mode=active-backup miimon=100<br>options mshbond2 mode=active-backup miimon=100<br><br>Of course, you can just run ifenslave lanbond0 eth1, but it doesn&#39;t persist on reboot.<br>
<br>Anna Schoolfield<br>Birmingham<br>