<?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 Use a caching name server on HP-UX 11.0 in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/use-a-caching-name-server-on-hp-ux-11-0/m-p/3138936#M154757</link>
    <description>Hi all,&lt;BR /&gt;&lt;BR /&gt;I am trying to configure a caching name server.&lt;BR /&gt;I started to do it with SAM.&lt;BR /&gt;As soon as i change my /etc/resolv.conf to something like this:&lt;BR /&gt;----&lt;BR /&gt;domain aloha.com&lt;BR /&gt;nameserver 127.0.0.1&lt;BR /&gt;----&lt;BR /&gt;I can resolv any hostnames anymore.&lt;BR /&gt;my nsswitch.conf has the following entry:&lt;BR /&gt;----&lt;BR /&gt;hosts: files dns&lt;BR /&gt;----&lt;BR /&gt;&lt;BR /&gt;As soon as i put the internal DNS (with whom i configured my caching DNS) in the /etc/resolv.conf instead of the 127.0.0.1 i can do resolving again. &lt;BR /&gt;&lt;BR /&gt;Anyone any clues?&lt;BR /&gt;Thanks in advance!&lt;BR /&gt;&lt;BR /&gt;Grz. Johan</description>
    <pubDate>Mon, 08 Dec 2003 13:28:41 GMT</pubDate>
    <dc:creator>Johan Barelds</dc:creator>
    <dc:date>2003-12-08T13:28:41Z</dc:date>
    <item>
      <title>Use a caching name server on HP-UX 11.0</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/use-a-caching-name-server-on-hp-ux-11-0/m-p/3138936#M154757</link>
      <description>Hi all,&lt;BR /&gt;&lt;BR /&gt;I am trying to configure a caching name server.&lt;BR /&gt;I started to do it with SAM.&lt;BR /&gt;As soon as i change my /etc/resolv.conf to something like this:&lt;BR /&gt;----&lt;BR /&gt;domain aloha.com&lt;BR /&gt;nameserver 127.0.0.1&lt;BR /&gt;----&lt;BR /&gt;I can resolv any hostnames anymore.&lt;BR /&gt;my nsswitch.conf has the following entry:&lt;BR /&gt;----&lt;BR /&gt;hosts: files dns&lt;BR /&gt;----&lt;BR /&gt;&lt;BR /&gt;As soon as i put the internal DNS (with whom i configured my caching DNS) in the /etc/resolv.conf instead of the 127.0.0.1 i can do resolving again. &lt;BR /&gt;&lt;BR /&gt;Anyone any clues?&lt;BR /&gt;Thanks in advance!&lt;BR /&gt;&lt;BR /&gt;Grz. Johan</description>
      <pubDate>Mon, 08 Dec 2003 13:28:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/use-a-caching-name-server-on-hp-ux-11-0/m-p/3138936#M154757</guid>
      <dc:creator>Johan Barelds</dc:creator>
      <dc:date>2003-12-08T13:28:41Z</dc:date>
    </item>
    <item>
      <title>Re: Use a caching name server on HP-UX 11.0</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/use-a-caching-name-server-on-hp-ux-11-0/m-p/3138937#M154758</link>
      <description>Instead of giving 127.0.0.1 in the resolv.conf try giving the IP address of the system itself (i.e IP of the cache-DNS server). &lt;BR /&gt;&lt;BR /&gt;Also try doing a "telnet IP_Cache_DNS 53" to see if the service is running.&lt;BR /&gt;&lt;BR /&gt;-Karthik S S</description>
      <pubDate>Mon, 08 Dec 2003 13:45:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/use-a-caching-name-server-on-hp-ux-11-0/m-p/3138937#M154758</guid>
      <dc:creator>Karthik S S</dc:creator>
      <dc:date>2003-12-08T13:45:06Z</dc:date>
    </item>
    <item>
      <title>Re: Use a caching name server on HP-UX 11.0</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/use-a-caching-name-server-on-hp-ux-11-0/m-p/3138938#M154759</link>
      <description>Just add the ip of the internal DNS on the next line of resolv.conf&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Also, do you have a forwarders statment in named.conf?&lt;BR /&gt;&lt;BR /&gt;options {&lt;BR /&gt;        directory        "/etc/namedb";&lt;BR /&gt;        forwarders       {&lt;BR /&gt;                192.168.2.100; // dns server1&lt;BR /&gt;                192.168.2.101; // dns server2&lt;BR /&gt;                192.158.9.100; // dns server3&lt;BR /&gt;         };&lt;BR /&gt;        forward only;                   // while in transition&lt;BR /&gt;};&lt;BR /&gt;&lt;BR /&gt;Rgds...Geoff</description>
      <pubDate>Mon, 08 Dec 2003 13:49:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/use-a-caching-name-server-on-hp-ux-11-0/m-p/3138938#M154759</guid>
      <dc:creator>Geoff Wild</dc:creator>
      <dc:date>2003-12-08T13:49:46Z</dc:date>
    </item>
    <item>
      <title>Re: Use a caching name server on HP-UX 11.0</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/use-a-caching-name-server-on-hp-ux-11-0/m-p/3138939#M154760</link>
      <description>If i use "localhost 127.0.0.1" in my resolv.conf i get something like:--#nslookup &lt;A href="http://www.ad.nlUsing" target="_blank"&gt;www.ad.nlUsing&lt;/A&gt; /etc/hosts on:  untrsp03looking up FILESTrying DNS--If i change 127.0.0.1 to the real ipadress is hangs right away (not showing the FILES lookup anymore).It looks that that's not the solution to me. Telnetting to port 53 works fine though in both situations.Geoff:I don't have named.conf ?!!--#ls -al /etc/named*lr-xr--r-T   1 root       sys             15 May 13  2003 /etc/named -&amp;gt; /usr/sbin/namedlr-xr-xr-t   1 root       sys             20 May 13  2003 /etc/named-xfer -&amp;gt; /usr/sbin/named-xfer-rw-r--r--   1 root       sys            111 Sep  4 20:40 /etc/named.boot-rw-r--r--   1 root       sys             58 Sep  4 20:04 /etc/named.boot.bak-rw-r--r--   1 root       sys            113 Sep  4 19:36 /etc/named.boot.old/etc/named.data:total 20drwxr-xr-x   2 root       sys           1024 Sep  4 20:04 .dr-xr-xr-x  29 bin        bin           6144 Dec  8 19:21 ..-rw-r--r--   1 root       sys            485 May 25  2003 db.127.0.0-rw-r--r--   1 root       sys           1414 Sep  4 19:54 db.cache----Do you mean perhaps the files in /etc/named.data??Thanks again for your replies.Grz. Johan</description>
      <pubDate>Mon, 08 Dec 2003 14:06:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/use-a-caching-name-server-on-hp-ux-11-0/m-p/3138939#M154760</guid>
      <dc:creator>Johan Barelds</dc:creator>
      <dc:date>2003-12-08T14:06:53Z</dc:date>
    </item>
    <item>
      <title>Re: Use a caching name server on HP-UX 11.0</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/use-a-caching-name-server-on-hp-ux-11-0/m-p/3138940#M154761</link>
      <description>Barelds - you have a named.boot - that means you are running an old Bind - 4.X - I suggest you upgrade ASAP....&lt;BR /&gt;&lt;BR /&gt;in your named.boot - add a line like:&lt;BR /&gt;&lt;BR /&gt;forwarders 192.168.2.100 192.168.2.101&lt;BR /&gt;&lt;BR /&gt;Of course, put in the ip's of your DNS servers...&lt;BR /&gt;&lt;BR /&gt;Rgds...Geoff&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 08 Dec 2003 16:49:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/use-a-caching-name-server-on-hp-ux-11-0/m-p/3138940#M154761</guid>
      <dc:creator>Geoff Wild</dc:creator>
      <dc:date>2003-12-08T16:49:04Z</dc:date>
    </item>
  </channel>
</rss>

