<?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: networking issue in eth0 and eth1 , arp in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/networking-issue-in-eth0-and-eth1-arp/m-p/4474558#M82254</link>
    <description>There you go - that explains it.</description>
    <pubDate>Thu, 06 Aug 2009 09:34:02 GMT</pubDate>
    <dc:creator>Goran Koruga</dc:creator>
    <dc:date>2009-08-06T09:34:02Z</dc:date>
    <item>
      <title>networking issue in eth0 and eth1 , arp</title>
      <link>https://community.hpe.com/t5/operating-system-linux/networking-issue-in-eth0-and-eth1-arp/m-p/4474555#M82251</link>
      <description>hi friends ,&lt;BR /&gt;&lt;BR /&gt;     I have two network cards eth0 and eth1 in rhel5 .&lt;BR /&gt;&lt;BR /&gt;eth0 - 192.168.168.23   - macaddress1 &lt;BR /&gt;eth1 - 192.168.168.26   - macaddress2&lt;BR /&gt;&lt;BR /&gt;Iam able to ping both ip address from windows xp machine&lt;BR /&gt;&lt;BR /&gt;if iam typing arp -a command ,iam getting same mac address for both  192.168.168.23 and 192.168.168.26&lt;BR /&gt;&lt;BR /&gt;arp -a in win xp gives &lt;BR /&gt;&lt;BR /&gt;192.168.168.23   macaddress1&lt;BR /&gt;192.168.168.26   macaddress1&lt;BR /&gt;&lt;BR /&gt;iam getting the mac address of eth0 for both the ip .&lt;BR /&gt;&lt;BR /&gt;How to trouble shoot ????&lt;BR /&gt;&lt;BR /&gt;thanks and regards,&lt;BR /&gt;M.Gunasekaran.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 06 Aug 2009 09:12:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/networking-issue-in-eth0-and-eth1-arp/m-p/4474555#M82251</guid>
      <dc:creator>guna81_m</dc:creator>
      <dc:date>2009-08-06T09:12:39Z</dc:date>
    </item>
    <item>
      <title>Re: networking issue in eth0 and eth1 , arp</title>
      <link>https://community.hpe.com/t5/operating-system-linux/networking-issue-in-eth0-and-eth1-arp/m-p/4474556#M82252</link>
      <description>Hello.&lt;BR /&gt;&lt;BR /&gt;Are they in the same subnet?&lt;BR /&gt;&lt;BR /&gt;Goran</description>
      <pubDate>Thu, 06 Aug 2009 09:16:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/networking-issue-in-eth0-and-eth1-arp/m-p/4474556#M82252</guid>
      <dc:creator>Goran Koruga</dc:creator>
      <dc:date>2009-08-06T09:16:25Z</dc:date>
    </item>
    <item>
      <title>Re: networking issue in eth0 and eth1 , arp</title>
      <link>https://community.hpe.com/t5/operating-system-linux/networking-issue-in-eth0-and-eth1-arp/m-p/4474557#M82253</link>
      <description>yes they are in the same subnet</description>
      <pubDate>Thu, 06 Aug 2009 09:20:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/networking-issue-in-eth0-and-eth1-arp/m-p/4474557#M82253</guid>
      <dc:creator>guna81_m</dc:creator>
      <dc:date>2009-08-06T09:20:32Z</dc:date>
    </item>
    <item>
      <title>Re: networking issue in eth0 and eth1 , arp</title>
      <link>https://community.hpe.com/t5/operating-system-linux/networking-issue-in-eth0-and-eth1-arp/m-p/4474558#M82254</link>
      <description>There you go - that explains it.</description>
      <pubDate>Thu, 06 Aug 2009 09:34:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/networking-issue-in-eth0-and-eth1-arp/m-p/4474558#M82254</guid>
      <dc:creator>Goran Koruga</dc:creator>
      <dc:date>2009-08-06T09:34:02Z</dc:date>
    </item>
    <item>
      <title>Re: networking issue in eth0 and eth1 , arp</title>
      <link>https://community.hpe.com/t5/operating-system-linux/networking-issue-in-eth0-and-eth1-arp/m-p/4474559#M82255</link>
      <description>Too bad you did not specify the name and version of your Linux distribution.&lt;BR /&gt;&lt;BR /&gt;Connecting one machine with two separate NICs and IP addresses to one subnet is not a recommended configuration and will usually lead to exactly the same symptoms you saw.&lt;BR /&gt;&lt;BR /&gt;If you only need two IP addresses, configure one of the addresses as an IP alias:&lt;BR /&gt;&lt;BR /&gt;192.168.168.23 = eth0 just as before,&lt;BR /&gt;192.168.168.26 = eth0:1 IP alias.&lt;BR /&gt;&lt;BR /&gt;Please read the documentation of your Linux distribution to find the recommended way to configure IP aliases.&lt;BR /&gt;&lt;BR /&gt;If you need more network bandwidth than one NIC can provide, you should bond the interfaces together into a single bond0 interface. When the bond0 interface is configured, you can then use IP aliases just like with a single NIC.&lt;BR /&gt;&lt;BR /&gt;See this URL for general information about NIC bonding:&lt;BR /&gt;&lt;A href="http://www.mjmwired.net/kernel/Documentation/networking/bonding.txt" target="_blank"&gt;http://www.mjmwired.net/kernel/Documentation/networking/bonding.txt&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Please read the documentation of your Linux distribution to find how to configure NIC bonding.&lt;BR /&gt;&lt;BR /&gt;MK</description>
      <pubDate>Thu, 06 Aug 2009 09:35:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/networking-issue-in-eth0-and-eth1-arp/m-p/4474559#M82255</guid>
      <dc:creator>Matti_Kurkela</dc:creator>
      <dc:date>2009-08-06T09:35:30Z</dc:date>
    </item>
    <item>
      <title>Re: networking issue in eth0 and eth1 , arp</title>
      <link>https://community.hpe.com/t5/operating-system-linux/networking-issue-in-eth0-and-eth1-arp/m-p/4474560#M82256</link>
      <description>The Linux networking stack takes a very hard interpretation of the so called weak end system model.  It interprets IP addresses as being assigned to the *system* and not just to an interface.  As such, any interface will be perfectly willing to respond to any ARP request it sees for any IP address assigned to the system.  Regardless of IP subnet.&lt;BR /&gt;&lt;BR /&gt;One way to deal with this is to use sysctl to set the "arp_ignore" parameters to a value of 1.  You can put the setting for the "def" one you see in:&lt;BR /&gt;&lt;BR /&gt;sysctl -a | grep ignore&lt;BR /&gt;&lt;BR /&gt;into /etc/sysctl.conf and it will be applied on subsequent reboots.&lt;BR /&gt;&lt;BR /&gt;Now, backing up from your specific question, why are you configuring multiple interfaces (from the point of view of the transport) into the same IP subnet?  What end do you wish to achieve?</description>
      <pubDate>Fri, 07 Aug 2009 15:43:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/networking-issue-in-eth0-and-eth1-arp/m-p/4474560#M82256</guid>
      <dc:creator>rick jones</dc:creator>
      <dc:date>2009-08-07T15:43:48Z</dc:date>
    </item>
  </channel>
</rss>

