<?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: Ping reply problem in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/ping-reply-problem/m-p/3815406#M83958</link>
    <description>Also, see a good explanation of your situation here:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://lwn.net/Articles/45373/" target="_blank"&gt;http://lwn.net/Articles/45373/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;You may get what you want using arp_filter:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://lwn.net/Articles/45386/#arp_filter" target="_blank"&gt;http://lwn.net/Articles/45386/#arp_filter&lt;/A&gt;</description>
    <pubDate>Thu, 29 Jun 2006 17:48:32 GMT</pubDate>
    <dc:creator>Ivan Ferreira</dc:creator>
    <dc:date>2006-06-29T17:48:32Z</dc:date>
    <item>
      <title>Ping reply problem</title>
      <link>https://community.hpe.com/t5/operating-system-linux/ping-reply-problem/m-p/3815404#M83956</link>
      <description>Hi mates : )&lt;BR /&gt;&lt;BR /&gt;Here is my question, &lt;BR /&gt;&lt;BR /&gt;I have drawn a figure and ask my question on the figure in order to make your work easier.&lt;BR /&gt;&lt;BR /&gt;please visit the link below and see my question.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://img.photobucket.com/albums/v211/feyk38/linux.jpg" target="_blank"&gt;http://img.photobucket.com/albums/v211/feyk38/linux.jpg&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;OR&lt;BR /&gt;&lt;BR /&gt;you can read it below,&lt;BR /&gt;&lt;BR /&gt;here is the problem:&lt;BR /&gt;&lt;BR /&gt;There are 2 PCs (PC A and PC B)and one ethernet switch.&lt;BR /&gt;&lt;BR /&gt;---PC B---&lt;BR /&gt;PC B(LINUX RED HAT 8.0) has 4 fast ethernet cards installed on it. All four ethernet ports of the PC B are connected to the switch.&lt;BR /&gt;Assigned IP Addresses On computer B’s ethernet ports:&lt;BR /&gt;eth 0: 10.10.10.1&lt;BR /&gt;eth 0: 10.10.10.2&lt;BR /&gt;eth 0: 10.10.10.3&lt;BR /&gt;eth 0: 10.10.10.4&lt;BR /&gt;&lt;BR /&gt;---PC A---&lt;BR /&gt;PC A has 1 fast ethernet card installed on it.&lt;BR /&gt;4 command Line windows are open on the PC, &lt;BR /&gt;a ping command runs on each window at the same time.&lt;BR /&gt;&lt;BR /&gt;Command Line Window 1: &amp;gt; ping 10.10.10.1&lt;BR /&gt;Command Line Window 2: &amp;gt; ping 10.10.10.2&lt;BR /&gt;Command Line Window 3: &amp;gt; ping 10.10.10.3&lt;BR /&gt;Command Line Window 4: &amp;gt; ping 10.10.10.4&lt;BR /&gt;&lt;BR /&gt;---------------&lt;BR /&gt;Purpose of the setup: Ping 4 ethernet ports of PC B from PC A at the same time &lt;BR /&gt;&lt;BR /&gt;Problem: Since all the IP addresses of the PC B are in the same network (10.10.10.0) ping replies come back to PC A only from eth1 (It is the first ethernet port shown on the routing table of the PC B). &lt;BR /&gt;&lt;BR /&gt;From PC A’s point of view, it looks ping replies come from all 4 ports. But when you unplug the eth1's connection, all of the 4 windows on PC A shows: “request time out” &lt;BR /&gt;&lt;BR /&gt;Question: We want PC B to reply packets from all of it’s 4 ports. Is it possible to make this setup work on Linux (with the same IP addresses). &lt;BR /&gt;&lt;BR /&gt;PS: I know assigning different network IP addresses to PC B’s ports is much better idea but cant do it due to my unique situation.&lt;BR /&gt;Strange but with the same setup and same IP assignment, it works properly if the PC B’s operating system is XP&lt;BR /&gt;&lt;BR /&gt;I'll really appreciate If anybody can help me, thanks in advance : )</description>
      <pubDate>Thu, 29 Jun 2006 17:17:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/ping-reply-problem/m-p/3815404#M83956</guid>
      <dc:creator>ohalnet</dc:creator>
      <dc:date>2006-06-29T17:17:00Z</dc:date>
    </item>
    <item>
      <title>Re: Ping reply problem</title>
      <link>https://community.hpe.com/t5/operating-system-linux/ping-reply-problem/m-p/3815405#M83957</link>
      <description>Probably, for this kind of configuration, it would be better if you use channel bonding:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://linux-ip.net/html/linux-ip.html#ether-bonding" target="_blank"&gt;http://linux-ip.net/html/linux-ip.html#ether-bonding&lt;/A&gt;</description>
      <pubDate>Thu, 29 Jun 2006 17:44:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/ping-reply-problem/m-p/3815405#M83957</guid>
      <dc:creator>Ivan Ferreira</dc:creator>
      <dc:date>2006-06-29T17:44:48Z</dc:date>
    </item>
    <item>
      <title>Re: Ping reply problem</title>
      <link>https://community.hpe.com/t5/operating-system-linux/ping-reply-problem/m-p/3815406#M83958</link>
      <description>Also, see a good explanation of your situation here:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://lwn.net/Articles/45373/" target="_blank"&gt;http://lwn.net/Articles/45373/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;You may get what you want using arp_filter:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://lwn.net/Articles/45386/#arp_filter" target="_blank"&gt;http://lwn.net/Articles/45386/#arp_filter&lt;/A&gt;</description>
      <pubDate>Thu, 29 Jun 2006 17:48:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/ping-reply-problem/m-p/3815406#M83958</guid>
      <dc:creator>Ivan Ferreira</dc:creator>
      <dc:date>2006-06-29T17:48:32Z</dc:date>
    </item>
  </channel>
</rss>

