<?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: using multiple NFT bonds on RHEL4 with preference in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/using-multiple-nft-bonds-on-rhel4-with-preference/m-p/3950741#M84856</link>
    <description>Have you tried with something like this?&lt;BR /&gt;&lt;BR /&gt;cat /etc/modprobe.conf:&lt;BR /&gt;&lt;BR /&gt;alias bond0 bonding&lt;BR /&gt;options bond0 miimon=100 primary=eth0 mode=1 max_bonds=2&lt;BR /&gt;alias bond1 bonding&lt;BR /&gt;options bond1 miimon=100 primary=eth0 mode=1 max_bonds=2&lt;BR /&gt;&lt;BR /&gt;cat /etc/sysconfig/network-scripts/ifcfg-ethX&lt;BR /&gt;DEVICE=ethX&lt;BR /&gt;USRCTL=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;If that does not works, try this:&lt;BR /&gt;cat /etc/modprobe.conf:&lt;BR /&gt;&lt;BR /&gt;alias bond0 bonding&lt;BR /&gt;alias bond1 bonding&lt;BR /&gt;&lt;BR /&gt;Set the module options in the bond interface configig file.&lt;BR /&gt;&lt;BR /&gt;cat /etc/sysconfig/network-scripts/ifcfg-bond&lt;N&gt;&lt;BR /&gt;DEVICE=bond&lt;N&gt;&lt;BR /&gt;BOOTPROTO=static&lt;BR /&gt;BROADCAST=172.16.0.255&lt;BR /&gt;IPADDR=172.16.0.1&lt;BR /&gt;NETMASK=255.255.255.0&lt;BR /&gt;NETWORK=172.16.0.0&lt;BR /&gt;ONBOOT=yes&lt;BR /&gt;BONDING_MODULE_OPTS='miimon=100 mode=1 primary=eth0'&lt;/N&gt;&lt;/N&gt;</description>
    <pubDate>Tue, 27 Feb 2007 14:20:39 GMT</pubDate>
    <dc:creator>Ivan Ferreira</dc:creator>
    <dc:date>2007-02-27T14:20:39Z</dc:date>
    <item>
      <title>using multiple NFT bonds on RHEL4 with preference</title>
      <link>https://community.hpe.com/t5/operating-system-linux/using-multiple-nft-bonds-on-rhel4-with-preference/m-p/3950735#M84850</link>
      <description>Hello,&lt;BR /&gt;I need to configure two NFT bonds on my BL45p servers using 2 NICs for each bond. I cannot set preference on my bonds (I can't set primary NIC for my NFT)and by default, the primary interface is eth0 or eth 2. I can't change it in any way (even when I bond eth1 and eth2 together, primary NIC is eth2 !!).&lt;BR /&gt;&lt;BR /&gt;Does anyone have any idea.&lt;BR /&gt;Regards-Armin</description>
      <pubDate>Sat, 24 Feb 2007 09:31:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/using-multiple-nft-bonds-on-rhel4-with-preference/m-p/3950735#M84850</guid>
      <dc:creator>Armin Norouzi</dc:creator>
      <dc:date>2007-02-24T09:31:30Z</dc:date>
    </item>
    <item>
      <title>Re: using multiple NFT bonds on RHEL4 with preference</title>
      <link>https://community.hpe.com/t5/operating-system-linux/using-multiple-nft-bonds-on-rhel4-with-preference/m-p/3950736#M84851</link>
      <description>The bonding module has an argument that allows you to specify the primary interface, you must load the module like this:&lt;BR /&gt;&lt;BR /&gt;/sbin/insmod bonding primary=eth0&lt;BR /&gt;&lt;BR /&gt;You can also set it in modprobe.conf:&lt;BR /&gt;&lt;BR /&gt;alias bond0 bonding&lt;BR /&gt;options bonding miimon=100 mode=1 primary=eth0</description>
      <pubDate>Mon, 26 Feb 2007 08:04:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/using-multiple-nft-bonds-on-rhel4-with-preference/m-p/3950736#M84851</guid>
      <dc:creator>Ivan Ferreira</dc:creator>
      <dc:date>2007-02-26T08:04:33Z</dc:date>
    </item>
    <item>
      <title>Re: using multiple NFT bonds on RHEL4 with preference</title>
      <link>https://community.hpe.com/t5/operating-system-linux/using-multiple-nft-bonds-on-rhel4-with-preference/m-p/3950737#M84852</link>
      <description>Dear Ivan,&lt;BR /&gt;I've tried the method you mentioned many times, but it doesn't work when I create more than one bond on my server. I think this may be a bug!&lt;BR /&gt;Any further help would be appreciated.</description>
      <pubDate>Tue, 27 Feb 2007 02:32:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/using-multiple-nft-bonds-on-rhel4-with-preference/m-p/3950737#M84852</guid>
      <dc:creator>Armin Norouzi</dc:creator>
      <dc:date>2007-02-27T02:32:22Z</dc:date>
    </item>
    <item>
      <title>Re: using multiple NFT bonds on RHEL4 with preference</title>
      <link>https://community.hpe.com/t5/operating-system-linux/using-multiple-nft-bonds-on-rhel4-with-preference/m-p/3950738#M84853</link>
      <description>Can you post your modprobe.conf file?</description>
      <pubDate>Tue, 27 Feb 2007 07:39:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/using-multiple-nft-bonds-on-rhel4-with-preference/m-p/3950738#M84853</guid>
      <dc:creator>Ivan Ferreira</dc:creator>
      <dc:date>2007-02-27T07:39:20Z</dc:date>
    </item>
    <item>
      <title>Re: using multiple NFT bonds on RHEL4 with preference</title>
      <link>https://community.hpe.com/t5/operating-system-linux/using-multiple-nft-bonds-on-rhel4-with-preference/m-p/3950739#M84854</link>
      <description>Here you can see a modprobe.conf for multiple bond devices:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=1010194" target="_blank"&gt;http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=1010194&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Maybe the max_bonds helps you also.</description>
      <pubDate>Tue, 27 Feb 2007 08:02:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/using-multiple-nft-bonds-on-rhel4-with-preference/m-p/3950739#M84854</guid>
      <dc:creator>Ivan Ferreira</dc:creator>
      <dc:date>2007-02-27T08:02:37Z</dc:date>
    </item>
    <item>
      <title>Re: using multiple NFT bonds on RHEL4 with preference</title>
      <link>https://community.hpe.com/t5/operating-system-linux/using-multiple-nft-bonds-on-rhel4-with-preference/m-p/3950740#M84855</link>
      <description>This is my /etc/modprobe.conf:&lt;BR /&gt;&lt;BR /&gt;#######&lt;BR /&gt;install bond0 /sbin/modprobe -a eth0 eth1 &amp;amp;&amp;amp; /sbin/modprobe bonding&lt;BR /&gt;alias bond0 bonding&lt;BR /&gt;install bond1 /sbin/modprobe -a eth2 eth3 &amp;amp;&amp;amp; /sbin/modprobe bonding&lt;BR /&gt;alias bond1 bonding&lt;BR /&gt;options bonding miimon=100 primary=eth0 mode=1 max_bonds=2&lt;BR /&gt;alias eth0 bcm5700&lt;BR /&gt;alias eth1 bcm5700&lt;BR /&gt;alias eth2 bcm5700&lt;BR /&gt;alias eth3 bcm5700&lt;BR /&gt;########&lt;BR /&gt;&lt;BR /&gt;Thanks</description>
      <pubDate>Tue, 27 Feb 2007 13:29:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/using-multiple-nft-bonds-on-rhel4-with-preference/m-p/3950740#M84855</guid>
      <dc:creator>Armin Norouzi</dc:creator>
      <dc:date>2007-02-27T13:29:41Z</dc:date>
    </item>
    <item>
      <title>Re: using multiple NFT bonds on RHEL4 with preference</title>
      <link>https://community.hpe.com/t5/operating-system-linux/using-multiple-nft-bonds-on-rhel4-with-preference/m-p/3950741#M84856</link>
      <description>Have you tried with something like this?&lt;BR /&gt;&lt;BR /&gt;cat /etc/modprobe.conf:&lt;BR /&gt;&lt;BR /&gt;alias bond0 bonding&lt;BR /&gt;options bond0 miimon=100 primary=eth0 mode=1 max_bonds=2&lt;BR /&gt;alias bond1 bonding&lt;BR /&gt;options bond1 miimon=100 primary=eth0 mode=1 max_bonds=2&lt;BR /&gt;&lt;BR /&gt;cat /etc/sysconfig/network-scripts/ifcfg-ethX&lt;BR /&gt;DEVICE=ethX&lt;BR /&gt;USRCTL=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;If that does not works, try this:&lt;BR /&gt;cat /etc/modprobe.conf:&lt;BR /&gt;&lt;BR /&gt;alias bond0 bonding&lt;BR /&gt;alias bond1 bonding&lt;BR /&gt;&lt;BR /&gt;Set the module options in the bond interface configig file.&lt;BR /&gt;&lt;BR /&gt;cat /etc/sysconfig/network-scripts/ifcfg-bond&lt;N&gt;&lt;BR /&gt;DEVICE=bond&lt;N&gt;&lt;BR /&gt;BOOTPROTO=static&lt;BR /&gt;BROADCAST=172.16.0.255&lt;BR /&gt;IPADDR=172.16.0.1&lt;BR /&gt;NETMASK=255.255.255.0&lt;BR /&gt;NETWORK=172.16.0.0&lt;BR /&gt;ONBOOT=yes&lt;BR /&gt;BONDING_MODULE_OPTS='miimon=100 mode=1 primary=eth0'&lt;/N&gt;&lt;/N&gt;</description>
      <pubDate>Tue, 27 Feb 2007 14:20:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/using-multiple-nft-bonds-on-rhel4-with-preference/m-p/3950741#M84856</guid>
      <dc:creator>Ivan Ferreira</dc:creator>
      <dc:date>2007-02-27T14:20:39Z</dc:date>
    </item>
  </channel>
</rss>

