<?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 problem in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/ping-problem/m-p/2701688#M587002</link>
    <description>Does the hub show Link lights for both devices?&lt;BR /&gt;&lt;BR /&gt;What does your netstat -rn show?&lt;BR /&gt;&lt;BR /&gt;Default should be present and it should point toward your Token Ring Gateway.&lt;BR /&gt;&lt;BR /&gt;There should be an entry for your 192.10.10 network and it should go through the eth0 (or whatever it shows up as)&lt;BR /&gt;&lt;BR /&gt;Try:&lt;BR /&gt;&lt;BR /&gt;lanadmin&lt;BR /&gt;lan&lt;BR /&gt;display&lt;BR /&gt;&lt;BR /&gt;and it will show you the first card.  You may have to change to ppa n+1 to see the Ethernet.  It should show you if it's running or not.  Packets in/out etc.&lt;BR /&gt;&lt;BR /&gt;Did you install this with SAM or manually enter the changes in your netconf?&lt;BR /&gt;&lt;BR /&gt;Ron</description>
    <pubDate>Thu, 11 Apr 2002 15:48:31 GMT</pubDate>
    <dc:creator>Ron Kinner</dc:creator>
    <dc:date>2002-04-11T15:48:31Z</dc:date>
    <item>
      <title>ping problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ping-problem/m-p/2701682#M586996</link>
      <description>We have two Lboxes has two lancards one token ring and one ehernet. Token ringcard is attached to the company network it has a default gateway set up.&lt;BR /&gt;&lt;BR /&gt;The ehernet card we want to use it just to communicate between the two unix boxes. We connected two boxes thro' the hub. gave two local IP addresses. 192.10.10.10 and 192.10.10.11  &lt;BR /&gt;&lt;BR /&gt;I cannot ping from one to other.&lt;BR /&gt;&lt;BR /&gt;As soon as I ping when I do netstat -rn. I see the entry of a default gateway of my token ring card. It is going thro' the default gateway. &lt;BR /&gt;&lt;BR /&gt;Can some shed some light? Thanks&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 11 Apr 2002 15:24:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ping-problem/m-p/2701682#M586996</guid>
      <dc:creator>sheevm</dc:creator>
      <dc:date>2002-04-11T15:24:46Z</dc:date>
    </item>
    <item>
      <title>Re: ping problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ping-problem/m-p/2701683#M586997</link>
      <description>Hi Raji,&lt;BR /&gt;&lt;BR /&gt;Use traceroute command to find out if the packets are really trying to go through the default gateway. Theoritically, they should not go through the gateway as the other IP address falls in the same broadcast domain.&lt;BR /&gt;&lt;BR /&gt;There are few things to look at.&lt;BR /&gt;&lt;BR /&gt;1. On each system, make sure the interfaces are up by doing ifconfig lan#&lt;BR /&gt;2. Ping to the local 192 IP and make sure it works.&lt;BR /&gt;3. Check your hub. &lt;BR /&gt;4. Use linkloop command to ping to the hardware addr. Run lanscan and get the hardware addresses on both the systems. From one system try this way..&lt;BR /&gt;&lt;BR /&gt;#linkloop -n 1 -i 2 -v hardware_addr&lt;BR /&gt;&lt;BR /&gt;where 2 is the ppa (if lan2 is your lancard) and hardware_addr is the physical addr of the remote system corresponding to the lan card having the same subnet.&lt;BR /&gt;&lt;BR /&gt;5. If you couldn't find the problem still, listout the follwoing outputs.&lt;BR /&gt;&lt;BR /&gt;#lanscan&lt;BR /&gt;#netstat -rn&lt;BR /&gt;#ifconfig lan?&lt;BR /&gt;&lt;BR /&gt;-Sri &lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 11 Apr 2002 15:40:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ping-problem/m-p/2701683#M586997</guid>
      <dc:creator>Sridhar Bhaskarla</dc:creator>
      <dc:date>2002-04-11T15:40:33Z</dc:date>
    </item>
    <item>
      <title>Re: ping problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ping-problem/m-p/2701684#M586998</link>
      <description>Do you have a route establishe for the lan?&lt;BR /&gt;&lt;BR /&gt;I think you need to add a static route.&lt;BR /&gt;&lt;BR /&gt;route add 192.10.0.0 netmask 255.255.0.0 192.10.10.11 1&lt;BR /&gt;&lt;BR /&gt;I think that I gave you the right syntax&lt;BR /&gt;&lt;BR /&gt;GL,&lt;BR /&gt;C</description>
      <pubDate>Thu, 11 Apr 2002 15:41:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ping-problem/m-p/2701684#M586998</guid>
      <dc:creator>Craig Rants</dc:creator>
      <dc:date>2002-04-11T15:41:50Z</dc:date>
    </item>
    <item>
      <title>Re: ping problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ping-problem/m-p/2701685#M586999</link>
      <description>Hi Raji,&lt;BR /&gt;&lt;BR /&gt;Yes it probably is. &lt;BR /&gt;You'll need to set static routes up:&lt;BR /&gt;&lt;BR /&gt;# route add 192.10.10.10 192.10.10.11 0&lt;BR /&gt;&lt;BR /&gt;Do a #man route   for further info on the route command.&lt;BR /&gt;&lt;BR /&gt;And vice-versa on the other system to force them to route thru those NICs.&lt;BR /&gt;&lt;BR /&gt;You'll also want to add the &lt;BR /&gt;ROUTE_DESTINATION[x]=192.10.10.11 &lt;BR /&gt;ROUTE_GATEWAY[x]=192.10.10.10 entries to /etc/rc.config.d/netconf  on both systems to make changes permanent.&lt;BR /&gt;&lt;BR /&gt;See the following doc for more info on configuring the netconf file:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://docs.hp.com/cgi-bin/fsearch/framedisplay?top=/hpux/onlinedocs/B2355-90748/B2355-90748_top.html&amp;amp;con=/hpux/onlinedocs/B2355-90748/00/00/23-con.html&amp;amp;toc=/hpux/onlinedocs/B2355-90748/00/00/23-toc.html&amp;amp;searchterms=netconf&amp;amp;queryid=20020411-093733" target="_blank"&gt;http://docs.hp.com/cgi-bin/fsearch/framedisplay?top=/hpux/onlinedocs/B2355-90748/B2355-90748_top.html&amp;amp;con=/hpux/onlinedocs/B2355-90748/00/00/23-con.html&amp;amp;toc=/hpux/onlinedocs/B2355-90748/00/00/23-toc.html&amp;amp;searchterms=netconf&amp;amp;queryid=20020411-093733&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;Jeff</description>
      <pubDate>Thu, 11 Apr 2002 15:42:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ping-problem/m-p/2701685#M586999</guid>
      <dc:creator>Jeff Schussele</dc:creator>
      <dc:date>2002-04-11T15:42:06Z</dc:date>
    </item>
    <item>
      <title>Re: ping problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ping-problem/m-p/2701686#M587000</link>
      <description>check /etc/rc.config.d/netconf&lt;BR /&gt;in both machines.&lt;BR /&gt;&lt;BR /&gt;-pap&lt;BR /&gt;</description>
      <pubDate>Thu, 11 Apr 2002 15:42:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ping-problem/m-p/2701686#M587000</guid>
      <dc:creator>pap</dc:creator>
      <dc:date>2002-04-11T15:42:30Z</dc:date>
    </item>
    <item>
      <title>Re: ping problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ping-problem/m-p/2701687#M587001</link>
      <description>Hi Raji,&lt;BR /&gt;&lt;BR /&gt;It should not use the gateway as the other network card is falling on the same subnet. Check your configurations properly.&lt;BR /&gt;&lt;BR /&gt;Check this too:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://us-support.external.hp.com/cki/bin/doc.pl/sid=57d91a93012e263ca9/screen=ckiDisplayDocument?docId=200000009872320" target="_blank"&gt;http://us-support.external.hp.com/cki/bin/doc.pl/sid=57d91a93012e263ca9/screen=ckiDisplayDocument?docId=200000009872320&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;Shiju&lt;BR /&gt;</description>
      <pubDate>Thu, 11 Apr 2002 15:47:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ping-problem/m-p/2701687#M587001</guid>
      <dc:creator>Helen French</dc:creator>
      <dc:date>2002-04-11T15:47:35Z</dc:date>
    </item>
    <item>
      <title>Re: ping problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ping-problem/m-p/2701688#M587002</link>
      <description>Does the hub show Link lights for both devices?&lt;BR /&gt;&lt;BR /&gt;What does your netstat -rn show?&lt;BR /&gt;&lt;BR /&gt;Default should be present and it should point toward your Token Ring Gateway.&lt;BR /&gt;&lt;BR /&gt;There should be an entry for your 192.10.10 network and it should go through the eth0 (or whatever it shows up as)&lt;BR /&gt;&lt;BR /&gt;Try:&lt;BR /&gt;&lt;BR /&gt;lanadmin&lt;BR /&gt;lan&lt;BR /&gt;display&lt;BR /&gt;&lt;BR /&gt;and it will show you the first card.  You may have to change to ppa n+1 to see the Ethernet.  It should show you if it's running or not.  Packets in/out etc.&lt;BR /&gt;&lt;BR /&gt;Did you install this with SAM or manually enter the changes in your netconf?&lt;BR /&gt;&lt;BR /&gt;Ron</description>
      <pubDate>Thu, 11 Apr 2002 15:48:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ping-problem/m-p/2701688#M587002</guid>
      <dc:creator>Ron Kinner</dc:creator>
      <dc:date>2002-04-11T15:48:31Z</dc:date>
    </item>
    <item>
      <title>Re: ping problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ping-problem/m-p/2701689#M587003</link>
      <description>Are you trying to ping via hostname or by IP address?  What does you /etc/hosts file say?&lt;BR /&gt;&lt;BR /&gt;You might have duplicate entries for you servers hostnames with the different IP addresses and the hosts file will only take the first entry.  The way I set it up is by modifying the name of you host entry in /etc/hosts to something diffrent (see attached).  This was to facilitate private networks for my dedicated heartbeat networks for MCSG.&lt;BR /&gt;&lt;BR /&gt;Hope this helps&lt;BR /&gt;&lt;BR /&gt;Chris&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 11 Apr 2002 15:51:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ping-problem/m-p/2701689#M587003</guid>
      <dc:creator>Christopher McCray_1</dc:creator>
      <dc:date>2002-04-11T15:51:38Z</dc:date>
    </item>
    <item>
      <title>Re: ping problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ping-problem/m-p/2701690#M587004</link>
      <description>RON KINNER:&lt;BR /&gt;&lt;BR /&gt;YES BOTH THE LIGHTS ARE UP ON THE HUB.&lt;BR /&gt;PINGING ON THE SAME BOX WORKS.&lt;BR /&gt;NETSTAT OUTPUT:&lt;BR /&gt;-------------------&lt;BR /&gt;&lt;BR /&gt;#Routing tables&lt;BR /&gt;Dest/Netmask          Gateway            Flags  Refs       Use  Interface  Pmtu&lt;BR /&gt;127.0.0.1             127.0.0.1          UH       0     274169  lo0        4136&lt;BR /&gt;10.10.10.1            10.10.10.1         UH       0         19  du0        1500&lt;BR /&gt;192.10.10.10          192.10.10.10       UH       0          0  lan0       4136&lt;BR /&gt;172.21.128.48         172.21.128.48      UH       0       3130  lan2       4136&lt;BR /&gt;172.21.150.48         172.21.150.48      UH       0          0  lan1       4136&lt;BR /&gt;10.10.10.100          10.10.10.1         UH       2          0  du0        1500&lt;BR /&gt;172.21.150.0          172.21.150.48      U        2          0  lan1       1500&lt;BR /&gt;172.21.128.0          172.21.128.48      U        2          0  lan2       4500&lt;BR /&gt;127.0.0.0             127.0.0.1          U        0          0  lo0        4136&lt;BR /&gt;default               172.21.128.1       UG       0          0  lan2       4500&lt;BR /&gt;# &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;I tried everything what all you said. When I entered static route entry it said &lt;BR /&gt;&lt;BR /&gt;192.10.10.11 is unreachable cannot add route:&lt;BR /&gt;&lt;BR /&gt;The following is from lanadmin. It says operation status is down??&lt;BR /&gt;&lt;BR /&gt;----------------------------------------------&lt;BR /&gt;Lanadmin output&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Description                     = lan0 Hewlett-Packard 10/100 TX Half-Duplex Manual TT = 1500&lt;BR /&gt;Type (value)                    = ethernet-csmacd(6)&lt;BR /&gt;MTU Size                        = 1500&lt;BR /&gt;Speed                           = 100000000&lt;BR /&gt;Station Address                 = 0x306e03c930&lt;BR /&gt;Administration Status (value)   = up(1)&lt;BR /&gt;Operation Status (value)        = down(2)&lt;BR /&gt;Last Change                     = 26904830&lt;BR /&gt;Inbound Octets                  = 0&lt;BR /&gt;Inbound Unicast Packets         = 0&lt;BR /&gt;Inbound Non-Unicast Packets     = 0&lt;BR /&gt;Inbound Discards                = 0&lt;BR /&gt;Inbound Errors                  = 0&lt;BR /&gt;Inbound Unknown Protocols       = 0&lt;BR /&gt;Outbound Octets                 = 2460&lt;BR /&gt;Outbound Unicast Packets        = 60&lt;BR /&gt;Outbound Non-Unicast Packets    = 0&lt;BR /&gt;Outbound Discards               = 62&lt;BR /&gt;Outbound Errors                 = 0&lt;BR /&gt;Outbound Queue Length           = 0&lt;BR /&gt;Specific                        = 655367&lt;BR /&gt;&lt;BR /&gt;-----------------------------------------&lt;BR /&gt;&lt;BR /&gt;linkloop output I did this on one machine:&lt;BR /&gt;&lt;BR /&gt;for both machines&lt;BR /&gt;&lt;BR /&gt;# linkloop -n 1 -i 0 -v 0x00306E0CACF7&lt;BR /&gt;Link connectivity to LAN station: 0x00306E0CACF7&lt;BR /&gt;error:  expected primitive 0x30, got DL_ERROR_ACK&lt;BR /&gt;   dl_error_primitive = 0x2d&lt;BR /&gt;   dl_errno = 0x04&lt;BR /&gt;   dl_unix_errno = 57&lt;BR /&gt;error - did not receive data part of message&lt;BR /&gt;# linkloop -n 1 -i 0 -v 0x00306E03C930     &lt;BR /&gt;Link connectivity to LAN station: 0x00306E03C930&lt;BR /&gt;error:  expected primitive 0x30, got DL_ERROR_ACK&lt;BR /&gt;   dl_error_primitive = 0x2d&lt;BR /&gt;   dl_errno = 0x04&lt;BR /&gt;   dl_unix_errno = 57&lt;BR /&gt;error - did not receive data part of message&lt;BR /&gt;# &lt;BR /&gt;</description>
      <pubDate>Thu, 11 Apr 2002 17:20:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ping-problem/m-p/2701690#M587004</guid>
      <dc:creator>sheevm</dc:creator>
      <dc:date>2002-04-11T17:20:57Z</dc:date>
    </item>
    <item>
      <title>Re: ping problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ping-problem/m-p/2701691#M587005</link>
      <description>What does &lt;BR /&gt;#ifconfig lan0 &lt;BR /&gt;report?&lt;BR /&gt;&lt;BR /&gt;If down, then do&lt;BR /&gt;#ifconfig lan0 up&lt;BR /&gt;&lt;BR /&gt;On both systems (if both lan0) &amp;amp; retry.&lt;BR /&gt;Also make sure both systems show the SAME speed &amp;amp; duplex settings. Use lanadmin to match them if not.&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;Jeff&lt;BR /&gt;</description>
      <pubDate>Thu, 11 Apr 2002 17:30:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ping-problem/m-p/2701691#M587005</guid>
      <dc:creator>Jeff Schussele</dc:creator>
      <dc:date>2002-04-11T17:30:36Z</dc:date>
    </item>
    <item>
      <title>Re: ping problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ping-problem/m-p/2701692#M587006</link>
      <description>OK,  LANADMIN says it's down so you can believe it. You will note that it has not yet received a single packet.  It also appears happy with the administration so we don't have to worry about that.  What does it say on the other PC?  &lt;BR /&gt;&lt;BR /&gt;First question:&lt;BR /&gt;&lt;BR /&gt;Do you have more than one NIC card?  Are you sure you have it plugged into the correct card?  Sometimes UNIX's idea of lan0 is different than yours.  If you have another card or a built-in network connection that you aren't using try plugging your cable in there.  &lt;BR /&gt;&lt;BR /&gt;Second Question:  &lt;BR /&gt;&lt;BR /&gt;Is there a link light on the HP?  Some NICs don't have it but most do.  Does it light?&lt;BR /&gt;(Does it go out if you unplug it?)&lt;BR /&gt;&lt;BR /&gt;Third question:  &lt;BR /&gt;&lt;BR /&gt;Lanadmin says you have Speed = 100000000.  Does your hub even do 100 meg?  Perhaps you need to set the speed back to 10hd?&lt;BR /&gt;&lt;BR /&gt;4th: &lt;BR /&gt;&lt;BR /&gt;Tried a new cable?  If no new cable can you reverse the one you have and see if you still get a link light.&lt;BR /&gt;&lt;BR /&gt;5th:&lt;BR /&gt;&lt;BR /&gt;Tried a crossover cable between the two PCs?&lt;BR /&gt;&lt;BR /&gt;6th:&lt;BR /&gt;&lt;BR /&gt;Replaced the NIC?&lt;BR /&gt;&lt;BR /&gt;Ron&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 11 Apr 2002 18:41:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ping-problem/m-p/2701692#M587006</guid>
      <dc:creator>Ron Kinner</dc:creator>
      <dc:date>2002-04-11T18:41:53Z</dc:date>
    </item>
    <item>
      <title>Re: ping problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ping-problem/m-p/2701693#M587007</link>
      <description>Hi Raji,&lt;BR /&gt;&lt;BR /&gt;Your operation status on lan0 is showing as "down". Also your linkloop if failing. This shows that there is a connectivity problem. Try a crossover cable instead of the hub.&lt;BR /&gt;&lt;BR /&gt;Can you give your ifconfig lan0 on both the systems?&lt;BR /&gt;&lt;BR /&gt;-Sri&lt;BR /&gt;</description>
      <pubDate>Thu, 11 Apr 2002 18:47:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ping-problem/m-p/2701693#M587007</guid>
      <dc:creator>Sridhar Bhaskarla</dc:creator>
      <dc:date>2002-04-11T18:47:56Z</dc:date>
    </item>
    <item>
      <title>Re: ping problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ping-problem/m-p/2701694#M587008</link>
      <description>RON:&lt;BR /&gt;&lt;BR /&gt;Answer to your fist question resolved the problem.&lt;BR /&gt;&lt;BR /&gt;It was pluuged into the wrong card.&lt;BR /&gt;&lt;BR /&gt;Thanks to all of you. It is great!!!</description>
      <pubDate>Thu, 11 Apr 2002 19:24:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ping-problem/m-p/2701694#M587008</guid>
      <dc:creator>sheevm</dc:creator>
      <dc:date>2002-04-11T19:24:05Z</dc:date>
    </item>
  </channel>
</rss>

