<?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: Reverse lookup??? in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/reverse-lookup/m-p/2820002#M580819</link>
    <description>I haven't /etc/named.conf file but some host can be reverse resolved , others not why?&lt;BR /&gt;&lt;BR /&gt;Regards...&lt;BR /&gt;PSS&lt;BR /&gt;</description>
    <pubDate>Mon, 07 Oct 2002 12:04:30 GMT</pubDate>
    <dc:creator>PSS SYS ADMIN</dc:creator>
    <dc:date>2002-10-07T12:04:30Z</dc:date>
    <item>
      <title>Reverse lookup???</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/reverse-lookup/m-p/2819999#M580816</link>
      <description>Hi everyone,&lt;BR /&gt;I have an hpux11 dns server that resolves all the host of the domain.&lt;BR /&gt;I've inserted a new record that is successfully resolved by the hostname. But if I try to resolve the ip the nslookup fails without resolveing he ip.&lt;BR /&gt;What i have to verify?&lt;BR /&gt;&lt;BR /&gt;Regards...&lt;BR /&gt;PSS&lt;BR /&gt;</description>
      <pubDate>Mon, 07 Oct 2002 10:58:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/reverse-lookup/m-p/2819999#M580816</guid>
      <dc:creator>PSS SYS ADMIN</dc:creator>
      <dc:date>2002-10-07T10:58:18Z</dc:date>
    </item>
    <item>
      <title>Re: Reverse lookup???</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/reverse-lookup/m-p/2820000#M580817</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;For reverse lookup to work sucessfully you need to create a reverse zone database file&lt;BR /&gt;and point it in /etc/named.conf like forward&lt;BR /&gt;zone files. &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;example file:&lt;BR /&gt;; the 12.76.149.in-addr.arpa domain.&lt;BR /&gt;            @                IN     SOA   {&lt;BR /&gt;                                 niels.physics.groucho.edu.&lt;BR /&gt;                                 hostmaster.niels.physics.groucho.edu.&lt;BR /&gt;                                 233 360000 3600 3600000 3600&lt;BR /&gt;                               }&lt;BR /&gt;            2                IN     PTR       otto.physics.groucho.edu.&lt;BR /&gt;            4                IN     PTR       quark.physics.groucho.edu.&lt;BR /&gt;            5                IN     PTR       down.physics.groucho.edu.&lt;BR /&gt;            6                IN     PTR       strange.physics.groucho.edu.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;      Figure 8.    An  excerpt  from  the named.rev file for network&lt;BR /&gt;                 149.76.&lt;BR /&gt;&lt;BR /&gt;           ;&lt;BR /&gt;            ; the 76.149.in-addr.arpa domain.&lt;BR /&gt;            @                   IN       SOA          {&lt;BR /&gt;                                 vax12.gcc.groucho.edu.&lt;BR /&gt;                                 hostmaster.vax12.gcc.groucho.edu.&lt;BR /&gt;                                 233 360000 3600 3600000 3600&lt;BR /&gt;                               }&lt;BR /&gt;            ...&lt;BR /&gt;            ; subnet 4: Mathematics Dept.&lt;BR /&gt;            1.4              IN     PTR      sophus.maths.groucho.edu.&lt;BR /&gt;            17.4             IN     PTR      erdos.maths.groucho.edu.&lt;BR /&gt;            23.4             IN     PTR      gauss.maths.groucho.edu.&lt;BR /&gt;            ...&lt;BR /&gt;            ; subnet 12: Physics Dept, separate zone&lt;BR /&gt;            12               IN     NS       niels.physics.groucho.edu.&lt;BR /&gt;                             IN     NS       gauss.maths.groucho.edu.&lt;BR /&gt;            niels.physics.groucho.edu. IN  A 149.76.12.1&lt;BR /&gt;            gauss.maths.groucho.edu. IN  A   149.76.4.23&lt;BR /&gt;            &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;12.76.149.in-addr.arpa domain. is the zone name to be included in /etc/named.conf. where&lt;BR /&gt;149.76.12.0 is the network address in the example.&lt;BR /&gt;&lt;BR /&gt;regards,&lt;BR /&gt;U.SivaKumar&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 07 Oct 2002 11:08:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/reverse-lookup/m-p/2820000#M580817</guid>
      <dc:creator>U.SivaKumar_2</dc:creator>
      <dc:date>2002-10-07T11:08:22Z</dc:date>
    </item>
    <item>
      <title>Re: Reverse lookup???</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/reverse-lookup/m-p/2820001#M580818</link>
      <description>For example , if you have 90.0.0.0 network&lt;BR /&gt;&lt;BR /&gt;Then in /etc/named.conf put this lines&lt;BR /&gt; zone "90.in-addr.arpa" in {&lt;BR /&gt;    type master;&lt;BR /&gt;    file "named.reverse";&lt;BR /&gt;};&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;named.reverse is the file we have just created&lt;BR /&gt;&lt;BR /&gt;If otto.physics.groucho.edu. has IP address&lt;BR /&gt;90.0.0.2 then in named.reverse file you should have a entry like this.&lt;BR /&gt;&lt;BR /&gt;2 IN PTR otto.physics.groucho.edu. &lt;BR /&gt;&lt;BR /&gt;Then restart named.&lt;BR /&gt;&lt;BR /&gt;Now reverse lookup of 90.0.0.2 will give &lt;BR /&gt;&lt;BR /&gt;otto.physics.groucho.edu. as answer.&lt;BR /&gt;&lt;BR /&gt;regards,&lt;BR /&gt;U.Sivakumar&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 07 Oct 2002 11:17:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/reverse-lookup/m-p/2820001#M580818</guid>
      <dc:creator>U.SivaKumar_2</dc:creator>
      <dc:date>2002-10-07T11:17:54Z</dc:date>
    </item>
    <item>
      <title>Re: Reverse lookup???</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/reverse-lookup/m-p/2820002#M580819</link>
      <description>I haven't /etc/named.conf file but some host can be reverse resolved , others not why?&lt;BR /&gt;&lt;BR /&gt;Regards...&lt;BR /&gt;PSS&lt;BR /&gt;</description>
      <pubDate>Mon, 07 Oct 2002 12:04:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/reverse-lookup/m-p/2820002#M580819</guid>
      <dc:creator>PSS SYS ADMIN</dc:creator>
      <dc:date>2002-10-07T12:04:30Z</dc:date>
    </item>
    <item>
      <title>Re: Reverse lookup???</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/reverse-lookup/m-p/2820003#M580820</link>
      <description>Hi PSS,&lt;BR /&gt;&lt;BR /&gt;The reverse file(s) is usually named&lt;BR /&gt;/etc/named.data/db.xxx.xxx.xxx &lt;BR /&gt;where xxx.xxx.xxx is the subnet IP&lt;BR /&gt;&lt;BR /&gt;Whereas the forward lookup file is usually named&lt;BR /&gt;/etc/named.data/db.boota&lt;BR /&gt;for an example boota.com domain&lt;BR /&gt;&lt;BR /&gt;The /etc/named.boot file will contain pointers to both these files as follows:&lt;BR /&gt;&lt;BR /&gt;primary   boota.com    db.boota&lt;BR /&gt;primary   3.168.192.IN-ADDR.ARPA   db.192.168.3&lt;BR /&gt;&lt;BR /&gt;The db.192.168.3 file would have a reverse  entry for each ip in the subnet as follows:&lt;BR /&gt;&lt;BR /&gt;10   IN   PTR   myhost.boota.com&lt;BR /&gt;&lt;BR /&gt;The db.boota file has forward entries as follows:&lt;BR /&gt;&lt;BR /&gt;myhost   IN   A   192.168.3.10&lt;BR /&gt;&lt;BR /&gt;Hope this answers your question.&lt;BR /&gt;&lt;BR /&gt;Rgds,&lt;BR /&gt;Jeff</description>
      <pubDate>Mon, 07 Oct 2002 21:18:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/reverse-lookup/m-p/2820003#M580820</guid>
      <dc:creator>Jeff Schussele</dc:creator>
      <dc:date>2002-10-07T21:18:47Z</dc:date>
    </item>
    <item>
      <title>Re: Reverse lookup???</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/reverse-lookup/m-p/2820004#M580821</link>
      <description>where did you add your host to?  host table or dns?  check also your /etc/nsswitch.conf, see if dns is used before files is used in a line starting with hosts.</description>
      <pubDate>Mon, 07 Oct 2002 22:01:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/reverse-lookup/m-p/2820004#M580821</guid>
      <dc:creator>Wilfred Chau_1</dc:creator>
      <dc:date>2002-10-07T22:01:56Z</dc:date>
    </item>
    <item>
      <title>Re: Reverse lookup???</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/reverse-lookup/m-p/2820005#M580822</link>
      <description>Thank you Jeff,&lt;BR /&gt;your post was fully exaustive!&lt;BR /&gt;&lt;BR /&gt;Regards...&lt;BR /&gt;PSS</description>
      <pubDate>Tue, 08 Oct 2002 07:09:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/reverse-lookup/m-p/2820005#M580822</guid>
      <dc:creator>PSS SYS ADMIN</dc:creator>
      <dc:date>2002-10-08T07:09:36Z</dc:date>
    </item>
  </channel>
</rss>

