<?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: Problem with NIC bonding in RedHat in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/problem-with-nic-bonding-in-redhat/m-p/4786583#M81322</link>
    <description>Hows about removing HWADDRESS from your ifcfg config files?</description>
    <pubDate>Thu, 12 May 2011 12:21:41 GMT</pubDate>
    <dc:creator>Alzhy</dc:creator>
    <dc:date>2011-05-12T12:21:41Z</dc:date>
    <item>
      <title>Problem with NIC bonding in RedHat</title>
      <link>https://community.hpe.com/t5/operating-system-linux/problem-with-nic-bonding-in-redhat/m-p/4786575#M81314</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I'm trying to configure NIC bonding in a linux box (Proliant DL380 G3).&lt;BR /&gt;When I boot the system, I only see one of the bonding NICs (eth1), but if I issue a "service network restart", both NICs appear.&lt;BR /&gt;I notice that in the ifconfig output the IP appears in every interface (bond0, eth0, eth1), and also in the routing table:&lt;BR /&gt;]#  netstat -rn&lt;BR /&gt;Kernel IP routing table&lt;BR /&gt;Destination     Gateway         Genmask         Flags   MSS Window  irtt Iface&lt;BR /&gt;192.168.92.0    0.0.0.0         255.255.255.0   U         0 0          0 bond0&lt;BR /&gt;192.168.92.0    0.0.0.0         255.255.255.0   U         0 0          0 eth0&lt;BR /&gt;192.168.92.0    0.0.0.0         255.255.255.0   U         0 0          0 eth1&lt;BR /&gt;169.254.0.0     0.0.0.0         255.255.0.0     U         0 0          0 bond0&lt;BR /&gt;0.0.0.0         192.168.92.1    0.0.0.0         UG        0 0          0 bond0&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;CONFIG FILES:&lt;BR /&gt;&lt;BR /&gt;# cat ifcfg-eth0&lt;BR /&gt;DEVICE=eth0&lt;BR /&gt;BOOTPROTO=none&lt;BR /&gt;ONBOOT=yes&lt;BR /&gt;MASTER=bond0&lt;BR /&gt;SLAVE=yes&lt;BR /&gt;USERCTL=no&lt;BR /&gt;HWADDR=00:0b:cd:f3:d6:c9&lt;BR /&gt;TYPE=Ethernet&lt;BR /&gt;IPV6INIT=no&lt;BR /&gt;ETHTOOL_OPTS="autoneg off speed 100 duplex full"&lt;BR /&gt;&lt;BR /&gt;# cat ifcfg-eth1&lt;BR /&gt;DEVICE=eth1&lt;BR /&gt;BOOTPROTO=none&lt;BR /&gt;ONBOOT=yes&lt;BR /&gt;MASTER=bond0&lt;BR /&gt;SLAVE=yes&lt;BR /&gt;USERCTL=no&lt;BR /&gt;HWADDR=00:0b:cd:f3:d6:c8&lt;BR /&gt;TYPE=Ethernet&lt;BR /&gt;IPV6INIT=no&lt;BR /&gt;ETHTOOL_OPTS="autoneg off speed 100 duplex full"&lt;BR /&gt;&lt;BR /&gt;# cat ifcfg-bond0&lt;BR /&gt;DEVICE=bond0&lt;BR /&gt;BOOTPROTO=none&lt;BR /&gt;IPADDR=192.168.92.180&lt;BR /&gt;BROADCAST=192.168.92.255&lt;BR /&gt;NETMASK=255.255.255.0&lt;BR /&gt;NETWORK=192.168.92.0&lt;BR /&gt;GATEWAY=192.168.92.1&lt;BR /&gt;ONBOOT=yes&lt;BR /&gt;TYPE=Ethernet&lt;BR /&gt;USERCTL=no&lt;BR /&gt;PEERDNS=yes&lt;BR /&gt;IPV6INIT=no&lt;BR /&gt;&lt;BR /&gt;# cat /etc/modprobe.conf&lt;BR /&gt;alias eth0 tg3&lt;BR /&gt;alias eth1 tg3&lt;BR /&gt;alias bond0 bonding&lt;BR /&gt;options bond0 miimon=100 mode=1&lt;BR /&gt;alias scsi_hostadapter cciss&lt;BR /&gt;alias usb-controller ohci-hcd&lt;BR /&gt;&lt;BR /&gt;-----------------    after system reboot:&lt;BR /&gt;# ifconfig&lt;BR /&gt;bond0     Link encap:Ethernet  HWaddr 00:0B:CD:F3:D6:C9&lt;BR /&gt;          inet addr:192.168.92.180  Bcast:192.168.92.255  Mask:255.255.255.0&lt;BR /&gt;          inet6 addr: fe80::20b:cdff:fef3:d6c9/64 Scope:Link&lt;BR /&gt;          UP BROADCAST RUNNING MASTER MULTICAST  MTU:1500  Metric:1&lt;BR /&gt;          RX packets:9142 errors:0 dropped:0 overruns:0 frame:0&lt;BR /&gt;          TX packets:1084 errors:0 dropped:0 overruns:0 carrier:0&lt;BR /&gt;          collisions:0 txqueuelen:0&lt;BR /&gt;          RX bytes:1012759 (989.0 KiB)  TX bytes:227266 (221.9 KiB)&lt;BR /&gt;&lt;BR /&gt;eth1      Link encap:Ethernet  HWaddr 00:0B:CD:F3:D6:C9&lt;BR /&gt;          inet addr:192.168.92.180  Bcast:192.168.92.255  Mask:255.255.255.0&lt;BR /&gt;          inet6 addr: fe80::20b:cdff:fef3:d6c9/64 Scope:Link&lt;BR /&gt;          UP BROADCAST RUNNING SLAVE MULTICAST  MTU:1500  Metric:1&lt;BR /&gt;          RX packets:9142 errors:0 dropped:0 overruns:0 frame:0&lt;BR /&gt;          TX packets:1084 errors:0 dropped:0 overruns:0 carrier:0&lt;BR /&gt;          collisions:0 txqueuelen:1000&lt;BR /&gt;          RX bytes:1012759 (989.0 KiB)  TX bytes:227266 (221.9 KiB)&lt;BR /&gt;          Interrupt:201&lt;BR /&gt;&lt;BR /&gt;lo        Link encap:Local Loopback&lt;BR /&gt;          inet addr:127.0.0.1  Mask:255.0.0.0&lt;BR /&gt;          inet6 addr: ::1/128 Scope:Host&lt;BR /&gt;          UP LOOPBACK RUNNING  MTU:16436  Metric:1&lt;BR /&gt;          RX packets:186 errors:0 dropped:0 overruns:0 frame:0&lt;BR /&gt;          TX packets:186 errors:0 dropped:0 overruns:0 carrier:0&lt;BR /&gt;          collisions:0 txqueuelen:0&lt;BR /&gt;          RX bytes:22098 (21.5 KiB)  TX bytes:22098 (21.5 KiB)&lt;BR /&gt;&lt;BR /&gt;# ethtool eth1&lt;BR /&gt;Settings for eth1:&lt;BR /&gt;        Supported ports: [ MII ]&lt;BR /&gt;        Supported link modes:   10baseT/Half 10baseT/Full&lt;BR /&gt;                                100baseT/Half 100baseT/Full&lt;BR /&gt;                                1000baseT/Half 1000baseT/Full&lt;BR /&gt;        Supports auto-negotiation: Yes&lt;BR /&gt;        Advertised link modes:  Not reported&lt;BR /&gt;        Advertised auto-negotiation: No&lt;BR /&gt;        Speed: 100Mb/s&lt;BR /&gt;        Duplex: Full&lt;BR /&gt;        Port: Twisted Pair&lt;BR /&gt;        PHYAD: 1&lt;BR /&gt;        Transceiver: internal&lt;BR /&gt;        Auto-negotiation: off&lt;BR /&gt;        Supports Wake-on: g&lt;BR /&gt;        Wake-on: d&lt;BR /&gt;        Current message level: 0x000000ff (255)&lt;BR /&gt;        Link detected: yes&lt;BR /&gt;&lt;BR /&gt;# ethtool eth0&lt;BR /&gt;Settings for eth0:&lt;BR /&gt;Cannot get device settings: Resource temporarily unavailable&lt;BR /&gt;        Supports Wake-on: g&lt;BR /&gt;        Wake-on: d&lt;BR /&gt;        Current message level: 0x000000ff (255)&lt;BR /&gt;        Link detected: no&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;-----------------------   after "service network restart":&lt;BR /&gt;# ifconfig&lt;BR /&gt;bond0     Link encap:Ethernet  HWaddr 00:0B:CD:F3:D6:C9&lt;BR /&gt;          inet addr:192.168.92.180  Bcast:192.168.92.255  Mask:255.255.255.0&lt;BR /&gt;          inet6 addr: fe80::200:ff:fe00:0/64 Scope:Link&lt;BR /&gt;          UP BROADCAST RUNNING MASTER MULTICAST  MTU:1500  Metric:1&lt;BR /&gt;          RX packets:340 errors:0 dropped:0 overruns:0 frame:0&lt;BR /&gt;          TX packets:198 errors:0 dropped:0 overruns:0 carrier:0&lt;BR /&gt;          collisions:0 txqueuelen:0&lt;BR /&gt;          RX bytes:33450 (32.6 KiB)  TX bytes:30100 (29.3 KiB)&lt;BR /&gt;&lt;BR /&gt;eth0      Link encap:Ethernet  HWaddr 00:0B:CD:F3:D6:C9&lt;BR /&gt;          inet addr:192.168.92.180  Bcast:192.168.92.255  Mask:255.255.255.0&lt;BR /&gt;          inet6 addr: fe80::20b:cdff:fef3:d6c9/64 Scope:Link&lt;BR /&gt;          UP BROADCAST RUNNING SLAVE MULTICAST  MTU:1500  Metric:1&lt;BR /&gt;          RX packets:268 errors:0 dropped:0 overruns:0 frame:0&lt;BR /&gt;          TX packets:193 errors:0 dropped:0 overruns:0 carrier:0&lt;BR /&gt;          collisions:0 txqueuelen:1000&lt;BR /&gt;          RX bytes:25533 (24.9 KiB)  TX bytes:29702 (29.0 KiB)&lt;BR /&gt;          Interrupt:193&lt;BR /&gt;&lt;BR /&gt;eth1      Link encap:Ethernet  HWaddr 00:0B:CD:F3:D6:C9&lt;BR /&gt;          inet addr:192.168.92.180  Bcast:192.168.92.255  Mask:255.255.255.0&lt;BR /&gt;          inet6 addr: fe80::20b:cdff:fef3:d6c9/64 Scope:Link&lt;BR /&gt;          UP BROADCAST RUNNING NOARP SLAVE MULTICAST  MTU:1500  Metric:1&lt;BR /&gt;          RX packets:72 errors:0 dropped:0 overruns:0 frame:0&lt;BR /&gt;          TX packets:5 errors:0 dropped:0 overruns:0 carrier:0&lt;BR /&gt;          collisions:0 txqueuelen:1000&lt;BR /&gt;          RX bytes:7917 (7.7 KiB)  TX bytes:398 (398.0 b)&lt;BR /&gt;          Interrupt:201&lt;BR /&gt;&lt;BR /&gt;# ethtool eth0&lt;BR /&gt;Settings for eth0:&lt;BR /&gt;        Supported ports: [ MII ]&lt;BR /&gt;        Supported link modes:   10baseT/Half 10baseT/Full&lt;BR /&gt;                                100baseT/Half 100baseT/Full&lt;BR /&gt;                                1000baseT/Half 1000baseT/Full&lt;BR /&gt;        Supports auto-negotiation: Yes&lt;BR /&gt;        Advertised link modes:  Not reported&lt;BR /&gt;        Advertised auto-negotiation: No&lt;BR /&gt;        Speed: 100Mb/s&lt;BR /&gt;        Duplex: Full&lt;BR /&gt;        Port: Twisted Pair&lt;BR /&gt;        PHYAD: 1&lt;BR /&gt;        Transceiver: internal&lt;BR /&gt;        Auto-negotiation: off&lt;BR /&gt;        Supports Wake-on: g&lt;BR /&gt;        Wake-on: d&lt;BR /&gt;        Current message level: 0x000000ff (255)&lt;BR /&gt;        Link detected: yes&lt;BR /&gt;# ethtool eth1&lt;BR /&gt;Settings for eth1:&lt;BR /&gt;        Supported ports: [ MII ]&lt;BR /&gt;        Supported link modes:   10baseT/Half 10baseT/Full&lt;BR /&gt;                                100baseT/Half 100baseT/Full&lt;BR /&gt;                                1000baseT/Half 1000baseT/Full&lt;BR /&gt;        Supports auto-negotiation: Yes&lt;BR /&gt;        Advertised link modes:  Not reported&lt;BR /&gt;        Advertised auto-negotiation: No&lt;BR /&gt;        Speed: 100Mb/s&lt;BR /&gt;        Duplex: Full&lt;BR /&gt;        Port: Twisted Pair&lt;BR /&gt;        PHYAD: 1&lt;BR /&gt;        Transceiver: internal&lt;BR /&gt;        Auto-negotiation: off&lt;BR /&gt;        Supports Wake-on: g&lt;BR /&gt;        Wake-on: d&lt;BR /&gt;        Current message level: 0x000000ff (255)&lt;BR /&gt;        Link detected: yes&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 11 May 2011 10:10:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/problem-with-nic-bonding-in-redhat/m-p/4786575#M81314</guid>
      <dc:creator>Cesar Remondino_1</dc:creator>
      <dc:date>2011-05-11T10:10:42Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with NIC bonding in RedHat</title>
      <link>https://community.hpe.com/t5/operating-system-linux/problem-with-nic-bonding-in-redhat/m-p/4786576#M81315</link>
      <description>Which version of RedHat are you running? Is it up to date?&lt;BR /&gt;&lt;BR /&gt;After a reboot, you seem to have your NICs assigned this way:&lt;BR /&gt;eth0 = 00:0B:CD:F3:D6:C8&lt;BR /&gt;eth1 = 00:0B:CD:F3:D6:C9&lt;BR /&gt;&lt;BR /&gt;But the HWADDR lines in your network configuration suggest the opposite order:&lt;BR /&gt;eth0 = 00:0b:cd:f3:d6:c9&lt;BR /&gt;eth1 = 00:0b:cd:f3:d6:c8&lt;BR /&gt;&lt;BR /&gt;When starting the network interfaces, uses the HWADDR lines to verify it's configuring the right NICs. If the MAC addresses of the NICs and HWADDR lines in respective configuration lines don't match, the system will *rename the NICs* to make them match. Apparently in your case, something goes wrong in this renaming procedure. I think I vaguely remember seeing some bug reports about this in some versions of RHEL.&lt;BR /&gt;&lt;BR /&gt;You might be able to confirm this by running "ifconfig -a" after system reboot, but before running "service network restart" manually: if I'm correct, you'll see the NIC with the ...d6:c8 MAC address in unconfigured state, with a strange name that looks very different from regular NIC names. (That's a temporary name used when swapping ethX names between two or more NICs.)&lt;BR /&gt;&lt;BR /&gt;You might want to work around the problem by removing the need to rename the NICs: i.e. switch the MAC addresses in the HWADDR lines of ifcfg-eth0 and ifcfg-eth1 files so that they match the "natural" after-reboot state.&lt;BR /&gt;&lt;BR /&gt;MK</description>
      <pubDate>Wed, 11 May 2011 13:26:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/problem-with-nic-bonding-in-redhat/m-p/4786576#M81315</guid>
      <dc:creator>Matti_Kurkela</dc:creator>
      <dc:date>2011-05-11T13:26:00Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with NIC bonding in RedHat</title>
      <link>https://community.hpe.com/t5/operating-system-linux/problem-with-nic-bonding-in-redhat/m-p/4786577#M81316</link>
      <description>Bizarre.. I suggest you open a case with RHEL suppt? Your config looks good.</description>
      <pubDate>Wed, 11 May 2011 13:32:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/problem-with-nic-bonding-in-redhat/m-p/4786577#M81316</guid>
      <dc:creator>Alzhy</dc:creator>
      <dc:date>2011-05-11T13:32:50Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with NIC bonding in RedHat</title>
      <link>https://community.hpe.com/t5/operating-system-linux/problem-with-nic-bonding-in-redhat/m-p/4786578#M81317</link>
      <description>Redhat version is:&lt;BR /&gt;# cat /etc/redhat-release&lt;BR /&gt;Red Hat Enterprise Linux ES release 4 (Nahant)&lt;BR /&gt;&lt;BR /&gt;I've tried to switch HWADDR info between ifcfg-eth0 and ifcfg-eth1, reboot the system, and I have the same behaviour.&lt;BR /&gt;&lt;BR /&gt;Here's the output of an ifconfig -a after rebooting&lt;BR /&gt;&lt;BR /&gt;# ifconfig -a&lt;BR /&gt;bond0     Link encap:Ethernet  HWaddr 00:0B:CD:F3:D6:C8&lt;BR /&gt;          inet addr:192.168.92.180  Bcast:192.168.92.255  Mask:255.255.255.0&lt;BR /&gt;          inet6 addr: fe80::20b:cdff:fef3:d6c8/64 Scope:Link&lt;BR /&gt;          UP BROADCAST RUNNING MASTER MULTICAST  MTU:1500  Metric:1&lt;BR /&gt;          RX packets:846 errors:0 dropped:0 overruns:0 frame:0&lt;BR /&gt;          TX packets:333 errors:0 dropped:0 overruns:0 carrier:0&lt;BR /&gt;          collisions:0 txqueuelen:0&lt;BR /&gt;          RX bytes:92480 (90.3 KiB)  TX bytes:46408 (45.3 KiB)&lt;BR /&gt;&lt;BR /&gt;eth0      Link encap:Ethernet  HWaddr 00:0B:CD:F3:D6:C8&lt;BR /&gt;          inet addr:192.168.92.180  Bcast:192.168.92.255  Mask:255.255.255.0&lt;BR /&gt;          BROADCAST NOARP SLAVE MULTICAST  MTU:1500  Metric:1&lt;BR /&gt;          RX packets:0 errors:0 dropped:0 overruns:0 frame:0&lt;BR /&gt;          TX packets:0 errors:0 dropped:0 overruns:0 carrier:0&lt;BR /&gt;          collisions:0 txqueuelen:1000&lt;BR /&gt;          RX bytes:0 (0.0 b)  TX bytes:0 (0.0 b)&lt;BR /&gt;          Interrupt:201&lt;BR /&gt;&lt;BR /&gt;eth1      Link encap:Ethernet  HWaddr 00:0B:CD:F3:D6:C8&lt;BR /&gt;          inet addr:192.168.92.180  Bcast:192.168.92.255  Mask:255.255.255.0&lt;BR /&gt;          inet6 addr: fe80::20b:cdff:fef3:d6c8/64 Scope:Link&lt;BR /&gt;          UP BROADCAST RUNNING SLAVE MULTICAST  MTU:1500  Metric:1&lt;BR /&gt;          RX packets:846 errors:0 dropped:0 overruns:0 frame:0&lt;BR /&gt;          TX packets:333 errors:0 dropped:0 overruns:0 carrier:0&lt;BR /&gt;          collisions:0 txqueuelen:1000&lt;BR /&gt;          RX bytes:92480 (90.3 KiB)  TX bytes:46408 (45.3 KiB)&lt;BR /&gt;          Interrupt:193&lt;BR /&gt;&lt;BR /&gt;lo        Link encap:Local Loopback&lt;BR /&gt;          inet addr:127.0.0.1  Mask:255.0.0.0&lt;BR /&gt;          inet6 addr: ::1/128 Scope:Host&lt;BR /&gt;          UP LOOPBACK RUNNING  MTU:16436  Metric:1&lt;BR /&gt;          RX packets:12 errors:0 dropped:0 overruns:0 frame:0&lt;BR /&gt;          TX packets:12 errors:0 dropped:0 overruns:0 carrier:0&lt;BR /&gt;          collisions:0 txqueuelen:0&lt;BR /&gt;          RX bytes:1402 (1.3 KiB)  TX bytes:1402 (1.3 KiB)&lt;BR /&gt;&lt;BR /&gt;sit0      Link encap:IPv6-in-IPv4&lt;BR /&gt;          NOARP  MTU:1480  Metric:1&lt;BR /&gt;          RX packets:0 errors:0 dropped:0 overruns:0 frame:0&lt;BR /&gt;          TX packets:0 errors:0 dropped:0 overruns:0 carrier:0&lt;BR /&gt;          collisions:0 txqueuelen:0&lt;BR /&gt;          RX bytes:0 (0.0 b)  TX bytes:0 (0.0 b)&lt;BR /&gt;</description>
      <pubDate>Wed, 11 May 2011 15:14:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/problem-with-nic-bonding-in-redhat/m-p/4786578#M81317</guid>
      <dc:creator>Cesar Remondino_1</dc:creator>
      <dc:date>2011-05-11T15:14:54Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with NIC bonding in RedHat</title>
      <link>https://community.hpe.com/t5/operating-system-linux/problem-with-nic-bonding-in-redhat/m-p/4786579#M81318</link>
      <description>Can you post:&lt;BR /&gt;&lt;BR /&gt;cat  /proc/net/bonding/bond0&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;pre and post network restart?&lt;BR /&gt;</description>
      <pubDate>Wed, 11 May 2011 15:17:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/problem-with-nic-bonding-in-redhat/m-p/4786579#M81318</guid>
      <dc:creator>Alzhy</dc:creator>
      <dc:date>2011-05-11T15:17:45Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with NIC bonding in RedHat</title>
      <link>https://community.hpe.com/t5/operating-system-linux/problem-with-nic-bonding-in-redhat/m-p/4786580#M81319</link>
      <description>----------- PRE&lt;BR /&gt;&lt;BR /&gt;# cat /proc/net/bonding/bond0&lt;BR /&gt;Ethernet Channel Bonding Driver: v2.6.0 (January 14, 2004)&lt;BR /&gt;&lt;BR /&gt;Bonding Mode: fault-tolerance (active-backup)&lt;BR /&gt;Primary Slave: None&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: eth0&lt;BR /&gt;MII Status: down&lt;BR /&gt;Link Failure Count: 1&lt;BR /&gt;Permanent HW addr: 00:0b:cd:f3:d6:c8&lt;BR /&gt;&lt;BR /&gt;Slave Interface: eth1&lt;BR /&gt;MII Status: up&lt;BR /&gt;Link Failure Count: 0&lt;BR /&gt;Permanent HW addr: 00:0b:cd:f3:d6:c9&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;----------- POST&lt;BR /&gt;&lt;BR /&gt;# cat /proc/net/bonding/bond0&lt;BR /&gt;Ethernet Channel Bonding Driver: v2.6.0 (January 14, 2004)&lt;BR /&gt;&lt;BR /&gt;Bonding Mode: fault-tolerance (active-backup)&lt;BR /&gt;Primary Slave: None&lt;BR /&gt;Currently Active Slave: eth0&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: eth0&lt;BR /&gt;MII Status: up&lt;BR /&gt;Link Failure Count: 1&lt;BR /&gt;Permanent HW addr: 00:0b:cd:f3:d6:c8&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:0b:cd:f3:d6:c9&lt;BR /&gt;</description>
      <pubDate>Wed, 11 May 2011 15:22:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/problem-with-nic-bonding-in-redhat/m-p/4786580#M81319</guid>
      <dc:creator>Cesar Remondino_1</dc:creator>
      <dc:date>2011-05-11T15:22:32Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with NIC bonding in RedHat</title>
      <link>https://community.hpe.com/t5/operating-system-linux/problem-with-nic-bonding-in-redhat/m-p/4786581#M81320</link>
      <description>Try moving your binding options from modeprobe.conf to your ifcfg-bond0:&lt;BR /&gt;&lt;BR /&gt;BONDING_OPTS="mode=active-backup miimon=100 primary=eth0"&lt;BR /&gt;&lt;BR /&gt;and specify your primary and see if it makes any difference.&lt;BR /&gt;&lt;BR /&gt;Or you can use your existing and just add a primary=eth0 in your modprobe.conf bond options.&lt;BR /&gt;</description>
      <pubDate>Wed, 11 May 2011 15:28:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/problem-with-nic-bonding-in-redhat/m-p/4786581#M81320</guid>
      <dc:creator>Alzhy</dc:creator>
      <dc:date>2011-05-11T15:28:55Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with NIC bonding in RedHat</title>
      <link>https://community.hpe.com/t5/operating-system-linux/problem-with-nic-bonding-in-redhat/m-p/4786582#M81321</link>
      <description>same behaviour, eth0 always cames up as DOWN&lt;BR /&gt;&lt;BR /&gt;# ethtool eth0&lt;BR /&gt;Settings for eth0:&lt;BR /&gt;Cannot get device settings: Resource temporarily unavailable&lt;BR /&gt;        Supports Wake-on: g&lt;BR /&gt;        Wake-on: d&lt;BR /&gt;        Current message level: 0x000000ff (255)&lt;BR /&gt;        Link detected: no&lt;BR /&gt;# ifconfig -a eth0&lt;BR /&gt;eth0      Link encap:Ethernet  HWaddr 00:0B:CD:F3:D6:C8&lt;BR /&gt;          inet addr:192.168.92.180  Bcast:192.168.92.255  Mask:255.255.255.0&lt;BR /&gt;          BROADCAST NOARP SLAVE MULTICAST  MTU:1500  Metric:1&lt;BR /&gt;          RX packets:0 errors:0 dropped:0 overruns:0 frame:0&lt;BR /&gt;          TX packets:0 errors:0 dropped:0 overruns:0 carrier:0&lt;BR /&gt;          collisions:0 txqueuelen:1000&lt;BR /&gt;          RX bytes:0 (0.0 b)  TX bytes:0 (0.0 b)&lt;BR /&gt;          Interrupt:201&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 11 May 2011 15:46:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/problem-with-nic-bonding-in-redhat/m-p/4786582#M81321</guid>
      <dc:creator>Cesar Remondino_1</dc:creator>
      <dc:date>2011-05-11T15:46:37Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with NIC bonding in RedHat</title>
      <link>https://community.hpe.com/t5/operating-system-linux/problem-with-nic-bonding-in-redhat/m-p/4786583#M81322</link>
      <description>Hows about removing HWADDRESS from your ifcfg config files?</description>
      <pubDate>Thu, 12 May 2011 12:21:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/problem-with-nic-bonding-in-redhat/m-p/4786583#M81322</guid>
      <dc:creator>Alzhy</dc:creator>
      <dc:date>2011-05-12T12:21:41Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with NIC bonding in RedHat</title>
      <link>https://community.hpe.com/t5/operating-system-linux/problem-with-nic-bonding-in-redhat/m-p/4786584#M81323</link>
      <description>I've already tried that with the same results.</description>
      <pubDate>Mon, 16 May 2011 09:45:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/problem-with-nic-bonding-in-redhat/m-p/4786584#M81323</guid>
      <dc:creator>Cesar Remondino_1</dc:creator>
      <dc:date>2011-05-16T09:45:35Z</dc:date>
    </item>
  </channel>
</rss>

