<?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 Standby IP address in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/standby-ip-address/m-p/3582604#M58390</link>
    <description>How can I do the redundant PCI ethernet without Serviceguard for Linux?&lt;BR /&gt;There is a software free?&lt;BR /&gt;I have two ethernet and I want configure the first primary and  the second standby but I don't have Servicegaurd.&lt;BR /&gt;How can I do?</description>
    <pubDate>Thu, 14 Jul 2005 06:30:55 GMT</pubDate>
    <dc:creator>fiorenzo monteleone</dc:creator>
    <dc:date>2005-07-14T06:30:55Z</dc:date>
    <item>
      <title>Standby IP address</title>
      <link>https://community.hpe.com/t5/operating-system-linux/standby-ip-address/m-p/3582604#M58390</link>
      <description>How can I do the redundant PCI ethernet without Serviceguard for Linux?&lt;BR /&gt;There is a software free?&lt;BR /&gt;I have two ethernet and I want configure the first primary and  the second standby but I don't have Servicegaurd.&lt;BR /&gt;How can I do?</description>
      <pubDate>Thu, 14 Jul 2005 06:30:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/standby-ip-address/m-p/3582604#M58390</guid>
      <dc:creator>fiorenzo monteleone</dc:creator>
      <dc:date>2005-07-14T06:30:55Z</dc:date>
    </item>
    <item>
      <title>Re: Standby IP address</title>
      <link>https://community.hpe.com/t5/operating-system-linux/standby-ip-address/m-p/3582605#M58391</link>
      <description>If you've got two like network cards in the one machine, and want them to fail-over upon failure, then try using the bonding driver's to make it appear as one virtual network card.&lt;BR /&gt;&lt;BR /&gt;This has two major advantages:&lt;BR /&gt;&lt;BR /&gt;1) It will use both network cards for traffic, so you get better throughput.&lt;BR /&gt;&lt;BR /&gt;2) If one of them fails, it will continue using the working card until the fault can be resolved.</description>
      <pubDate>Thu, 14 Jul 2005 06:34:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/standby-ip-address/m-p/3582605#M58391</guid>
      <dc:creator>Stuart Browne</dc:creator>
      <dc:date>2005-07-14T06:34:01Z</dc:date>
    </item>
    <item>
      <title>Re: Standby IP address</title>
      <link>https://community.hpe.com/t5/operating-system-linux/standby-ip-address/m-p/3582606#M58392</link>
      <description>Link aggregation using bonding is the way to go&lt;BR /&gt;Two linux machines connected via crossover cables can take advantage of link aggregation. A single machine connected with two physical cables to a switch which supports port trunking can use link aggregation to the switch. Any conventional switch will become ineffably confused by a hardware address appearing on multiple ports simultaneously. &lt;BR /&gt;&lt;BR /&gt;Below is an example:&lt;BR /&gt;[root@server root]# modprobe  bonding&lt;BR /&gt;[root@server root]# ip addr add 192.168.100.33/24 brd + dev bond0&lt;BR /&gt;[root@server root]# ip link set dev bond0 up&lt;BR /&gt;[root@server root]# ifenslave  bond0 eth2 eth3&lt;BR /&gt;master has no hw address assigned; getting one from slave!&lt;BR /&gt;The interface eth2 is up, shutting it down it to enslave it.&lt;BR /&gt;The interface eth3 is up, shutting it down it to enslave it.&lt;BR /&gt;[root@server root]# ifenslave  bond0 eth2 eth3&lt;BR /&gt;[root@server root]# cat /proc/net/bond0/info&lt;BR /&gt;Bonding Mode: load balancing (round-robin)&lt;BR /&gt;MII Status: up&lt;BR /&gt;MII Polling Interval (ms): 0&lt;BR /&gt;Up Delay (ms): 0&lt;BR /&gt;Down Delay (ms): 0&lt;BR /&gt;&lt;BR /&gt;Slave Interface: eth2&lt;BR /&gt;MII Status: up&lt;BR /&gt;Link Failure Count: 0&lt;BR /&gt;&lt;BR /&gt;Slave Interface: eth3&lt;BR /&gt;MII Status: up&lt;BR /&gt;Link Failure Count: 0&lt;BR /&gt; &lt;BR /&gt;&lt;BR /&gt;thanks&lt;BR /&gt;DP</description>
      <pubDate>Thu, 14 Jul 2005 20:02:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/standby-ip-address/m-p/3582606#M58392</guid>
      <dc:creator>Devesh Pant_1</dc:creator>
      <dc:date>2005-07-14T20:02:13Z</dc:date>
    </item>
  </channel>
</rss>

