<?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 issue in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/ping-issue/m-p/4560535#M39288</link>
    <description>&lt;!--!*#--&gt;&amp;gt;  The physical connetion which I have made&lt;BR /&gt;&amp;gt; is direct. [...]&lt;BR /&gt;&lt;BR /&gt;That's what I thought.  Which is why it makes&lt;BR /&gt;no sense to me to use the same network&lt;BR /&gt;address for these two distinct (physically&lt;BR /&gt;separate) networks.  (Unless, of course, you&lt;BR /&gt;_intend_ to confuse the network software.)&lt;BR /&gt;&lt;BR /&gt;If you tell the system that eth5 can talk to&lt;BR /&gt;10.0.0.x, then you shouldn't be amazed when&lt;BR /&gt;the system believes you, and tries to use&lt;BR /&gt;eth5 to do that.&lt;BR /&gt;&lt;BR /&gt;If you have two different (separate)&lt;BR /&gt;networks, then you should probably have two&lt;BR /&gt;different network addresses for them.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&amp;gt; To support fault tolerence both should be&lt;BR /&gt;&amp;gt; in the same network.&lt;BR /&gt;&lt;BR /&gt;I don't understand that statement, but the&lt;BR /&gt;fact remains that you have two different&lt;BR /&gt;(separate) networks, not "the same network",&lt;BR /&gt;and it makes no sense (to me) to use the one&lt;BR /&gt;network address for two different (separate)&lt;BR /&gt;networks.</description>
    <pubDate>Sun, 10 Jan 2010 18:13:18 GMT</pubDate>
    <dc:creator>Steven Schweda</dc:creator>
    <dc:date>2010-01-10T18:13:18Z</dc:date>
    <item>
      <title>Ping issue</title>
      <link>https://community.hpe.com/t5/operating-system-linux/ping-issue/m-p/4560530#M39283</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I have a hp msa storage directly connected to hp dl580 server which has RHEL5.4&lt;BR /&gt;&lt;BR /&gt;I have 2 NIC ports in storage and 6 NIC ports in server.&lt;BR /&gt;&lt;BR /&gt;I have connected directly the storage to server like as follows,&lt;BR /&gt;&lt;BR /&gt;Storage NIC port0  --&amp;gt; Server NIC port eth4 &lt;BR /&gt;Storage NIC port1  --&amp;gt; Server NIC port eth5&lt;BR /&gt;&lt;BR /&gt;I have assiged IP in same series.&lt;BR /&gt;&lt;BR /&gt;Storage IPs &lt;BR /&gt;------------&lt;BR /&gt;Storage NIC port0 - 10.0.0.41/255.255.255.0&lt;BR /&gt;Storage NIC port0 - 10.0.0.43/255.255.255.0&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Server IPs&lt;BR /&gt;-----------&lt;BR /&gt;Server NIC eth4 - 10.0.0.47/255.255.255.0&lt;BR /&gt;Server NIC eth5 - 10.0.0.49/255.255.255.0&lt;BR /&gt;&lt;BR /&gt;My problem is , If I ping from server storage IPs, the first IP is pinging with out mentioning any interface like s follows,&lt;BR /&gt;# ping 10.0.0.41&lt;BR /&gt;PING 10.0.0.41 (10.0.0.41) 56(84) bytes of data.&lt;BR /&gt;64 bytes from 10.0.0.41: icmp_seq=1 ttl=64 time=0.232 ms&lt;BR /&gt;64 bytes from 10.0.0.41: icmp_seq=2 ttl=64 time=0.221 ms&lt;BR /&gt;&lt;BR /&gt;My problem is,&lt;BR /&gt;But If I ping second storage IP with out mentioning interface its not pingig.&lt;BR /&gt;# ping 10.0.0.43&lt;BR /&gt;PING 10.0.0.43 (10.0.0.43) 56(84) bytes of data.&lt;BR /&gt;From 10.0.0.49 icmp_seq=2 Destination Host Unreachable&lt;BR /&gt;From 10.0.0.49 icmp_seq=3 Destination Host Unreachable&lt;BR /&gt;From 10.0.0.49 icmp_seq=4 Destination Host Unreachable&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;But If I specify interface then it will ping like as follows,&lt;BR /&gt;&lt;BR /&gt;# ping 10.0.0.43 -I eth4&lt;BR /&gt;PING 10.0.0.43 (10.0.0.43) from 10.0.0.47 eth4: 56(84) bytes of data.&lt;BR /&gt;64 bytes from 10.0.0.43: icmp_seq=1 ttl=64 time=0.922 ms&lt;BR /&gt;64 bytes from 10.0.0.43: icmp_seq=2 ttl=64 time=0.221 ms&lt;BR /&gt;64 bytes from 10.0.0.43: icmp_seq=3 ttl=64 time=0.217 ms&lt;BR /&gt;&lt;BR /&gt;I actually want this ping happens with out specifying interface, because I have to get both ports to configure multipath in RHEL to access the same storage in diffrent paths. As far as I know no gateway is required because it is a direct connection and same series IPs as well.&lt;BR /&gt;&lt;BR /&gt;Pleasae help me in this regard.&lt;BR /&gt;&lt;BR /&gt;Please find the route below, I believe that eth5 comes first thats why it pings with out interface for eth5.&lt;BR /&gt;&lt;BR /&gt;# route&lt;BR /&gt;Kernel IP routing table&lt;BR /&gt;Destination     Gateway         Genmask         Flags Metric Ref    Use Iface&lt;BR /&gt;10.0.0.0        *               255.255.255.0   U     0      0        0 eth5&lt;BR /&gt;10.0.0.0        *               255.255.255.0   U     0      0        0 eth4&lt;BR /&gt;10.58.131.0     *               255.255.255.0   U     0      0        0 eth0&lt;BR /&gt;169.254.0.0     *               255.255.0.0     U     0      0        0 eth4&lt;BR /&gt;default         10.58.131.1     0.0.0.0         UG    0      0        0 eth0&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 08 Jan 2010 04:38:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/ping-issue/m-p/4560530#M39283</guid>
      <dc:creator>WW288996</dc:creator>
      <dc:date>2010-01-08T04:38:22Z</dc:date>
    </item>
    <item>
      <title>Re: Ping issue</title>
      <link>https://community.hpe.com/t5/operating-system-linux/ping-issue/m-p/4560531#M39284</link>
      <description>&lt;!--!*#--&gt;&amp;gt; Ping issue&lt;BR /&gt;&lt;BR /&gt;I'd call it a network configuration problem. &lt;BR /&gt;&lt;BR /&gt;&amp;gt; I have connected directly the storage to&lt;BR /&gt;&amp;gt; server like as follows,&lt;BR /&gt;&amp;gt; &lt;BR /&gt;&amp;gt; Storage NIC port0 --&amp;gt; Server NIC port eth4&lt;BR /&gt;&amp;gt; Storage NIC port1 --&amp;gt; Server NIC port eth5&lt;BR /&gt;&lt;BR /&gt;So these are two distinct (physically&lt;BR /&gt;separate) networks?&lt;BR /&gt;&lt;BR /&gt;&amp;gt; Storage IPs&lt;BR /&gt;&amp;gt; ------------&lt;BR /&gt;&amp;gt; Storage NIC port0 - 10.0.0.41/255.255.255.0&lt;BR /&gt;&amp;gt; Storage NIC port0 - 10.0.0.43/255.255.255.0&lt;BR /&gt;[One of those was really port1?]&lt;BR /&gt;&amp;gt; &lt;BR /&gt;&amp;gt; Server IPs&lt;BR /&gt;&amp;gt; -----------&lt;BR /&gt;&amp;gt; Server NIC eth4 - 10.0.0.47/255.255.255.0&lt;BR /&gt;&amp;gt; Server NIC eth5 - 10.0.0.49/255.255.255.0&lt;BR /&gt;&lt;BR /&gt;But their IP addresses (and netmasks) say&lt;BR /&gt;that they're all on the same subnet&lt;BR /&gt;(10.0.0.x)?&lt;BR /&gt;&lt;BR /&gt;That would seem to explain why the system is&lt;BR /&gt;confused about where to send the data.&lt;BR /&gt;&lt;BR /&gt;Why not choose a different network address&lt;BR /&gt;for each distinct network?  For example:&lt;BR /&gt;&lt;BR /&gt;Storage NIC port0      10.0.1.1/255.255.255.0 &lt;BR /&gt;Server NIC port eth4  10.0.1.2/255.255.255.0&lt;BR /&gt;&lt;BR /&gt;Storage NIC port1      10.0.2.1/255.255.255.0&lt;BR /&gt;Server NIC port eth5  10.0.2.2/255.255.255.0&lt;BR /&gt;&lt;BR /&gt;That should give the server a chance of&lt;BR /&gt;choosing the right network interface to use&lt;BR /&gt;to talk to each port on the storage box.&lt;BR /&gt;&lt;BR /&gt;Of course, many other network+netmask&lt;BR /&gt;combinations are possible, but the important&lt;BR /&gt;thing is to have different network addresses&lt;BR /&gt;for different networks.</description>
      <pubDate>Fri, 08 Jan 2010 05:06:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/ping-issue/m-p/4560531#M39284</guid>
      <dc:creator>Steven Schweda</dc:creator>
      <dc:date>2010-01-08T05:06:44Z</dc:date>
    </item>
    <item>
      <title>Re: Ping issue</title>
      <link>https://community.hpe.com/t5/operating-system-linux/ping-issue/m-p/4560532#M39285</link>
      <description>To support fault tolerence both should be in the same network.</description>
      <pubDate>Fri, 08 Jan 2010 07:27:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/ping-issue/m-p/4560532#M39285</guid>
      <dc:creator>WW288996</dc:creator>
      <dc:date>2010-01-08T07:27:20Z</dc:date>
    </item>
    <item>
      <title>Re: Ping issue</title>
      <link>https://community.hpe.com/t5/operating-system-linux/ping-issue/m-p/4560533#M39286</link>
      <description>&lt;!--!*#--&gt;&amp;gt; To support fault tolerence both should be&lt;BR /&gt;&amp;gt; in the same network.&lt;BR /&gt;&lt;BR /&gt;Then perhaps you should put them in the same&lt;BR /&gt;network.&lt;BR /&gt;&lt;BR /&gt;&amp;gt; I have connected directly the storage to&lt;BR /&gt;&amp;gt; server like as follows,&lt;BR /&gt;&amp;gt; [...]&lt;BR /&gt;&lt;BR /&gt;That sounds to me like two physical networks.&lt;BR /&gt;&lt;BR /&gt;I don't see how you can have it both ways.</description>
      <pubDate>Fri, 08 Jan 2010 09:52:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/ping-issue/m-p/4560533#M39286</guid>
      <dc:creator>Steven Schweda</dc:creator>
      <dc:date>2010-01-08T09:52:00Z</dc:date>
    </item>
    <item>
      <title>Re: Ping issue</title>
      <link>https://community.hpe.com/t5/operating-system-linux/ping-issue/m-p/4560534#M39287</link>
      <description>The physical connetion which I have made is direct. It means NIC cables are connected directly from storage to server, its a direct attached storage for my server.&lt;BR /&gt;&lt;BR /&gt;I mean my storage I did not connected to a Switch.&lt;BR /&gt;&lt;BR /&gt;2 cables I used to connect storage ports to server.</description>
      <pubDate>Sun, 10 Jan 2010 15:52:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/ping-issue/m-p/4560534#M39287</guid>
      <dc:creator>WW288996</dc:creator>
      <dc:date>2010-01-10T15:52:19Z</dc:date>
    </item>
    <item>
      <title>Re: Ping issue</title>
      <link>https://community.hpe.com/t5/operating-system-linux/ping-issue/m-p/4560535#M39288</link>
      <description>&lt;!--!*#--&gt;&amp;gt;  The physical connetion which I have made&lt;BR /&gt;&amp;gt; is direct. [...]&lt;BR /&gt;&lt;BR /&gt;That's what I thought.  Which is why it makes&lt;BR /&gt;no sense to me to use the same network&lt;BR /&gt;address for these two distinct (physically&lt;BR /&gt;separate) networks.  (Unless, of course, you&lt;BR /&gt;_intend_ to confuse the network software.)&lt;BR /&gt;&lt;BR /&gt;If you tell the system that eth5 can talk to&lt;BR /&gt;10.0.0.x, then you shouldn't be amazed when&lt;BR /&gt;the system believes you, and tries to use&lt;BR /&gt;eth5 to do that.&lt;BR /&gt;&lt;BR /&gt;If you have two different (separate)&lt;BR /&gt;networks, then you should probably have two&lt;BR /&gt;different network addresses for them.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&amp;gt; To support fault tolerence both should be&lt;BR /&gt;&amp;gt; in the same network.&lt;BR /&gt;&lt;BR /&gt;I don't understand that statement, but the&lt;BR /&gt;fact remains that you have two different&lt;BR /&gt;(separate) networks, not "the same network",&lt;BR /&gt;and it makes no sense (to me) to use the one&lt;BR /&gt;network address for two different (separate)&lt;BR /&gt;networks.</description>
      <pubDate>Sun, 10 Jan 2010 18:13:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/ping-issue/m-p/4560535#M39288</guid>
      <dc:creator>Steven Schweda</dc:creator>
      <dc:date>2010-01-10T18:13:18Z</dc:date>
    </item>
  </channel>
</rss>

