<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Red Hat 5 Bonding Nics in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/red-hat-5-bonding-nics/m-p/4623479#M82687</link>
    <description>LACP protocol should match at server and switch side.</description>
    <pubDate>Mon, 26 Apr 2010 00:12:10 GMT</pubDate>
    <dc:creator>Benoy Daniel</dc:creator>
    <dc:date>2010-04-26T00:12:10Z</dc:date>
    <item>
      <title>Red Hat 5 Bonding Nics</title>
      <link>https://community.hpe.com/t5/operating-system-linux/red-hat-5-bonding-nics/m-p/4623477#M82685</link>
      <description>I have 2 Nics I have bonded on my RedHat server.  The teaming(bonding) works great but I don't have a trunk(LACP) setup in the Procurve 5408xl switch.  When I try to setup a trunk, the link of the RedHat bonds fail.  Am I missing something?  Don't I need to Trunk the ports the NICS are on in the switch for this to work correctly?  &lt;BR /&gt;&lt;BR /&gt;Any input would be greatly appreciated!@&lt;BR /&gt;&lt;BR /&gt;D</description>
      <pubDate>Sun, 25 Apr 2010 17:24:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/red-hat-5-bonding-nics/m-p/4623477#M82685</guid>
      <dc:creator>Darren Etheridge_2</dc:creator>
      <dc:date>2010-04-25T17:24:41Z</dc:date>
    </item>
    <item>
      <title>Re: Red Hat 5 Bonding Nics</title>
      <link>https://community.hpe.com/t5/operating-system-linux/red-hat-5-bonding-nics/m-p/4623478#M82686</link>
      <description>There are 6 modes to the config.  the default is not a trunk / aggregate...&lt;BR /&gt;&lt;BR /&gt;I believe mode 6 is the one you are looking for, double check the doc though....&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Sun, 25 Apr 2010 21:53:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/red-hat-5-bonding-nics/m-p/4623478#M82686</guid>
      <dc:creator>Tim Nelson</dc:creator>
      <dc:date>2010-04-25T21:53:18Z</dc:date>
    </item>
    <item>
      <title>Re: Red Hat 5 Bonding Nics</title>
      <link>https://community.hpe.com/t5/operating-system-linux/red-hat-5-bonding-nics/m-p/4623479#M82687</link>
      <description>LACP protocol should match at server and switch side.</description>
      <pubDate>Mon, 26 Apr 2010 00:12:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/red-hat-5-bonding-nics/m-p/4623479#M82687</guid>
      <dc:creator>Benoy Daniel</dc:creator>
      <dc:date>2010-04-26T00:12:10Z</dc:date>
    </item>
    <item>
      <title>Re: Red Hat 5 Bonding Nics</title>
      <link>https://community.hpe.com/t5/operating-system-linux/red-hat-5-bonding-nics/m-p/4623480#M82688</link>
      <description>Shalom,&lt;BR /&gt;&lt;BR /&gt;Please post /etc/modprobe.conf&lt;BR /&gt;&lt;BR /&gt;You may need to choose a different bonding mode to get around this issue.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Mon, 26 Apr 2010 01:25:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/red-hat-5-bonding-nics/m-p/4623480#M82688</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2010-04-26T01:25:03Z</dc:date>
    </item>
    <item>
      <title>Re: Red Hat 5 Bonding Nics</title>
      <link>https://community.hpe.com/t5/operating-system-linux/red-hat-5-bonding-nics/m-p/4623481#M82689</link>
      <description>I used Mode 4, 802.3ad and it seems that the switch auto set the Dyn Trunk automatically.  I am looking for more bandwidth and redundancy. Would this mode be ok to use?</description>
      <pubDate>Mon, 26 Apr 2010 12:39:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/red-hat-5-bonding-nics/m-p/4623481#M82689</guid>
      <dc:creator>Darren Etheridge_2</dc:creator>
      <dc:date>2010-04-26T12:39:13Z</dc:date>
    </item>
    <item>
      <title>Re: Red Hat 5 Bonding Nics</title>
      <link>https://community.hpe.com/t5/operating-system-linux/red-hat-5-bonding-nics/m-p/4623482#M82690</link>
      <description>Here is my modprobe.conf and &lt;BR /&gt;&lt;BR /&gt;alias bond0 bonding&lt;BR /&gt;options bond0 mode=4 miimon=100&lt;BR /&gt;alias scsi_hostadapter aic79xx&lt;BR /&gt;alias scsi_hostadapter1 cciss&lt;BR /&gt;alias scsi_hostadapter2 ata_piix&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;ifcfg-bond0:&lt;BR /&gt;DEVICE=bond0&lt;BR /&gt;IPADDR=192.168.1.15&lt;BR /&gt;NETWORK=192.168.1.0&lt;BR /&gt;NETMASK=255.255.255.0&lt;BR /&gt;GATEWAY=192.168.1.1&lt;BR /&gt;USERCTL=no&lt;BR /&gt;BOOTPROTO=none&lt;BR /&gt;ONBOOT=yes&lt;BR /&gt;IPV6INT=no&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;ifcfg-eth0:&lt;BR /&gt;DEVICE=eth0&lt;BR /&gt;USERCTL=no&lt;BR /&gt;ONBOOT=yes&lt;BR /&gt;MASTER=bond0&lt;BR /&gt;SLAVE=yes&lt;BR /&gt;BOOTPROTO=none&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;ifcfg-eth1:&lt;BR /&gt;DEVICE=eth1&lt;BR /&gt;USERCTL=no&lt;BR /&gt;ONBOOT=yes&lt;BR /&gt;MASTER=bond0&lt;BR /&gt;SLAVE=yes&lt;BR /&gt;BOOTPROTO=none&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Thank you for your time and opinions :)&lt;BR /&gt;&lt;BR /&gt;D</description>
      <pubDate>Mon, 26 Apr 2010 12:42:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/red-hat-5-bonding-nics/m-p/4623482#M82690</guid>
      <dc:creator>Darren Etheridge_2</dc:creator>
      <dc:date>2010-04-26T12:42:28Z</dc:date>
    </item>
  </channel>
</rss>

