<?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: can not ping in same segment in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/can-not-ping-in-same-segment/m-p/3420807#M563377</link>
    <description>I have solved the problem, root cause is there is incorrect routing table on 10.37.36.107 server...&lt;BR /&gt;&lt;BR /&gt;Dest/Netmask          Gateway            Flags  Refs       Use  Interface  Pmtu&lt;BR /&gt;127.0.0.1             127.0.0.1          UH       0        214  lo0        4136&lt;BR /&gt;10.37.36.51           10.37.36.51        UH       0        237  lan3       4136&lt;BR /&gt;175.159.2.207         175.159.2.207      UH       0          0  lan1       4136&lt;BR /&gt;10.37.36.107          10.37.36.107       UH       0      31944  lan2       4136&lt;BR /&gt;10.37.36.0            10.37.36.107       U        2          0  lan2       1500&lt;BR /&gt;175.159.2.0           175.159.2.207      U        2          0  lan1       1500&lt;BR /&gt;127.0.0.0             127.0.0.1          U        0          0  lo0        4136&lt;BR /&gt;default               10.37.36.254       UG       0          0  lan2       1500&lt;BR /&gt;&lt;BR /&gt;please see 10.37.36.51&lt;BR /&gt;&lt;BR /&gt;but no NIC card for 10.37.36.51 on 10.37.36.107 server..&lt;BR /&gt;&lt;BR /&gt;Name           Mtu Network            Address                 Ipkts      Opkts&lt;BR /&gt;lan2          1500 10.37.36.0         10.37.36.107           615820     754669&lt;BR /&gt;lan1          1500 175.159.2.0        175.159.2.207               0          0&lt;BR /&gt;lo0           4136 127.0.0.0          127.0.0.1                 214        214&lt;BR /&gt;&lt;BR /&gt;Thanks,</description>
    <pubDate>Thu, 11 Nov 2004 23:38:00 GMT</pubDate>
    <dc:creator>Jack Fan</dc:creator>
    <dc:date>2004-11-11T23:38:00Z</dc:date>
    <item>
      <title>can not ping in same segment</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/can-not-ping-in-same-segment/m-p/3420804#M563374</link>
      <description>I have a strange networking problem,&lt;BR /&gt;Here, I have 3 servers and ip as below,&lt;BR /&gt;&lt;BR /&gt;server 1 : 10.37.36.101&lt;BR /&gt;server 2 : 10.37.36.50&lt;BR /&gt;server 3 : 10.37.36.107&lt;BR /&gt;&lt;BR /&gt;OS version is 11i in all servers, and have secondary NIC card for IP 175.159.2.xxx in all servers for data backup.&lt;BR /&gt;&lt;BR /&gt;I have done some testing and result as below,&lt;BR /&gt;&lt;BR /&gt;1) 10.37.36.101 ping 10.37.36.107 --&amp;gt;ok&lt;BR /&gt;2) 10.37.36.101 ping 10.37.36.50 --&amp;gt;ok&lt;BR /&gt;3) 10.37.36.50 ping 10.37.36.107 --&amp;gt; failed.&lt;BR /&gt;4) 10.37.36.50 ping 10.37.36.101 --&amp;gt; ok&lt;BR /&gt;5) 10.37.36.107 ping 10.37.36.50 --&amp;gt; ok.&lt;BR /&gt;6) 10.37.36.107 ping 10.37.36.101 --&amp;gt; ok.&lt;BR /&gt;&lt;BR /&gt;why the 10.37.36.50 ping 10.37.36.107 failed?&lt;BR /&gt;&lt;BR /&gt;then I have do testing traceroute on 10.37.36.50&lt;BR /&gt;&lt;BR /&gt;1) traceroute 10.37.36.107 -&amp;gt; failed&lt;BR /&gt;2) traceroute -i lan1 10.37.36.107 -&amp;gt; ok&lt;BR /&gt;&lt;BR /&gt;Thanks,</description>
      <pubDate>Thu, 11 Nov 2004 22:46:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/can-not-ping-in-same-segment/m-p/3420804#M563374</guid>
      <dc:creator>Jack Fan</dc:creator>
      <dc:date>2004-11-11T22:46:31Z</dc:date>
    </item>
    <item>
      <title>Re: can not ping in same segment</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/can-not-ping-in-same-segment/m-p/3420805#M563375</link>
      <description>It depends.&lt;BR /&gt;&lt;BR /&gt;check /etc/rc.config.d/netconf&lt;BR /&gt;&lt;BR /&gt;make sure the netmask is the same.&lt;BR /&gt;&lt;BR /&gt;Make sure ipfilter firewall is not running blocking ping.&lt;BR /&gt;&lt;BR /&gt;Make sure network switch port configuration is set to manaul for 100 BaseT and below and auto negotitate if 1000 BaseT.&lt;BR /&gt;&lt;BR /&gt;run cstm mstm or xstm and make sure the network card is working right.&lt;BR /&gt;&lt;BR /&gt;dmesg output might be useful in diagnosis as well.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Thu, 11 Nov 2004 22:58:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/can-not-ping-in-same-segment/m-p/3420805#M563375</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2004-11-11T22:58:59Z</dc:date>
    </item>
    <item>
      <title>Re: can not ping in same segment</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/can-not-ping-in-same-segment/m-p/3420806#M563376</link>
      <description>Few other things come to mind:&lt;BR /&gt;&lt;BR /&gt;make sure there is no other machine on your network with the ip addy 10.37.36.107.&lt;BR /&gt;&lt;BR /&gt;Make sure in netconf there are no virtual ip addresses equal to: 10.37.36.107&lt;BR /&gt;&lt;BR /&gt;Make sure the machine in question does not have two nic cards on the same subnet.&lt;BR /&gt;&lt;BR /&gt;hp-ux does not support that.&lt;BR /&gt;&lt;BR /&gt;example&lt;BR /&gt;&lt;BR /&gt;192.168.0.30 mask 255.255.255.0&lt;BR /&gt;&lt;BR /&gt;network is 192.168.0&lt;BR /&gt;You can not have a second NIC card on that network. It will crash networking or cause th very problem you report.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Thu, 11 Nov 2004 23:05:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/can-not-ping-in-same-segment/m-p/3420806#M563376</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2004-11-11T23:05:25Z</dc:date>
    </item>
    <item>
      <title>Re: can not ping in same segment</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/can-not-ping-in-same-segment/m-p/3420807#M563377</link>
      <description>I have solved the problem, root cause is there is incorrect routing table on 10.37.36.107 server...&lt;BR /&gt;&lt;BR /&gt;Dest/Netmask          Gateway            Flags  Refs       Use  Interface  Pmtu&lt;BR /&gt;127.0.0.1             127.0.0.1          UH       0        214  lo0        4136&lt;BR /&gt;10.37.36.51           10.37.36.51        UH       0        237  lan3       4136&lt;BR /&gt;175.159.2.207         175.159.2.207      UH       0          0  lan1       4136&lt;BR /&gt;10.37.36.107          10.37.36.107       UH       0      31944  lan2       4136&lt;BR /&gt;10.37.36.0            10.37.36.107       U        2          0  lan2       1500&lt;BR /&gt;175.159.2.0           175.159.2.207      U        2          0  lan1       1500&lt;BR /&gt;127.0.0.0             127.0.0.1          U        0          0  lo0        4136&lt;BR /&gt;default               10.37.36.254       UG       0          0  lan2       1500&lt;BR /&gt;&lt;BR /&gt;please see 10.37.36.51&lt;BR /&gt;&lt;BR /&gt;but no NIC card for 10.37.36.51 on 10.37.36.107 server..&lt;BR /&gt;&lt;BR /&gt;Name           Mtu Network            Address                 Ipkts      Opkts&lt;BR /&gt;lan2          1500 10.37.36.0         10.37.36.107           615820     754669&lt;BR /&gt;lan1          1500 175.159.2.0        175.159.2.207               0          0&lt;BR /&gt;lo0           4136 127.0.0.0          127.0.0.1                 214        214&lt;BR /&gt;&lt;BR /&gt;Thanks,</description>
      <pubDate>Thu, 11 Nov 2004 23:38:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/can-not-ping-in-same-segment/m-p/3420807#M563377</guid>
      <dc:creator>Jack Fan</dc:creator>
      <dc:date>2004-11-11T23:38:00Z</dc:date>
    </item>
    <item>
      <title>Re: can not ping in same segment</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/can-not-ping-in-same-segment/m-p/3420808#M563378</link>
      <description>Jack,&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;hope this helps you as below&lt;BR /&gt;&lt;BR /&gt;tracert 10.37.36.107  (where does it fail. does it go upto the router .. probably 10.37.36.1)&lt;BR /&gt;&lt;BR /&gt;then, &lt;BR /&gt;&lt;BR /&gt;route add 10.37.36.107 10.37.36.50 (adding a route from your server that is not pinging.&lt;BR /&gt;&lt;BR /&gt;Let me know what happens. Since it is already pinging from the other server you will not have to perform add route there.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;-Willy(Anil)</description>
      <pubDate>Mon, 15 Nov 2004 18:34:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/can-not-ping-in-same-segment/m-p/3420808#M563378</guid>
      <dc:creator>Anil C. Sedha</dc:creator>
      <dc:date>2004-11-15T18:34:29Z</dc:date>
    </item>
    <item>
      <title>Re: can not ping in same segment</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/can-not-ping-in-same-segment/m-p/3420809#M563379</link>
      <description>ignore my message. sent before reading your last reply.</description>
      <pubDate>Mon, 15 Nov 2004 18:35:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/can-not-ping-in-same-segment/m-p/3420809#M563379</guid>
      <dc:creator>Anil C. Sedha</dc:creator>
      <dc:date>2004-11-15T18:35:31Z</dc:date>
    </item>
  </channel>
</rss>

