<?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: Configure a DNS server in HP-UX10.20 in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/configure-a-dns-server-in-hp-ux10-20/m-p/2786407#M78540</link>
    <description>Online doc (Installing and Administering Internet Services). Click on "Configuring and Administering the BIND name Service".&lt;BR /&gt;&lt;A href="http://www.docs.hp.com/hpux/onlinedocs/B2355-90685/B2355-90685.html" target="_blank"&gt;http://www.docs.hp.com/hpux/onlinedocs/B2355-90685/B2355-90685.html&lt;/A&gt;</description>
    <pubDate>Wed, 14 Aug 2002 21:08:12 GMT</pubDate>
    <dc:creator>S.K. Chan</dc:creator>
    <dc:date>2002-08-14T21:08:12Z</dc:date>
    <item>
      <title>Configure a DNS server in HP-UX10.20</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/configure-a-dns-server-in-hp-ux10-20/m-p/2786405#M78538</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;How can I configure my HP-UX 10.20 to be a DNS Server ? Do I have to install any software ? Where can I find it ?&lt;BR /&gt;I want to avoid the problem of keeping the hosts files of the computers (windows + HP-UX)in my net always upgraded.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Mauro</description>
      <pubDate>Wed, 14 Aug 2002 20:55:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/configure-a-dns-server-in-hp-ux10-20/m-p/2786405#M78538</guid>
      <dc:creator>Mauro_8</dc:creator>
      <dc:date>2002-08-14T20:55:45Z</dc:date>
    </item>
    <item>
      <title>Re: Configure a DNS server in HP-UX10.20</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/configure-a-dns-server-in-hp-ux10-20/m-p/2786406#M78539</link>
      <description>You should have all programs that you need.&lt;BR /&gt;See "man hosts_to_named" and "man named".&lt;BR /&gt;For a simple setup, you can continue to maintain one /etc/hosts file on the DNS server box and run hosts_to_named to update the DNS data base when changes occur.&lt;BR /&gt;When a change is made, then you would run "sig_named restart" for the named daemon to refresh.&lt;BR /&gt;&lt;BR /&gt;Rich</description>
      <pubDate>Wed, 14 Aug 2002 21:04:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/configure-a-dns-server-in-hp-ux10-20/m-p/2786406#M78539</guid>
      <dc:creator>Rich Wright</dc:creator>
      <dc:date>2002-08-14T21:04:06Z</dc:date>
    </item>
    <item>
      <title>Re: Configure a DNS server in HP-UX10.20</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/configure-a-dns-server-in-hp-ux10-20/m-p/2786407#M78540</link>
      <description>Online doc (Installing and Administering Internet Services). Click on "Configuring and Administering the BIND name Service".&lt;BR /&gt;&lt;A href="http://www.docs.hp.com/hpux/onlinedocs/B2355-90685/B2355-90685.html" target="_blank"&gt;http://www.docs.hp.com/hpux/onlinedocs/B2355-90685/B2355-90685.html&lt;/A&gt;</description>
      <pubDate>Wed, 14 Aug 2002 21:08:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/configure-a-dns-server-in-hp-ux10-20/m-p/2786407#M78540</guid>
      <dc:creator>S.K. Chan</dc:creator>
      <dc:date>2002-08-14T21:08:12Z</dc:date>
    </item>
    <item>
      <title>Re: Configure a DNS server in HP-UX10.20</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/configure-a-dns-server-in-hp-ux10-20/m-p/2786408#M78541</link>
      <description>Hi Mauro,&lt;BR /&gt;&lt;BR /&gt;first you need an up-to-date copy of a hosts file, containing all the names and IP-addresses you want.&lt;BR /&gt;Then you create a sub-directory, where you want to store the database (so-called "db-files") and "cd" into that.&lt;BR /&gt;Next step is to execute "hosts_to_named" with the proper  options:&lt;BR /&gt;-r # if you want to run a "root" server&lt;BR /&gt;-d domain.name # the name of the domain&lt;BR /&gt;-n 11.22.33.44:255.255.255.0 # network and netmask for the reverse-lookups&lt;BR /&gt;-b /etc/named.boot # to create the config file in the default location&lt;BR /&gt;&lt;BR /&gt;Now you enable the start of the daemon "named" upon next boot: vi /etc/rc.config.d/namesrvs&lt;BR /&gt;and set START_NAMED=1&lt;BR /&gt;and then you start it right now: /sbin/init.d/named start&lt;BR /&gt;&lt;BR /&gt;The last step is to configure your local resolver: vi /etc/resolv.conf&lt;BR /&gt;nameserver your-ip-address&lt;BR /&gt;domain your.domain&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;Wodisch&lt;BR /&gt;</description>
      <pubDate>Wed, 14 Aug 2002 21:36:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/configure-a-dns-server-in-hp-ux10-20/m-p/2786408#M78541</guid>
      <dc:creator>Wodisch_1</dc:creator>
      <dc:date>2002-08-14T21:36:42Z</dc:date>
    </item>
    <item>
      <title>Re: Configure a DNS server in HP-UX10.20</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/configure-a-dns-server-in-hp-ux10-20/m-p/2786409#M78542</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I will try, but just one more doubt. After this I have to set the windows clients to use this DNS server addind the IP of this DNS server in the DNS list, ok ? This HP-UX10.20 is also the domain controller and logon server with ten windows clients machines.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Mauro</description>
      <pubDate>Wed, 14 Aug 2002 22:19:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/configure-a-dns-server-in-hp-ux10-20/m-p/2786409#M78542</guid>
      <dc:creator>Mauro_8</dc:creator>
      <dc:date>2002-08-14T22:19:15Z</dc:date>
    </item>
    <item>
      <title>Re: Configure a DNS server in HP-UX10.20</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/configure-a-dns-server-in-hp-ux10-20/m-p/2786410#M78543</link>
      <description>Hi again,&lt;BR /&gt;&lt;BR /&gt;yes.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Wodisch</description>
      <pubDate>Thu, 15 Aug 2002 15:33:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/configure-a-dns-server-in-hp-ux10-20/m-p/2786410#M78543</guid>
      <dc:creator>Wodisch_1</dc:creator>
      <dc:date>2002-08-15T15:33:21Z</dc:date>
    </item>
  </channel>
</rss>

