<?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: Bonding Problem in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/bonding-problem/m-p/5082366#M83440</link>
    <description>255.255.255.128</description>
    <pubDate>Mon, 03 Dec 2007 09:18:18 GMT</pubDate>
    <dc:creator>Alvin_14</dc:creator>
    <dc:date>2007-12-03T09:18:18Z</dc:date>
    <item>
      <title>Bonding Problem</title>
      <link>https://community.hpe.com/t5/operating-system-linux/bonding-problem/m-p/5082363#M83437</link>
      <description>I've got 4 interfaces, which i've bonded into 2.&lt;BR /&gt;&lt;BR /&gt;bond0 - eth0, eth2 - 10.1.1.1&lt;BR /&gt;bon1 - eth1, eth3 - 10.1.1.2&lt;BR /&gt;&lt;BR /&gt;First problem:&lt;BR /&gt;&lt;BR /&gt;while bond0 is up i do ifdown bond1&lt;BR /&gt;- i can still ping bond0 which is good&lt;BR /&gt;&lt;BR /&gt;but while bond1 is up and i do ifdown bond0&lt;BR /&gt;- there is delay when i ping bond1.. it takes a few minutes before i can ping.&lt;BR /&gt;&lt;BR /&gt;Second problem:&lt;BR /&gt;&lt;BR /&gt;while bond0 is up with both interfaces up, i do ifconfig eth2 down..&lt;BR /&gt;i can still ping bond0 and bond1 which is good.&lt;BR /&gt;&lt;BR /&gt;while bond0 is up with both interfaces up, i do ifconig eth0 down..&lt;BR /&gt;like the first problem it takes a few seconds before i can ping both bond0 and bond1.&lt;BR /&gt;&lt;BR /&gt;Third problem:&lt;BR /&gt;while bond0 is up with both interfaces up, i do ifconfig eth0 down and ifconfig eth2 down.&lt;BR /&gt;&lt;BR /&gt;now i cannot ping bond1. it seems that bond0 is still logically alive thus the routing table is not updated.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Sun, 02 Dec 2007 05:19:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/bonding-problem/m-p/5082363#M83437</guid>
      <dc:creator>Alvin_14</dc:creator>
      <dc:date>2007-12-02T05:19:56Z</dc:date>
    </item>
    <item>
      <title>Re: Bonding Problem</title>
      <link>https://community.hpe.com/t5/operating-system-linux/bonding-problem/m-p/5082364#M83438</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;From where are you pinging ?&lt;BR /&gt;&lt;BR /&gt;I've never used bonded interfaces, but it sounds like you're hitting problems because of having two interfaces on the same network.  What gateways/routes are set up ?&lt;BR /&gt;&lt;BR /&gt;What subnet masks are you using on each interface ?&lt;BR /&gt;&lt;BR /&gt;Cheers,&lt;BR /&gt;&lt;BR /&gt;Rob</description>
      <pubDate>Sun, 02 Dec 2007 10:49:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/bonding-problem/m-p/5082364#M83438</guid>
      <dc:creator>Rob Leadbeater</dc:creator>
      <dc:date>2007-12-02T10:49:42Z</dc:date>
    </item>
    <item>
      <title>Re: Bonding Problem</title>
      <link>https://community.hpe.com/t5/operating-system-linux/bonding-problem/m-p/5082365#M83439</link>
      <description>from another server on the same subnet... for example, 10.1.1.3.. yes the problem seems to be becoz of the same subnet on the same machine.. but it's the application requirement.</description>
      <pubDate>Mon, 03 Dec 2007 09:17:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/bonding-problem/m-p/5082365#M83439</guid>
      <dc:creator>Alvin_14</dc:creator>
      <dc:date>2007-12-03T09:17:23Z</dc:date>
    </item>
    <item>
      <title>Re: Bonding Problem</title>
      <link>https://community.hpe.com/t5/operating-system-linux/bonding-problem/m-p/5082366#M83440</link>
      <description>255.255.255.128</description>
      <pubDate>Mon, 03 Dec 2007 09:18:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/bonding-problem/m-p/5082366#M83440</guid>
      <dc:creator>Alvin_14</dc:creator>
      <dc:date>2007-12-03T09:18:18Z</dc:date>
    </item>
    <item>
      <title>Re: Bonding Problem</title>
      <link>https://community.hpe.com/t5/operating-system-linux/bonding-problem/m-p/5082367#M83441</link>
      <description>You can use IP aliases on bonded interfaces too. Your second IP address might be configured like this:&lt;BR /&gt;&lt;BR /&gt;ifconfig bond0:1 10.1.1.2 netmask 255.x.x.x&lt;BR /&gt;&lt;BR /&gt;Now the application can use "bond0:1" just as if it were a "real" network interface, but the OS's network layer won't have problems related to having multiple real interfaces on the same subnet.&lt;BR /&gt;&lt;BR /&gt;MK</description>
      <pubDate>Mon, 03 Dec 2007 09:25:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/bonding-problem/m-p/5082367#M83441</guid>
      <dc:creator>Matti_Kurkela</dc:creator>
      <dc:date>2007-12-03T09:25:38Z</dc:date>
    </item>
    <item>
      <title>Re: Bonding Problem</title>
      <link>https://community.hpe.com/t5/operating-system-linux/bonding-problem/m-p/5082368#M83442</link>
      <description>Shalom,&lt;BR /&gt;&lt;BR /&gt;Could be an error in the /etc/modprobe.conf configuration&lt;BR /&gt;&lt;BR /&gt;Also could be a proflem in the ifcfg files in /etc/sysconfig/network-scripts &lt;BR /&gt;&lt;BR /&gt;There may be a typo causing a conflict.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Mon, 03 Dec 2007 13:52:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/bonding-problem/m-p/5082368#M83442</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2007-12-03T13:52:47Z</dc:date>
    </item>
    <item>
      <title>Re: Bonding Problem</title>
      <link>https://community.hpe.com/t5/operating-system-linux/bonding-problem/m-p/5082369#M83443</link>
      <description>here's my modprobe.conf:&lt;BR /&gt;&lt;BR /&gt;alias bond0 bonding&lt;BR /&gt;options bond0 primary=eth1 miimon=100 mode=1 max_bonds=4&lt;BR /&gt;alias bond1 bonding&lt;BR /&gt;options bond1 primary=eth4 miimon=100 mode=1 max_bonds=4&lt;BR /&gt;alias bond2 bonding&lt;BR /&gt;options bond2 primary=eth3 miimon=100 mode=1 max_bonds=4&lt;BR /&gt;&lt;BR /&gt;quite weird though that it shows primary slave as eth0 even if eth0 is primary of bond0 and not bond1.. or is this behavior correct?&lt;BR /&gt;&lt;BR /&gt;[/proc/net/bonding]more bond1 &lt;BR /&gt;Ethernet Channel Bonding Driver: v2.6.1 (October 29, 2004) &lt;BR /&gt;&lt;BR /&gt;Bonding Mode: fault-tolerance (active-backup) &lt;BR /&gt;Primary Slave: eth0 &lt;BR /&gt;Currently Active Slave: eth1 &lt;BR /&gt;MII Status: up &lt;BR /&gt;MII Polling Interval (ms): 100 &lt;BR /&gt;Up Delay (ms): 0 &lt;BR /&gt;Down Delay (ms): 0 &lt;BR /&gt;&lt;BR /&gt;Slave Interface: eth1 &lt;BR /&gt;MII Status: up &lt;BR /&gt;Link Failure Count: 1 &lt;BR /&gt;Permanent HW addr: 00:11:0a:62:b9:2d &lt;BR /&gt;&lt;BR /&gt;Slave Interface: eth3 &lt;BR /&gt;MII Status: up &lt;BR /&gt;Link Failure Count: 1 &lt;BR /&gt;Permanent HW addr: 00:11:0a:63:6b:8f &lt;BR /&gt;[/proc/net/bonding]more bond2 &lt;BR /&gt;Ethernet Channel Bonding Driver: v2.6.1 (October 29, 2004) &lt;BR /&gt;&lt;BR /&gt;Bonding Mode: fault-tolerance (active-backup) &lt;BR /&gt;Primary Slave: eth0 &lt;BR /&gt;Currently Active Slave: None &lt;BR /&gt;MII Status: down &lt;BR /&gt;MII Polling Interval (ms): 100 &lt;BR /&gt;Up Delay (ms): 0 &lt;BR /&gt;Down Delay (ms): 0 &lt;BR /&gt;[/proc/net/bonding]more bond3 &lt;BR /&gt;Ethernet Channel Bonding Driver: v2.6.1 (October 29, 2004) &lt;BR /&gt;&lt;BR /&gt;Bonding Mode: fault-tolerance (active-backup) &lt;BR /&gt;Primary Slave: eth0 &lt;BR /&gt;Currently Active Slave: None &lt;BR /&gt;MII Status: down &lt;BR /&gt;MII Polling Interval (ms): 100 &lt;BR /&gt;Up Delay (ms): 0 &lt;BR /&gt;Down Delay (ms): 0 &lt;BR /&gt;&lt;BR /&gt;the design was to have 4 physical interfaces bonded to 2 ips for fail-over. actually 6, but the first bond is on different subnet so no issue.. :)</description>
      <pubDate>Tue, 04 Dec 2007 01:37:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/bonding-problem/m-p/5082369#M83443</guid>
      <dc:creator>Alvin_14</dc:creator>
      <dc:date>2007-12-04T01:37:56Z</dc:date>
    </item>
    <item>
      <title>Re: Bonding Problem</title>
      <link>https://community.hpe.com/t5/operating-system-linux/bonding-problem/m-p/5082370#M83444</link>
      <description>What you see is normal.&lt;BR /&gt;If you'll bring down and then up 1 interface from the bond0 - just wait a couple of minutes and then try to "restart" the second interface - you won't run into delay.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Your problem is 2 interfaces in the same network. Kernel needs to check/redefine the route to the network you work on.</description>
      <pubDate>Tue, 04 Dec 2007 07:11:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/bonding-problem/m-p/5082370#M83444</guid>
      <dc:creator>Alexander Chuzhoy</dc:creator>
      <dc:date>2007-12-04T07:11:36Z</dc:date>
    </item>
    <item>
      <title>Re: Bonding Problem</title>
      <link>https://community.hpe.com/t5/operating-system-linux/bonding-problem/m-p/5082371#M83445</link>
      <description>Closed</description>
      <pubDate>Sun, 09 Mar 2008 02:10:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/bonding-problem/m-p/5082371#M83445</guid>
      <dc:creator>Alvin_14</dc:creator>
      <dc:date>2008-03-09T02:10:47Z</dc:date>
    </item>
  </channel>
</rss>

