Oh. That&#39;s simple:<br><br><a href="http://lartc.org/howto/lartc.loadshare.html">http://lartc.org/howto/lartc.loadshare.html</a><br><br><pre class="SCREEN"><a name="LARTC.LOADSHARE"># tc qdisc add dev eth1 root teql0<br>
# tc qdisc add dev eth2 root teql0<br># ip link set dev teql0 up</a></pre><a name="LARTC.LOADSHARE">
</a><p><a name="LARTC.LOADSHARE">Don&#39;t forget the &#39;ip link set up&#39; command!</a></p><p><a name="LARTC.LOADSHARE">This needs to be done on both hosts. The device teql0 is basically a
roundrobbin distributor over eth1 and eth2, for sending packets. No data
ever comes in over an teql device, that just appears on the &#39;raw&#39; eth1 and
eth2.</a></p><p><a name="LARTC.LOADSHARE">But now we just have devices, we also need proper routing. One way to do
this is to assign a /31 network to both links, and a /31 to the teql0 device
as well:</a></p><p><a name="LARTC.LOADSHARE">On router A:

</a></p><pre class="SCREEN"><a name="LARTC.LOADSHARE"># ip addr add dev eth1 10.0.0.0/31<br># ip addr add dev eth2 10.0.0.2/31<br># ip addr add dev teql0 10.0.0.4/31</a></pre><a name="LARTC.LOADSHARE">
</a><p><a name="LARTC.LOADSHARE">On router B:

</a></p><pre class="SCREEN"><a name="LARTC.LOADSHARE"># ip addr add dev eth1 10.0.0.1/31<br># ip addr add dev eth2 10.0.0.3/31<br><br># ip addr add dev teql0 10.0.0.5/31</a></pre><br><br><div><span class="gmail_quote">On 7/4/07, 
<b class="gmail_sendername">Alessandro Ferrari</b> &lt;<a href="mailto:alexferro@tiscali.it">alexferro@tiscali.it</a>&gt; wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">






<div text="#000000" bgcolor="#ffffff">
<div><font face="Courier" size="2">How do you think to make NIC 
bonding?</font></div>
<div><font face="Courier" size="2"></font>&nbsp;</div>
<div><font face="Courier" size="2">Alessandro</font></div>
<blockquote style="border-left: 2px solid rgb(0, 0, 0); padding-right: 0px; padding-left: 5px; margin-left: 5px; margin-right: 0px;"><div><span class="e" id="q_11390c386ec67c5d_1">
  <div style="font-family: arial; font-style: normal; font-variant: normal; font-weight: normal; font-size: 10pt; line-height: normal; font-size-adjust: none; font-stretch: normal;">----- Original Message ----- </div>
  <div style="background: rgb(228, 228, 228) none repeat scroll 0% 50%; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; font-family: arial; font-style: normal; font-variant: normal; font-weight: normal; font-size: 10pt; line-height: normal; font-size-adjust: none; font-stretch: normal;">
<b>From:</b> 
  <a title="lists@creativeanvil.com" href="mailto:lists@creativeanvil.com" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">CA 
  Lists</a> </div>
  <div style="font-family: arial; font-style: normal; font-variant: normal; font-weight: normal; font-size: 10pt; line-height: normal; font-size-adjust: none; font-stretch: normal;"><b>To:</b> <a title="drbd-user@lists.linbit.com" href="mailto:drbd-user@lists.linbit.com" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">
drbd-user@lists.linbit.com</a> </div>
  <div style="font-family: arial; font-style: normal; font-variant: normal; font-weight: normal; font-size: 10pt; line-height: normal; font-size-adjust: none; font-stretch: normal;"><b>Sent:</b> Tuesday, July 03, 2007 8:08 
PM</div>
  <div style="font-family: arial; font-style: normal; font-variant: normal; font-weight: normal; font-size: 10pt; line-height: normal; font-size-adjust: none; font-stretch: normal;"><b>Subject:</b> [DRBD-user] GigE vs Bonded 
  NICs</div>
  <div><br></div><font size="-1"><font face="Helvetica, Arial, sans-serif">I have 
  2 storage servers that use DRBD to sync the disks, with an additional 2 
  servers that connect via iSCSI and mount an OCFS2 partition. All 4 servers 
  have dual gigabit network cards. Currently, I have the 2 storage servers 
  connected via a cat6 crossover cable for DRBD - this is on a private network. 
  The other 2 servers connect to the storage server through a gigabit switch. 
  Someone recommended bonding all of the nics on each server and the ports on 
  the switch and running everything over the same network at 2Gbps, rather than 
  1. My thought was that this may degrade the reliability of DRBD by it not 
  having its own private communication channel. Am I correct? Or is bonding 
  everything together so that it all can run at 2Gbps a good 
  idea?<br><br>Thanks!</font></font> 
  </span></div><p>
  </p><hr>

  <p></p>_______________________________________________<br>drbd-user mailing 
  list<br><a href="mailto:drbd-user@lists.linbit.com" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">drbd-user@lists.linbit.com</a><br><a href="http://lists.linbit.com/mailman/listinfo/drbd-user" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">
http://lists.linbit.com/mailman/listinfo/drbd-user</a><br><p></p></blockquote></div>
<br>_______________________________________________<br>drbd-user mailing list<br><a onclick="return top.js.OpenExtLink(window,event,this)" href="mailto:drbd-user@lists.linbit.com">drbd-user@lists.linbit.com</a><br><a onclick="return top.js.OpenExtLink(window,event,this)" href="http://lists.linbit.com/mailman/listinfo/drbd-user" target="_blank">
http://lists.linbit.com/mailman/listinfo/drbd-user</a><br><br></blockquote></div><br>