<?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: Channel Bonding and Hareware address in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/channel-bonding-and-hareware-address/m-p/4663823#M41641</link>
    <description>Shalom Randy,&lt;BR /&gt;&lt;BR /&gt;The system picks up the hardware address from the hardware itself. It does not rely on the configuration files.&lt;BR /&gt;&lt;BR /&gt;When you bond, the first NIC card recognized is usually adopted to be the bond hardware device.&lt;BR /&gt;&lt;BR /&gt;This answer applies to Centos/Red Hat type distributions.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
    <pubDate>Tue, 20 Jul 2010 20:33:26 GMT</pubDate>
    <dc:creator>Steven E. Protter</dc:creator>
    <dc:date>2010-07-20T20:33:26Z</dc:date>
    <item>
      <title>Channel Bonding and Hareware address</title>
      <link>https://community.hpe.com/t5/operating-system-linux/channel-bonding-and-hareware-address/m-p/4663822#M41640</link>
      <description>HI,&lt;BR /&gt;&lt;BR /&gt;I am rebuilding the second node of a a two node ServiceGurard cluster which is a BL480C attached to an EVA4100.  In the SG deployment guide, it has instructions on setting up channel bonding and instructs to create new /etc/sysconfig/network-scripts/ifcfg-ethN files by deleting all but DEVICE and HWADDR entries and adding several other entries. Which makes sense not to delete hwaddr.&lt;BR /&gt;&lt;BR /&gt;On our first node however, when looking at its /etc/sysconfig/network-scripts/ifcfg-ethN files, it has NO HWADDR entry.  How does the system know the HWADDR when its not in the config. files?  I'm afraid of removing the hwaddr from the second node and not being able to communicate with it.&lt;BR /&gt;&lt;BR /&gt;Here is a portion of the first nodes ifconfig info:&lt;BR /&gt;eth0      Link encap:Ethernet  HWaddr 00:17:A4:77:24:04  &lt;BR /&gt;          inet6 addr: fe80::217:a4ff:fe77:2404/64 Scope:Link&lt;BR /&gt;          UP BROADCAST RUNNING SLAVE MULTICAST  MTU:1500  Metric:1&lt;BR /&gt;          RX packets:2470458953 errors:0 dropped:0 overruns:0 frame:0&lt;BR /&gt;          TX packets:5957147847 errors:0 dropped:0 overruns:0 carrier:0&lt;BR /&gt;          collisions:0 txqueuelen:1000 &lt;BR /&gt;          RX bytes:267369864910 (249.0 GiB)  TX bytes:7935428466539 (7.2 TiB)&lt;BR /&gt;          Interrupt:169 Memory:f8000000-f8012100 &lt;BR /&gt;&lt;BR /&gt;eth1      Link encap:Ethernet  HWaddr 00:17:A4:77:24:04  &lt;BR /&gt;          inet6 addr: fe80::217:a4ff:fe77:2404/64 Scope:Link&lt;BR /&gt;          UP BROADCAST RUNNING SLAVE MULTICAST  MTU:1500  Metric:1&lt;BR /&gt;          RX packets:45504818 errors:0 dropped:0 overruns:0 frame:0&lt;BR /&gt;          TX packets:196 errors:0 dropped:0 overruns:0 carrier:0&lt;BR /&gt;          collisions:0 txqueuelen:1000 &lt;BR /&gt;          RX bytes:3822984201 (3.5 GiB)  TX bytes:15617 (15.2 KiB)&lt;BR /&gt;          Interrupt:177 Memory:fa000000-fa012100&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Randy</description>
      <pubDate>Tue, 20 Jul 2010 20:12:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/channel-bonding-and-hareware-address/m-p/4663822#M41640</guid>
      <dc:creator>Randy Hagedorn</dc:creator>
      <dc:date>2010-07-20T20:12:23Z</dc:date>
    </item>
    <item>
      <title>Re: Channel Bonding and Hareware address</title>
      <link>https://community.hpe.com/t5/operating-system-linux/channel-bonding-and-hareware-address/m-p/4663823#M41641</link>
      <description>Shalom Randy,&lt;BR /&gt;&lt;BR /&gt;The system picks up the hardware address from the hardware itself. It does not rely on the configuration files.&lt;BR /&gt;&lt;BR /&gt;When you bond, the first NIC card recognized is usually adopted to be the bond hardware device.&lt;BR /&gt;&lt;BR /&gt;This answer applies to Centos/Red Hat type distributions.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Tue, 20 Jul 2010 20:33:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/channel-bonding-and-hareware-address/m-p/4663823#M41641</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2010-07-20T20:33:26Z</dc:date>
    </item>
    <item>
      <title>Re: Channel Bonding and Hareware address</title>
      <link>https://community.hpe.com/t5/operating-system-linux/channel-bonding-and-hareware-address/m-p/4663824#M41642</link>
      <description>Here are my tips to configure active/backup bond that needs no additional switch configurations.&lt;BR /&gt;&lt;BR /&gt;/etc/modprobe.conf&lt;BR /&gt;alias bond0 bonding&lt;BR /&gt;&lt;BR /&gt;/etc/sysconfig/network-scripts/ifcfg-bond0&lt;BR /&gt;DEVICE=bond0&lt;BR /&gt;IPADDR=xxx.xxx.xxx.xxx&lt;BR /&gt;NETMASK=255.255.255.xxx&lt;BR /&gt;BROADCAST=xxx.xx.xx.0&lt;BR /&gt;ONBOOT=YES&lt;BR /&gt;BOOTPROTO=none&lt;BR /&gt;USERCTL=no&lt;BR /&gt;TYPE=Bonding&lt;BR /&gt;BONDING_OPTS="mode=1 miimon=100"&lt;BR /&gt;&lt;BR /&gt;/etc/sysconfig/network-scripts/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;BOOTPROTO=none&lt;BR /&gt;SLAVE=yes&lt;BR /&gt;&lt;BR /&gt;/etc/sysconfig/network-scripts/ifcfg-eth0&lt;BR /&gt;DEVICE=eth1&lt;BR /&gt;USERCTL=no&lt;BR /&gt;ONBOOT=yes&lt;BR /&gt;MASTER=bond0&lt;BR /&gt;BOOTPROTO=none&lt;BR /&gt;SLAVE=yes&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;cat /proc/net/bonding/bond0&lt;BR /&gt;Ethernet Channel Bonding Driver: v3.4.0 (October 7, 2008)&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: 0&lt;BR /&gt;Permanent HW addr: 78:e7:d1:7b:d0:de&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: 78:e7:d1:7b:d0:e0&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;ifconfig &lt;BR /&gt;bond0     Link encap:Ethernet  HWaddr 78:E7:D1:7B:D0:DE&lt;BR /&gt;          inet addr:xxx.xxx.xxx.xxx  Bcast:xxx.xxx.xxx.255  Mask:255.255.255.0&lt;BR /&gt;          inet6 addr: fe80::7ae7:d1ff:fe7b:d0de/64 Scope:Link&lt;BR /&gt;          UP BROADCAST RUNNING MASTER MULTICAST  MTU:1500  Metric:1&lt;BR /&gt;          RX packets:3315908 errors:0 dropped:0 overruns:0 frame:0&lt;BR /&gt;          TX packets:8081828 errors:0 dropped:0 overruns:0 carrier:0&lt;BR /&gt;          collisions:0 txqueuelen:0&lt;BR /&gt;          RX bytes:281361701 (268.3 MiB)  TX bytes:10959873055 (10.2 GiB)&lt;BR /&gt;&lt;BR /&gt;eth0      Link encap:Ethernet  HWaddr 78:E7:D1:7B:D0:DE&lt;BR /&gt;          UP BROADCAST RUNNING SLAVE MULTICAST  MTU:1500  Metric:1&lt;BR /&gt;          RX packets:3169412 errors:0 dropped:0 overruns:0 frame:0&lt;BR /&gt;          TX packets:8081828 errors:0 dropped:0 overruns:0 carrier:0&lt;BR /&gt;          collisions:0 txqueuelen:1000&lt;BR /&gt;          RX bytes:271976240 (259.3 MiB)  TX bytes:10959873055 (10.2 GiB)&lt;BR /&gt;          Interrupt:177 Memory:f4000000-f4012800&lt;BR /&gt;&lt;BR /&gt;eth1      Link encap:Ethernet  HWaddr 78:E7:D1:7B:D0:DE&lt;BR /&gt;          UP BROADCAST RUNNING SLAVE MULTICAST  MTU:1500  Metric:1&lt;BR /&gt;          RX packets:146496 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:9385461 (8.9 MiB)  TX bytes:0 (0.0 b)&lt;BR /&gt;          Interrupt:162 Memory:f2000000-f2012800&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 26 Jul 2010 15:07:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/channel-bonding-and-hareware-address/m-p/4663824#M41642</guid>
      <dc:creator>Tim Nelson</dc:creator>
      <dc:date>2010-07-26T15:07:37Z</dc:date>
    </item>
  </channel>
</rss>

