<?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: DNS config in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/dns-config/m-p/2705841#M587285</link>
    <description>Look at a bind.conf entry called forwarders.  This will fix the problem whether your are primary or secondary DNS.&lt;BR /&gt;&lt;BR /&gt;NOTE:  It is very impolite to use a forwarder without permission!  Ask the person/company who maintains the server you will leach from!&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Shannon</description>
    <pubDate>Thu, 18 Apr 2002 15:06:08 GMT</pubDate>
    <dc:creator>Shannon Petry</dc:creator>
    <dc:date>2002-04-18T15:06:08Z</dc:date>
    <item>
      <title>DNS config</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/dns-config/m-p/2705834#M587278</link>
      <description>I would like to ask how to config the DNS server to query other DNS server if the hostname is not found in its DB.&lt;BR /&gt;&lt;BR /&gt;Thanks.</description>
      <pubDate>Thu, 18 Apr 2002 01:47:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/dns-config/m-p/2705834#M587278</guid>
      <dc:creator>Ryan Ma</dc:creator>
      <dc:date>2002-04-18T01:47:17Z</dc:date>
    </item>
    <item>
      <title>Re: DNS config</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/dns-config/m-p/2705835#M587279</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;You have to enable recursion to have your DNS server query other DNS servers on your DNS client's behalf, instead of returning references to other DNS servers for your DNS client to query (non-recursive). &lt;BR /&gt;&lt;BR /&gt;You have to set the following under options in the bind configuration file (named.conf):&lt;BR /&gt;&lt;BR /&gt;recursion yes;&lt;BR /&gt;&lt;BR /&gt;Note however that enabling recursion exposes your DNS server to DNS cache poisoning and performance degradation.&lt;BR /&gt;&lt;BR /&gt;Hope this helps. Regards.&lt;BR /&gt;&lt;BR /&gt;Steven Sim Kok Leong</description>
      <pubDate>Thu, 18 Apr 2002 02:23:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/dns-config/m-p/2705835#M587279</guid>
      <dc:creator>Steven Sim Kok Leong</dc:creator>
      <dc:date>2002-04-18T02:23:42Z</dc:date>
    </item>
    <item>
      <title>Re: DNS config</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/dns-config/m-p/2705836#M587280</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Am I right to assume that this server is a &lt;BR /&gt;secondary DNS server?&lt;BR /&gt;If so you should have the primary DNS server&lt;BR /&gt;listed in your /etc/resolv.conf file.&lt;BR /&gt;It should ten go an look up the primary DNS&lt;BR /&gt;if it does not find it in either it's own&lt;BR /&gt;DNS entries or in it's local /etc/hosts file.&lt;BR /&gt;This will depend on how also your &lt;BR /&gt;/etc/nswwitch.conf file is configured.&lt;BR /&gt;&lt;BR /&gt;Here is how I have mine:&lt;BR /&gt;&lt;BR /&gt;/etc/resolv.conf&lt;BR /&gt;domain domain.com.au&lt;BR /&gt;nameserver 10.88.101.2&lt;BR /&gt;&lt;BR /&gt;/etc/nsswitch.conf&lt;BR /&gt;hosts: dns     [NOTFOUND=continue UNAVAIL=return TRYAGAIN=return] files   [NOTF&lt;BR /&gt;OUND=return UNAVAIL=continue TRYAGAIN=return]&lt;BR /&gt;&lt;BR /&gt;HTH&lt;BR /&gt;Michael</description>
      <pubDate>Thu, 18 Apr 2002 02:23:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/dns-config/m-p/2705836#M587280</guid>
      <dc:creator>Michael Tully</dc:creator>
      <dc:date>2002-04-18T02:23:50Z</dc:date>
    </item>
    <item>
      <title>Re: DNS config</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/dns-config/m-p/2705837#M587281</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Another thought I had how I would set this up.&lt;BR /&gt;&lt;BR /&gt;Your DNS (primary is set up on another machine)&lt;BR /&gt;&lt;BR /&gt;Set up your /etc/resolv.conf file like this:&lt;BR /&gt;&lt;BR /&gt;/etc/resolv.conf&lt;BR /&gt;domain domain.com.au&lt;BR /&gt;nameserver 10.88.101.2&lt;BR /&gt;&lt;BR /&gt;/etc/nsswitch.conf&lt;BR /&gt;hosts: files     [NOTFOUND=continue UNAVAIL=return TRYAGAIN=return] dns   [NOTFO&lt;BR /&gt;UND=return UNAVAIL=continue TRYAGAIN=return]&lt;BR /&gt;&lt;BR /&gt;Note how the system is told to try and &lt;BR /&gt;resolve locally before attempting query on&lt;BR /&gt;the DNS server. You can of course of more&lt;BR /&gt;than one DNS server in which to query.&lt;BR /&gt;&lt;BR /&gt;Michael</description>
      <pubDate>Thu, 18 Apr 2002 03:13:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/dns-config/m-p/2705837#M587281</guid>
      <dc:creator>Michael Tully</dc:creator>
      <dc:date>2002-04-18T03:13:50Z</dc:date>
    </item>
    <item>
      <title>Re: DNS config</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/dns-config/m-p/2705838#M587282</link>
      <description>If you wanted to set up DNS yourself, the link below provides the necessary information on how to do it:&lt;BR /&gt;&lt;BR /&gt;Start with this document:&lt;BR /&gt;&lt;A href="http://docs.hp.com/hpux/onlinedocs/B2355-90147/B2355-90147.html" target="_blank"&gt;http://docs.hp.com/hpux/onlinedocs/B2355-90147/B2355-90147.html&lt;/A&gt; &lt;BR /&gt;&lt;BR /&gt;If you need more look here:&lt;BR /&gt;&lt;A href="http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0xe3337b8d1de3d5118ff40090279cd0f9,00.html" target="_blank"&gt;http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0xe3337b8d1de3d5118ff40090279cd0f9,00.html&lt;/A&gt;</description>
      <pubDate>Thu, 18 Apr 2002 03:23:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/dns-config/m-p/2705838#M587282</guid>
      <dc:creator>Michael Tully</dc:creator>
      <dc:date>2002-04-18T03:23:53Z</dc:date>
    </item>
    <item>
      <title>Re: DNS config</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/dns-config/m-p/2705839#M587283</link>
      <description>wel depending on what you want I would think you are looking for the usage of 'forwarders' , it is enough to put in the root server of your domains config file a forwarder statement pointing to another DNS servers IP , then all other request then your own domain will be sent there , I would refer you to the O'Reilly books on Bind , they contain some good information on how this principle works</description>
      <pubDate>Thu, 18 Apr 2002 12:05:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/dns-config/m-p/2705839#M587283</guid>
      <dc:creator>sven verhaegen</dc:creator>
      <dc:date>2002-04-18T12:05:32Z</dc:date>
    </item>
    <item>
      <title>Re: DNS config</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/dns-config/m-p/2705840#M587284</link>
      <description>What I understand from your question is that you want to quary a DNS server  (another) without putting its hostname in /etc/hosts file of main DNS server.&lt;BR /&gt;&lt;BR /&gt;If this is true, then you can do following. &lt;BR /&gt;&lt;BR /&gt;1. Identify the domain for another DNS machine (to whom you want to query) and put its name in db.domainname file in top entries.&lt;BR /&gt;&lt;BR /&gt;you will then abler to quary another DNS as well as hosts designatred to that DNS server.&lt;BR /&gt;&lt;BR /&gt;suppose your domain name is &lt;BR /&gt;xyz.com and the another dns machine's domainnane is ab.xyz.com then enter IP address and hostname of another DNS in db.xyz file of main dns.&lt;BR /&gt;&lt;BR /&gt;That will work out.&lt;BR /&gt;Thanks,&lt;BR /&gt;-pap</description>
      <pubDate>Thu, 18 Apr 2002 14:54:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/dns-config/m-p/2705840#M587284</guid>
      <dc:creator>pap</dc:creator>
      <dc:date>2002-04-18T14:54:45Z</dc:date>
    </item>
    <item>
      <title>Re: DNS config</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/dns-config/m-p/2705841#M587285</link>
      <description>Look at a bind.conf entry called forwarders.  This will fix the problem whether your are primary or secondary DNS.&lt;BR /&gt;&lt;BR /&gt;NOTE:  It is very impolite to use a forwarder without permission!  Ask the person/company who maintains the server you will leach from!&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Shannon</description>
      <pubDate>Thu, 18 Apr 2002 15:06:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/dns-config/m-p/2705841#M587285</guid>
      <dc:creator>Shannon Petry</dc:creator>
      <dc:date>2002-04-18T15:06:08Z</dc:date>
    </item>
  </channel>
</rss>

