<?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: configuring DNS in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/configuring-dns/m-p/3027226#M909937</link>
    <description>Hi&lt;BR /&gt;&lt;BR /&gt;Client&lt;BR /&gt;If you already have a DNS server setup then update the 2 files as follows:&lt;BR /&gt;1. /etc/resolv.conf&lt;BR /&gt;nameserver &lt;IP of="" dns="" server=""&gt;&lt;BR /&gt;2. /etc/nsswitch.conf&lt;BR /&gt;hosts: dns files&lt;BR /&gt;&lt;BR /&gt;Server &lt;BR /&gt;Use the hosts_to_named command.&lt;BR /&gt;The Admin guide below (Chp 3) has details on setting up a DNS server.&lt;BR /&gt;&lt;A href="http://www.docs.hp.com/hpux/pdf/B2355-90147.pdf" target="_blank"&gt;http://www.docs.hp.com/hpux/pdf/B2355-90147.pdf&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Cheers&lt;BR /&gt;Con&lt;BR /&gt;&lt;BR /&gt;&lt;/IP&gt;</description>
    <pubDate>Fri, 18 Jul 2003 09:34:13 GMT</pubDate>
    <dc:creator>Con O'Kelly</dc:creator>
    <dc:date>2003-07-18T09:34:13Z</dc:date>
    <item>
      <title>configuring DNS</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/configuring-dns/m-p/3027224#M909935</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;can someone tell me how to enable/configure DNS in hpux 11i as I need to network several workstations.&lt;BR /&gt;&lt;BR /&gt;thanks&lt;BR /&gt;Liz.</description>
      <pubDate>Fri, 18 Jul 2003 09:20:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/configuring-dns/m-p/3027224#M909935</guid>
      <dc:creator>Liz_9</dc:creator>
      <dc:date>2003-07-18T09:20:25Z</dc:date>
    </item>
    <item>
      <title>Re: configuring DNS</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/configuring-dns/m-p/3027225#M909936</link>
      <description>Hi,&lt;BR /&gt;first you must know your DNS IP, obviously.&lt;BR /&gt;&lt;BR /&gt;Then:&lt;BR /&gt;&lt;BR /&gt;- modify /etc/nsswitch.conf.&lt;BR /&gt;if not exists, copy from /etc/nsswitch.compat&lt;BR /&gt;that looks like this:&lt;BR /&gt;#&lt;BR /&gt;# /etc/nsswitch.compat:&lt;BR /&gt;#&lt;BR /&gt;# @(#)B.11.11_LR&lt;BR /&gt;#&lt;BR /&gt;# An example file that could be copied over to /etc/nsswitch.conf; it&lt;BR /&gt;# uses NIS (YP) in conjunction with files.&lt;BR /&gt;#&lt;BR /&gt;&lt;BR /&gt;passwd:       compat&lt;BR /&gt;group:        compat&lt;BR /&gt;hosts:        nis [NOTFOUND=return] files&lt;BR /&gt;networks:     nis [NOTFOUND=return] files&lt;BR /&gt;protocols:    nis [NOTFOUND=return] files&lt;BR /&gt;rpc:          nis [NOTFOUND=return] files&lt;BR /&gt;publickey:    nis [NOTFOUND=return] files&lt;BR /&gt;netgroup:     nis [NOTFOUND=return] files&lt;BR /&gt;automount:    files nis&lt;BR /&gt;aliases:      files nis&lt;BR /&gt;services:     nis [NOTFOUND=return] files&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Change all occurences to look like this:&lt;BR /&gt;&lt;BR /&gt;#&lt;BR /&gt;# /etc/nsswitch.compat:&lt;BR /&gt;#&lt;BR /&gt;# @(#)B.11.11_LR&lt;BR /&gt;#&lt;BR /&gt;# An example file that could be copied over to /etc/nsswitch.conf; it&lt;BR /&gt;# uses NIS (YP) in conjunction with files.&lt;BR /&gt;#&lt;BR /&gt;&lt;BR /&gt;passwd:       files&lt;BR /&gt;group:        files&lt;BR /&gt;hosts:        files dns&lt;BR /&gt;networks:     files&lt;BR /&gt;protocols:    files&lt;BR /&gt;rpc:          files&lt;BR /&gt;publickey:    files&lt;BR /&gt;netgroup:     files&lt;BR /&gt;automount:    files &lt;BR /&gt;aliases:      files &lt;BR /&gt;services:     files&lt;BR /&gt;&lt;BR /&gt;You may want to include some settings, if dns is not avaiable:&lt;BR /&gt;&lt;BR /&gt;hosts:        files dns [NOTFOUND=return UNAVAIABLE=return]&lt;BR /&gt;&lt;BR /&gt;- then edit /etc/resolv.conf&lt;BR /&gt;&lt;BR /&gt;more /etc/resolv.conf&lt;BR /&gt;domain YOURDOMAIM.YOURSTUFF&lt;BR /&gt;nameserver YOUR.IP.HERE.PLEASE &lt;BR /&gt;&lt;BR /&gt;- check permissions of these files, they must be readable by all (chmod ugo+r ... )&lt;BR /&gt;&lt;BR /&gt;and then go !&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt; Massimo&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 18 Jul 2003 09:30:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/configuring-dns/m-p/3027225#M909936</guid>
      <dc:creator>Massimo Bianchi</dc:creator>
      <dc:date>2003-07-18T09:30:45Z</dc:date>
    </item>
    <item>
      <title>Re: configuring DNS</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/configuring-dns/m-p/3027226#M909937</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;Client&lt;BR /&gt;If you already have a DNS server setup then update the 2 files as follows:&lt;BR /&gt;1. /etc/resolv.conf&lt;BR /&gt;nameserver &lt;IP of="" dns="" server=""&gt;&lt;BR /&gt;2. /etc/nsswitch.conf&lt;BR /&gt;hosts: dns files&lt;BR /&gt;&lt;BR /&gt;Server &lt;BR /&gt;Use the hosts_to_named command.&lt;BR /&gt;The Admin guide below (Chp 3) has details on setting up a DNS server.&lt;BR /&gt;&lt;A href="http://www.docs.hp.com/hpux/pdf/B2355-90147.pdf" target="_blank"&gt;http://www.docs.hp.com/hpux/pdf/B2355-90147.pdf&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Cheers&lt;BR /&gt;Con&lt;BR /&gt;&lt;BR /&gt;&lt;/IP&gt;</description>
      <pubDate>Fri, 18 Jul 2003 09:34:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/configuring-dns/m-p/3027226#M909937</guid>
      <dc:creator>Con O'Kelly</dc:creator>
      <dc:date>2003-07-18T09:34:13Z</dc:date>
    </item>
  </channel>
</rss>

