<?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 localhost in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/ping-localhost/m-p/2959750#M577741</link>
    <description>Be sure in /etc/hots the entry localhost is 127.0.0.1 not 127.0.0.0 like you say in your post.&lt;BR /&gt;&lt;BR /&gt;Frank.</description>
    <pubDate>Fri, 25 Apr 2003 19:52:52 GMT</pubDate>
    <dc:creator>Francisco J. Soler</dc:creator>
    <dc:date>2003-04-25T19:52:52Z</dc:date>
    <item>
      <title>ping localhost</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ping-localhost/m-p/2959743#M577734</link>
      <description>I have several 9000/800/A500-44 servers running 11i and networked. They cannot reslove "localhost" even though the /etc/hosts file has the entry 127.0.0.0 localhost. I really need these machines to resolve this name. Can anybody tell me what is going on and what I need to do to solve it?&lt;BR /&gt;&lt;BR /&gt;Thanks!</description>
      <pubDate>Fri, 25 Apr 2003 19:16:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ping-localhost/m-p/2959743#M577734</guid>
      <dc:creator>Rfinley</dc:creator>
      <dc:date>2003-04-25T19:16:58Z</dc:date>
    </item>
    <item>
      <title>Re: ping localhost</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ping-localhost/m-p/2959744#M577735</link>
      <description>Can you ping to the Ip address?? &lt;BR /&gt;ping 127.0.0.0 &lt;BR /&gt;&lt;BR /&gt;If you can able to ping IP address then You need to check DNS setup.&lt;BR /&gt;&lt;BR /&gt;Look /etc/nsswitch.conf and /etc/resolv.conf for DNS &lt;BR /&gt;&lt;BR /&gt;-USA..&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 25 Apr 2003 19:21:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ping-localhost/m-p/2959744#M577735</guid>
      <dc:creator>Uday_S_Ankolekar</dc:creator>
      <dc:date>2003-04-25T19:21:00Z</dc:date>
    </item>
    <item>
      <title>Re: ping localhost</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ping-localhost/m-p/2959745#M577736</link>
      <description>Yes I can ping 127.0.0.0. What should I be looking for in DNS setup. I seem to have no problens with any other networking.</description>
      <pubDate>Fri, 25 Apr 2003 19:22:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ping-localhost/m-p/2959745#M577736</guid>
      <dc:creator>Rfinley</dc:creator>
      <dc:date>2003-04-25T19:22:32Z</dc:date>
    </item>
    <item>
      <title>Re: ping localhost</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ping-localhost/m-p/2959746#M577737</link>
      <description>Well, Then&lt;BR /&gt;&lt;BR /&gt;Are you using DNS??&lt;BR /&gt;&lt;BR /&gt;Check for /etc/nsswitch.conf&lt;BR /&gt;It should look like this fir the hosts :&lt;BR /&gt;&lt;BR /&gt;hosts: files [NOTFOUND=continue UNAVAIL=continue] dns [NOTFOUND=return UNAVAIL=continue TRYAGAIN=return]&lt;BR /&gt;&lt;BR /&gt;-USA..</description>
      <pubDate>Fri, 25 Apr 2003 19:24:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ping-localhost/m-p/2959746#M577737</guid>
      <dc:creator>Uday_S_Ankolekar</dc:creator>
      <dc:date>2003-04-25T19:24:49Z</dc:date>
    </item>
    <item>
      <title>Re: ping localhost</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ping-localhost/m-p/2959747#M577738</link>
      <description>If you are using DNS for resolver then you should have entry in your main forward lookup file something like &lt;BR /&gt;&lt;BR /&gt;localhost       IN      A       127.0.0.1&lt;BR /&gt;&lt;BR /&gt;If you do not have this put it up increment the serial number and restart the named.&lt;BR /&gt;&lt;BR /&gt;Check /etc/named.conf file in your dns server it should look for  &lt;BR /&gt;zone "0.0.127.in-addr.arpa" {&lt;BR /&gt;        type master;&lt;BR /&gt;        file "named.local";&lt;BR /&gt;};&lt;BR /&gt;&lt;BR /&gt;if you do not have this entry in your named.conf file add it.&lt;BR /&gt;Create a file called named.local (remember file name can be different). &lt;BR /&gt;This file will look like this&lt;BR /&gt;&lt;BR /&gt;#cat named.local&lt;BR /&gt;;&lt;BR /&gt;;       @(#)named.local 1.1     (Berkeley)      86/01/21&lt;BR /&gt;;&lt;BR /&gt;$TTL    86400 &lt;BR /&gt;@       IN      SOA     mayday.dgc.com. root@&lt;BR /&gt;dgc.com. (&lt;BR /&gt;                                1002    ; Serial No&lt;BR /&gt;                                10800   ; Refresh every three hours&lt;BR /&gt;                                3600    ; Retry every hour&lt;BR /&gt;                                604800  ; Expire every 7 days&lt;BR /&gt;                                86400 ) ; Minimum TTL every 8 hours&lt;BR /&gt;;&lt;BR /&gt;; Servers for dgc.com&lt;BR /&gt;;&lt;BR /&gt;                 IN      NS      mayday.dgc.com.&lt;BR /&gt;;&lt;BR /&gt;1       IN      PTR     localhost.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 25 Apr 2003 19:29:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ping-localhost/m-p/2959747#M577738</guid>
      <dc:creator>Sachin Patel</dc:creator>
      <dc:date>2003-04-25T19:29:21Z</dc:date>
    </item>
    <item>
      <title>Re: ping localhost</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ping-localhost/m-p/2959748#M577739</link>
      <description>Quick DNS guide:&lt;BR /&gt;&lt;BR /&gt;/etc/nsswitch.conf as noted above.&lt;BR /&gt;&lt;BR /&gt;/etc/resolv.conf&lt;BR /&gt;&lt;BR /&gt;This tells the system where to look for DNS resolution. These guys need to resolve names not defined in /etc/hosts&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;To test&lt;BR /&gt;&lt;BR /&gt;nslookup local_host_name&lt;BR /&gt;&lt;BR /&gt;This should resolve and it should tell you whether it worked in files for DNS. The server providing the information should be identified.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Fri, 25 Apr 2003 19:30:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ping-localhost/m-p/2959748#M577739</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2003-04-25T19:30:51Z</dc:date>
    </item>
    <item>
      <title>Re: ping localhost</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ping-localhost/m-p/2959749#M577740</link>
      <description>Forget to say that if you have 127.0.0.1 entry in your /etc/hosts file then just edit /etc/nsswitch.conf file for hosts entry.&lt;BR /&gt;&lt;BR /&gt;hosts:    files dns&lt;BR /&gt;&lt;BR /&gt;Now nslookup will first look in to /etc/hosts file if it will not find the answer then it goes to dns.&lt;BR /&gt;&lt;BR /&gt;Sachin</description>
      <pubDate>Fri, 25 Apr 2003 19:32:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ping-localhost/m-p/2959749#M577740</guid>
      <dc:creator>Sachin Patel</dc:creator>
      <dc:date>2003-04-25T19:32:25Z</dc:date>
    </item>
    <item>
      <title>Re: ping localhost</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ping-localhost/m-p/2959750#M577741</link>
      <description>Be sure in /etc/hots the entry localhost is 127.0.0.1 not 127.0.0.0 like you say in your post.&lt;BR /&gt;&lt;BR /&gt;Frank.</description>
      <pubDate>Fri, 25 Apr 2003 19:52:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ping-localhost/m-p/2959750#M577741</guid>
      <dc:creator>Francisco J. Soler</dc:creator>
      <dc:date>2003-04-25T19:52:52Z</dc:date>
    </item>
    <item>
      <title>Re: ping localhost</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ping-localhost/m-p/2959751#M577742</link>
      <description>OK, I got it working now.&lt;BR /&gt;I tweaked the /etc/nsswitch.conf to look at the /etc/hosts file first and all is well.&lt;BR /&gt;&lt;BR /&gt;Thanks for the help.</description>
      <pubDate>Fri, 25 Apr 2003 20:04:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ping-localhost/m-p/2959751#M577742</guid>
      <dc:creator>Rfinley</dc:creator>
      <dc:date>2003-04-25T20:04:00Z</dc:date>
    </item>
    <item>
      <title>Re: ping localhost</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ping-localhost/m-p/2959752#M577743</link>
      <description>Hey.. Rfinley.. send me an email!&lt;BR /&gt;&lt;BR /&gt;Jon&lt;BR /&gt;js_finley@hotmail.com</description>
      <pubDate>Sun, 27 Apr 2003 01:19:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ping-localhost/m-p/2959752#M577743</guid>
      <dc:creator>Jon Finley</dc:creator>
      <dc:date>2003-04-27T01:19:40Z</dc:date>
    </item>
  </channel>
</rss>

