<?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: Revers DNS lookup in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/revers-dns-lookup/m-p/4927622#M557941</link>
    <description>Yep,&lt;BR /&gt;&lt;BR /&gt;just populate your /etc/hosts file with the entries and make sure that in /etc/nsswitch.conf in hosts line files comes first.&lt;BR /&gt;&lt;BR /&gt;This way it will first check in files and it will be very fast.&lt;BR /&gt;&lt;BR /&gt;Alex.</description>
    <pubDate>Wed, 21 Sep 2005 01:33:52 GMT</pubDate>
    <dc:creator>Alex Lavrov.</dc:creator>
    <dc:date>2005-09-21T01:33:52Z</dc:date>
    <item>
      <title>Revers DNS lookup</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/revers-dns-lookup/m-p/4927621#M557940</link>
      <description>Hello&lt;BR /&gt;&lt;BR /&gt;Our app server tries to reverse lookup the connection query to find out the server name and all requests to that server are delayed by 10-15 sec. &lt;BR /&gt;&lt;BR /&gt;Unfortunately, I can not change outdated reverse lookup records in DNS and can not disable reverse dns lookup for my app. Is it possible to manage private Reverse IP lookups through files contained simple list of computer names and associated static IP?&lt;BR /&gt;&lt;BR /&gt;Thanks</description>
      <pubDate>Wed, 21 Sep 2005 01:29:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/revers-dns-lookup/m-p/4927621#M557940</guid>
      <dc:creator>Sergejs Svitnevs</dc:creator>
      <dc:date>2005-09-21T01:29:08Z</dc:date>
    </item>
    <item>
      <title>Re: Revers DNS lookup</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/revers-dns-lookup/m-p/4927622#M557941</link>
      <description>Yep,&lt;BR /&gt;&lt;BR /&gt;just populate your /etc/hosts file with the entries and make sure that in /etc/nsswitch.conf in hosts line files comes first.&lt;BR /&gt;&lt;BR /&gt;This way it will first check in files and it will be very fast.&lt;BR /&gt;&lt;BR /&gt;Alex.</description>
      <pubDate>Wed, 21 Sep 2005 01:33:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/revers-dns-lookup/m-p/4927622#M557941</guid>
      <dc:creator>Alex Lavrov.</dc:creator>
      <dc:date>2005-09-21T01:33:52Z</dc:date>
    </item>
    <item>
      <title>Re: Revers DNS lookup</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/revers-dns-lookup/m-p/4927623#M557942</link>
      <description>Basic setup to use /etc/hosts file with hosts: entry setting in /etc/nsswitch.conf.&lt;BR /&gt;&lt;BR /&gt;Change hosts: entry as,&lt;BR /&gt;&lt;BR /&gt;-- /etc/nsswitch.conf --&lt;BR /&gt;hosts: files &lt;OTHERS like="" dns="" etc=""&gt;&lt;BR /&gt;&lt;BR /&gt;-- /etc/hosts&lt;BR /&gt;127.0.0.1       localhost       loopback&lt;BR /&gt;ip-address     fqdn              hostname&lt;BR /&gt;&lt;BR /&gt;It will do your need. Just copy this /etc/hosts file setting to all available machines in the network.&lt;BR /&gt;&lt;BR /&gt;Check routing entry for this also If machine is not reachable.&lt;BR /&gt;# netstat -rn&lt;BR /&gt;&lt;BR /&gt;hth.&lt;/OTHERS&gt;</description>
      <pubDate>Wed, 21 Sep 2005 01:42:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/revers-dns-lookup/m-p/4927623#M557942</guid>
      <dc:creator>Muthukumar_5</dc:creator>
      <dc:date>2005-09-21T01:42:01Z</dc:date>
    </item>
    <item>
      <title>Re: Revers DNS lookup</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/revers-dns-lookup/m-p/4927624#M557943</link>
      <description>Edit your /etc/hosts and add your static IPs there. It should do. &lt;BR /&gt;&lt;BR /&gt;-Arun</description>
      <pubDate>Wed, 21 Sep 2005 01:47:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/revers-dns-lookup/m-p/4927624#M557943</guid>
      <dc:creator>Arunvijai_4</dc:creator>
      <dc:date>2005-09-21T01:47:38Z</dc:date>
    </item>
    <item>
      <title>Re: Revers DNS lookup</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/revers-dns-lookup/m-p/4927625#M557944</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;I had this problem as well, adding hostname to /etc/hosts is not a good solution because the ip address and hostname are keeping changing. New hosts could be added to the network everyday. &lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 21 Sep 2005 01:48:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/revers-dns-lookup/m-p/4927625#M557944</guid>
      <dc:creator>njia_1</dc:creator>
      <dc:date>2005-09-21T01:48:49Z</dc:date>
    </item>
    <item>
      <title>Re: Revers DNS lookup</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/revers-dns-lookup/m-p/4927626#M557946</link>
      <description>From my point of view I can use /etc/hosts file for Forward DNS lookup (hostname-&amp;gt;IP)only. &lt;BR /&gt;Reverse IP address lookup converts the IP to the name and '/etc/hosts' file does not support this future.</description>
      <pubDate>Wed, 21 Sep 2005 01:51:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/revers-dns-lookup/m-p/4927626#M557946</guid>
      <dc:creator>Sergejs Svitnevs</dc:creator>
      <dc:date>2005-09-21T01:51:43Z</dc:date>
    </item>
    <item>
      <title>Re: Revers DNS lookup</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/revers-dns-lookup/m-p/4927627#M557948</link>
      <description>/etc/hosts will be able to reverse lookup too. (ip-address --&amp;gt; hostname)&lt;BR /&gt;&lt;BR /&gt;--- /etc/hosts ---&lt;BR /&gt;127.0.0.1 localhost  loopback&lt;BR /&gt;&lt;BR /&gt;# nslookup 127.0.0.1&lt;BR /&gt;Using /etc/hosts on: hostname&lt;BR /&gt;&lt;BR /&gt;looking up FILES&lt;BR /&gt;Name:    localhost&lt;BR /&gt;Address:  127.0.0.1&lt;BR /&gt;Aliases:  loopback&lt;BR /&gt;&lt;BR /&gt;It will return localhost and loopback there on configuring hosts: files there.&lt;BR /&gt;&lt;BR /&gt;It is showing that it is doing R-Lookup too.&lt;BR /&gt;&lt;BR /&gt;hth.</description>
      <pubDate>Wed, 21 Sep 2005 03:10:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/revers-dns-lookup/m-p/4927627#M557948</guid>
      <dc:creator>Muthukumar_5</dc:creator>
      <dc:date>2005-09-21T03:10:57Z</dc:date>
    </item>
    <item>
      <title>Re: Revers DNS lookup</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/revers-dns-lookup/m-p/4927628#M557949</link>
      <description>It does.&lt;BR /&gt;&lt;BR /&gt;host-&amp;gt;ip and ip-&amp;gt;host, works both with /etc/hosts.&lt;BR /&gt;&lt;BR /&gt;Alex.</description>
      <pubDate>Wed, 21 Sep 2005 03:11:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/revers-dns-lookup/m-p/4927628#M557949</guid>
      <dc:creator>Alex Lavrov.</dc:creator>
      <dc:date>2005-09-21T03:11:31Z</dc:date>
    </item>
    <item>
      <title>Re: Revers DNS lookup</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/revers-dns-lookup/m-p/4927629#M557950</link>
      <description>Thanks</description>
      <pubDate>Wed, 21 Sep 2005 04:00:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/revers-dns-lookup/m-p/4927629#M557950</guid>
      <dc:creator>Sergejs Svitnevs</dc:creator>
      <dc:date>2005-09-21T04:00:02Z</dc:date>
    </item>
  </channel>
</rss>

