<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
In my tests the following works on a fresh installation without
modifying the xs_bonding:<br>
<br>
<pre wrap="">Put this in /etc/rc.local

ifenslave lanbond0 eth1

Reboot.  And there we go:</pre>
<br>
<br>
Anna wrote:
<blockquote
 cite="mid:196348a20812091738w55f3ead0i1f35aa85ecfccf92@mail.gmail.com"
 type="cite">
  <pre wrap="">This is probably far from ideal, but it works for me and I'm putting it out
there in case you're messing with XS 0.5 and need to have eth1 working now
so you can test other stuff.  I'm sure there's a more elegant solution.

Put this in /etc/rc.local

ifenslave lanbond0 eth1

Reboot.  And there we go:

[root@alabamaxo ~]# ifconfig eth1
eth1      Link encap:Ethernet  HWaddr 00:0D:56:05:7C:DA
          UP BROADCAST RUNNING SLAVE MULTICAST  MTU:1500  Metric:1
          RX packets:4348 errors:0 dropped:0 overruns:0 frame:0
          TX packets:5381 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:100
          RX bytes:368480 (359.8 KiB)  TX bytes:6433735 (6.1 MiB)

I've connected a few XOs to my test platform so far and haven't seen any
unexpected issues.  I don't know if you have to edit
/etc/modprobe.d/xs_bonding with Jerry's suggestion below, but I've got that
in there.

options lanbond0 mode=active-backup miimon=100
options mshbond0 mode=active-backup miimon=100
options mshbond1 mode=active-backup miimon=100
options mshbond2 mode=active-backup miimon=100

Of course, you can just run ifenslave lanbond0 eth1, but it doesn't persist
on reboot.

Anna Schoolfield
Birmingham

  </pre>
  <pre wrap="">
<hr size="4" width="90%">
_______________________________________________
Server-devel mailing list
<a class="moz-txt-link-abbreviated" href="mailto:Server-devel@lists.laptop.org">Server-devel@lists.laptop.org</a>
<a class="moz-txt-link-freetext" href="http://lists.laptop.org/listinfo/server-devel">http://lists.laptop.org/listinfo/server-devel</a>
  </pre>
</blockquote>
<br>
</body>
</html>