<?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: Setting up DNS in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/setting-up-dns/m-p/3229014#M571283</link>
    <description>IN BIND how did you set your lookup politics.&lt;BR /&gt;(Ie : Lokk first at ? What to do if you donf ind the address in the first phase ? .&lt;BR /&gt;&lt;BR /&gt;Run SAM and check this</description>
    <pubDate>Thu, 25 Mar 2004 09:54:24 GMT</pubDate>
    <dc:creator>Juan Manuel Naranjo A.</dc:creator>
    <dc:date>2004-03-25T09:54:24Z</dc:date>
    <item>
      <title>Setting up DNS</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/setting-up-dns/m-p/3229006#M571275</link>
      <description>Greetings,&lt;BR /&gt;I have a Windows Server 2003 set up as an internal DNS server.  What do I need to do to set up my HP-UX 11i server to refer to the Windows server for all DNS lookups?&lt;BR /&gt;&lt;BR /&gt;I tried setting up DNS(Bind).  I set it up as a "slave" to the Windows server, pointing to it as the DNS resolver.  When I do an nslookup &lt;HOSTNAME&gt;, I get the following message:&lt;BR /&gt;&lt;BR /&gt;*** Can't find server name for address &lt;IP address="" of="" windows="" server=""&gt;: Non-existent domain&lt;BR /&gt;*** Default servers are not available&lt;BR /&gt;Using /etc/hosts on:  &lt;HOSTNAME&gt;&lt;BR /&gt;&lt;BR /&gt;looking up FILES&lt;BR /&gt;Name:    &lt;HOSTNAME&gt;&lt;BR /&gt;Address:  &lt;IP address="" of="" host=""&gt;&lt;BR /&gt;Aliases:  &lt;FULLY qualified="" domain="" name="" of="" host=""&gt;&lt;BR /&gt;&lt;BR /&gt;What do I need to do?&lt;/FULLY&gt;&lt;/IP&gt;&lt;/HOSTNAME&gt;&lt;/HOSTNAME&gt;&lt;/IP&gt;&lt;/HOSTNAME&gt;</description>
      <pubDate>Wed, 24 Mar 2004 18:39:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/setting-up-dns/m-p/3229006#M571275</guid>
      <dc:creator>Paul J. Ledbetter, II</dc:creator>
      <dc:date>2004-03-24T18:39:55Z</dc:date>
    </item>
    <item>
      <title>Re: Setting up DNS</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/setting-up-dns/m-p/3229007#M571276</link>
      <description>Hi,&lt;BR /&gt; &lt;BR /&gt;  You need to configure /etc/resolv.conf and /etc/nsswitch.conf file in your HP-UX 11i server so that the DNS lookups from the 11i server will get forwarded to the windows server&lt;BR /&gt;&lt;BR /&gt;  # vi /etc/resolv.conf&lt;BR /&gt;  domain &lt;YOUR dns="" domain=""&gt;&lt;BR /&gt;  server &lt;DNS server="" ip="" address=""&gt;&lt;BR /&gt;  #&lt;BR /&gt;&lt;BR /&gt;  # vi /etc/nsswitch.conf&lt;BR /&gt;  hosts: dns files&lt;BR /&gt;  #&lt;BR /&gt;&lt;BR /&gt;Sundar&lt;BR /&gt;  &lt;BR /&gt;  &lt;BR /&gt;&lt;/DNS&gt;&lt;/YOUR&gt;</description>
      <pubDate>Wed, 24 Mar 2004 19:06:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/setting-up-dns/m-p/3229007#M571276</guid>
      <dc:creator>Sundar_7</dc:creator>
      <dc:date>2004-03-24T19:06:46Z</dc:date>
    </item>
    <item>
      <title>Re: Setting up DNS</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/setting-up-dns/m-p/3229008#M571277</link>
      <description>You do need network connectivity to the W2K server.&lt;BR /&gt;&lt;BR /&gt;To merely obtain dns information, you do not need BIND installed at all.&lt;BR /&gt;&lt;BR /&gt;The changes to nsswitch.conf and having the server in /etc/resolv.conf are enough.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Wed, 24 Mar 2004 19:12:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/setting-up-dns/m-p/3229008#M571277</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2004-03-24T19:12:39Z</dc:date>
    </item>
    <item>
      <title>Re: Setting up DNS</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/setting-up-dns/m-p/3229009#M571278</link>
      <description>This is what we use:&lt;BR /&gt;&lt;BR /&gt;in /etc/resolv.conf&lt;BR /&gt;&lt;BR /&gt;domain mydomain.com&lt;BR /&gt;nameserver xx.xx.xxx.x&lt;BR /&gt;nameserver xx.xx.xxx.x&lt;BR /&gt;&lt;BR /&gt;in /etc/nsswitch.conf&lt;BR /&gt;hosts: files     [NOTFOUND=continue UNAVAIL=return TRYAGAIN=return] dns   [NOTFOUND=return UNAVAIL=continue TRYAGAIN=return]&lt;BR /&gt;&lt;BR /&gt;Bind is not required.&lt;BR /&gt;</description>
      <pubDate>Wed, 24 Mar 2004 19:19:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/setting-up-dns/m-p/3229009#M571278</guid>
      <dc:creator>miracle</dc:creator>
      <dc:date>2004-03-24T19:19:44Z</dc:date>
    </item>
    <item>
      <title>Re: Setting up DNS</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/setting-up-dns/m-p/3229010#M571279</link>
      <description>Sundar,&lt;BR /&gt;The following is the contents of my resolv.conf:&lt;BR /&gt;&lt;BR /&gt;domain &lt;OUR domain=""&gt;&lt;BR /&gt;nameserver &lt;IP of="" windows="" dns="" server=""&gt;&lt;BR /&gt;search  &lt;OUR domain=""&gt;&lt;BR /&gt;&lt;BR /&gt;I just put this in my nsswitch.conf:&lt;BR /&gt;hosts: dns files&lt;BR /&gt;&lt;BR /&gt;Still the same thing&lt;/OUR&gt;&lt;/IP&gt;&lt;/OUR&gt;</description>
      <pubDate>Wed, 24 Mar 2004 19:22:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/setting-up-dns/m-p/3229010#M571279</guid>
      <dc:creator>Paul J. Ledbetter, II</dc:creator>
      <dc:date>2004-03-24T19:22:39Z</dc:date>
    </item>
    <item>
      <title>Re: Setting up DNS</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/setting-up-dns/m-p/3229011#M571280</link>
      <description>Miracle: I tried your solution: no-go.&lt;BR /&gt;Michael: I have network connectivity to W2K server.</description>
      <pubDate>Wed, 24 Mar 2004 19:27:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/setting-up-dns/m-p/3229011#M571280</guid>
      <dc:creator>Paul J. Ledbetter, II</dc:creator>
      <dc:date>2004-03-24T19:27:48Z</dc:date>
    </item>
    <item>
      <title>Re: Setting up DNS</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/setting-up-dns/m-p/3229012#M571281</link>
      <description>Try a ping of DNS server.&lt;BR /&gt;&lt;BR /&gt;If the ping succeeds&lt;BR /&gt;&lt;BR /&gt; # telnet &lt;DNS-SERVER&gt; 53&lt;BR /&gt;&lt;BR /&gt;The command should not return immediately.&lt;BR /&gt;&lt;BR /&gt;From your desktop try this&lt;BR /&gt;&lt;BR /&gt; # nslookup - &amp;lt;2003 DNS serverIP&amp;gt;&lt;BR /&gt;&lt;BR /&gt; &lt;BR /&gt;&lt;/DNS-SERVER&gt;</description>
      <pubDate>Wed, 24 Mar 2004 19:28:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/setting-up-dns/m-p/3229012#M571281</guid>
      <dc:creator>Sundar_7</dc:creator>
      <dc:date>2004-03-24T19:28:12Z</dc:date>
    </item>
    <item>
      <title>Re: Setting up DNS</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/setting-up-dns/m-p/3229013#M571282</link>
      <description>I can ping my Windows DNS server.  I can even ping internet addresses by host name like &lt;A href="http://www.google.com." target="_blank"&gt;www.google.com.&lt;/A&gt;  &lt;BR /&gt;&lt;BR /&gt;The telnet works as expected.  &lt;BR /&gt;&lt;BR /&gt;But still the same thing on nslookup, both on my XP pc and in my UNIX environment.</description>
      <pubDate>Wed, 24 Mar 2004 20:28:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/setting-up-dns/m-p/3229013#M571282</guid>
      <dc:creator>Paul J. Ledbetter, II</dc:creator>
      <dc:date>2004-03-24T20:28:39Z</dc:date>
    </item>
    <item>
      <title>Re: Setting up DNS</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/setting-up-dns/m-p/3229014#M571283</link>
      <description>IN BIND how did you set your lookup politics.&lt;BR /&gt;(Ie : Lokk first at ? What to do if you donf ind the address in the first phase ? .&lt;BR /&gt;&lt;BR /&gt;Run SAM and check this</description>
      <pubDate>Thu, 25 Mar 2004 09:54:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/setting-up-dns/m-p/3229014#M571283</guid>
      <dc:creator>Juan Manuel Naranjo A.</dc:creator>
      <dc:date>2004-03-25T09:54:24Z</dc:date>
    </item>
    <item>
      <title>Re: Setting up DNS</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/setting-up-dns/m-p/3229015#M571284</link>
      <description>Juan,&lt;BR /&gt;I do not understand what you are saying.</description>
      <pubDate>Thu, 25 Mar 2004 10:02:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/setting-up-dns/m-p/3229015#M571284</guid>
      <dc:creator>Paul J. Ledbetter, II</dc:creator>
      <dc:date>2004-03-25T10:02:26Z</dc:date>
    </item>
    <item>
      <title>Re: Setting up DNS</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/setting-up-dns/m-p/3229016#M571285</link>
      <description>1) you can only have either the domain or the search keyword in the /etc/resolv.conf.  Search can accept up to 6 domains.&lt;BR /&gt;&lt;BR /&gt;2) Are there any firewall between the windows and unix server?  Make sure port 53 for TCP and UDP is opened for name query and zone transfer.&lt;BR /&gt;&lt;BR /&gt;3) do this manually:&lt;BR /&gt;&lt;BR /&gt;   nslookup &lt;FQDN&gt; &lt;IP of="" your="" windows="" server=""&gt;&lt;BR /&gt;&lt;BR /&gt;   Do you get any output?&lt;BR /&gt;&lt;BR /&gt;&lt;/IP&gt;&lt;/FQDN&gt;</description>
      <pubDate>Thu, 25 Mar 2004 19:03:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/setting-up-dns/m-p/3229016#M571285</guid>
      <dc:creator>Wilfred Chau_1</dc:creator>
      <dc:date>2004-03-25T19:03:07Z</dc:date>
    </item>
    <item>
      <title>Re: Setting up DNS</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/setting-up-dns/m-p/3229017#M571286</link>
      <description>Hi Paul,&lt;BR /&gt;&lt;BR /&gt;Please check this link:&lt;BR /&gt;&lt;A href="http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=5956" target="_blank"&gt;http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=5956&lt;/A&gt;&lt;BR /&gt;&lt;A href="http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=97345" target="_blank"&gt;http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=97345&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 25 Mar 2004 21:21:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/setting-up-dns/m-p/3229017#M571286</guid>
      <dc:creator>Sanjiv Sharma_1</dc:creator>
      <dc:date>2004-03-25T21:21:51Z</dc:date>
    </item>
    <item>
      <title>Re: Setting up DNS</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/setting-up-dns/m-p/3229018#M571287</link>
      <description>Sanjiv,&lt;BR /&gt;I had JUST set up a reverse lookup on my Windows 2003 server when I read the links you sent me.  The problem is fixed.  Thanks a lot.</description>
      <pubDate>Fri, 26 Mar 2004 07:54:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/setting-up-dns/m-p/3229018#M571287</guid>
      <dc:creator>Paul J. Ledbetter, II</dc:creator>
      <dc:date>2004-03-26T07:54:41Z</dc:date>
    </item>
  </channel>
</rss>

