<?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: How can I configrate dynamic DNS server? in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/how-can-i-configrate-dynamic-dns-server/m-p/3743453#M550504</link>
    <description>hi,all,&lt;BR /&gt;Thanks for your help!&lt;BR /&gt;I followed your advice to change my file and restart named service. I found the master DNS server can access the Internet but still not update the domain(such as .org, .com, .cn, etc.) on this server using nsupdate command.The named.conf is the following sripts:&lt;BR /&gt;// generated by named-bootconf.pl&lt;BR /&gt;&lt;BR /&gt;options {&lt;BR /&gt;        directory "/etc/named.data";   &lt;BR /&gt;};&lt;BR /&gt;&lt;BR /&gt;zone "0.0.127.IN-ADDR.ARPA" {&lt;BR /&gt;        type master;&lt;BR /&gt;        file "db.127.0.0";&lt;BR /&gt;        allow-update{ any; };&lt;BR /&gt;        allow-query{ any; };&lt;BR /&gt;        allow-transfer{ any; };&lt;BR /&gt;};&lt;BR /&gt;&lt;BR /&gt;zone "1.168.192.IN-ADDR.ARPA" {&lt;BR /&gt;        type master;&lt;BR /&gt;        file "db.192.168.1";&lt;BR /&gt;        allow-update{ any; };&lt;BR /&gt;        allow-query{ any; };&lt;BR /&gt;        allow-transfer{ any; };&lt;BR /&gt;};&lt;BR /&gt;&lt;BR /&gt;zone "." {&lt;BR /&gt;        type hint;&lt;BR /&gt;        file "db.root";&lt;BR /&gt;};&lt;BR /&gt;&lt;BR /&gt;logging {&lt;BR /&gt;channel all_channel {&lt;BR /&gt;file "/var/log/named/named.log" versions 5 size 5M; // keep 5 versions max 5 MB in size&lt;BR /&gt;print-category yes;&lt;BR /&gt;print-severity yes;&lt;BR /&gt;print-time yes;&lt;BR /&gt;};&lt;BR /&gt;channel update_channel {&lt;BR /&gt;file "/var/log/named/update.log" versions 5 size 5M; // keep 5 versions max 5 MB in size&lt;BR /&gt;severity info;&lt;BR /&gt;print-category yes;&lt;BR /&gt;print-severity yes;&lt;BR /&gt;print-time yes;&lt;BR /&gt;};&lt;BR /&gt;channel security_channel {&lt;BR /&gt;file "/var/log/named/security.log" versions 5 size 5M; // keep 5 versions max 5 MB in size&lt;BR /&gt;severity info; // setting this to warning stops logging all the "unapproved update from" me&lt;BR /&gt;print-category yes;&lt;BR /&gt;print-severity yes;&lt;BR /&gt;print-time yes;&lt;BR /&gt;};&lt;BR /&gt;category queries { null; };&lt;BR /&gt;category update { update_channel; };&lt;BR /&gt;category security { security_channel; };&lt;BR /&gt;category default { all_channel; };&lt;BR /&gt;};&lt;BR /&gt;&lt;BR /&gt;I used the nslookup that can parse the other domain in internet:&lt;BR /&gt;&amp;gt; &lt;A href="http://www.hp.com" target="_blank"&gt;www.hp.com&lt;/A&gt;&lt;BR /&gt;Name Server:  localhost&lt;BR /&gt;Address:  127.0.0.1&lt;BR /&gt;&lt;BR /&gt;Trying DNS&lt;BR /&gt;Non-authoritative answer:&lt;BR /&gt;Name:    &lt;A href="http://www.hpgtm.speedera.net" target="_blank"&gt;www.hpgtm.speedera.net&lt;/A&gt;&lt;BR /&gt;Addresses:  192.6.234.17, 192.6.165.40&lt;BR /&gt;Aliases:  &lt;A href="http://www.hp.com" target="_blank"&gt;www.hp.com&lt;/A&gt;&lt;BR /&gt;It is successful.&lt;BR /&gt;&lt;BR /&gt;But it is failed when I update my managed domains.&lt;BR /&gt;&amp;gt; update add &lt;A href="http://www.mydomain.net" target="_blank"&gt;www.mydomain.net&lt;/A&gt; 86400 A 220.10.18.136&lt;BR /&gt;&amp;gt;&lt;BR /&gt;;; Querying server (# 1) address = 127.0.0.1&lt;BR /&gt;res_update: send error for &lt;A href="http://www.mydomain.net" target="_blank"&gt;www.mydomain.net&lt;/A&gt;&lt;BR /&gt;failed update packet&lt;BR /&gt;&lt;BR /&gt;&amp;gt; update add &lt;A href="http://www.friendcompany.com" target="_blank"&gt;www.friendcompany.com&lt;/A&gt; 86400 A 221.10.18.99&lt;BR /&gt;&amp;gt;&lt;BR /&gt;;; Querying server (# 1) address = 127.0.0.1&lt;BR /&gt;res_update: send error for &lt;A href="http://www.friendcompany.com" target="_blank"&gt;www.friendcompany.com&lt;/A&gt;&lt;BR /&gt;failed update packet&lt;BR /&gt;&lt;BR /&gt;I don't know whether bind server can support  this method because the customer need.&lt;BR /&gt;&lt;BR /&gt;Please do me a favor to help me again!&lt;BR /&gt;Thanks again!&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Sun, 05 Mar 2006 06:45:41 GMT</pubDate>
    <dc:creator>Bill Yang_1</dc:creator>
    <dc:date>2006-03-05T06:45:41Z</dc:date>
    <item>
      <title>How can I configrate dynamic DNS server?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-can-i-configrate-dynamic-dns-server/m-p/3743449#M550500</link>
      <description>hi,I met a great trouble with configrated DNS server in HP UX. The client need a DNS server that  can parse the domain of internet and be able to update the domain(include cn, com, org, gov, etc.) list of itself with nsupdate. I created the bind files with command hosts_to_named and then changed some item for user ruqestes.Now I can update domain list in my own dns server but I can't parse the internet domain.&lt;BR /&gt;The following is content of named.conf:&lt;BR /&gt;// generated by named-bootconf.pl&lt;BR /&gt;&lt;BR /&gt;options {&lt;BR /&gt;        //check-names response fail;    // do not change this&lt;BR /&gt;        //check-names slave warn;&lt;BR /&gt;        directory "/etc/named.rc";      // running directory for named&lt;BR /&gt;        &lt;BR /&gt;        /*&lt;BR /&gt;         * If there is a firewall between you and nameservers you want&lt;BR /&gt;         * to talk to, you might need to uncomment the query-source&lt;BR /&gt;         * directive below.  Previous versions of BIND always asked&lt;BR /&gt;         * questions using port 53, but BIND 8.1 uses an unprivileged&lt;BR /&gt;         * port by default.&lt;BR /&gt;         */&lt;BR /&gt;        // query-source address * port 53;&lt;BR /&gt;};&lt;BR /&gt;&lt;BR /&gt;//&lt;BR /&gt;// type         domain                  source file&lt;BR /&gt;//&lt;BR /&gt;zone "0.0.127.IN-ADDR.ARPA" {&lt;BR /&gt;        type master;&lt;BR /&gt;        file "db.127.0.0";&lt;BR /&gt;};&lt;BR /&gt;&lt;BR /&gt;zone "njmdc.com" {&lt;BR /&gt;        type master;&lt;BR /&gt;        file "db.njmdc";&lt;BR /&gt;        allow-query { any; };&lt;BR /&gt;        allow-transfer { any; };&lt;BR /&gt;        allow-update{ any; };&lt;BR /&gt;};&lt;BR /&gt;&lt;BR /&gt;zone "18.10.10.IN-ADDR.ARPA" {&lt;BR /&gt;        type master;&lt;BR /&gt;        file "db.10.10.18";&lt;BR /&gt;};&lt;BR /&gt;&lt;BR /&gt;zone "." {&lt;BR /&gt;        type hint;&lt;BR /&gt;        file "db.root";&lt;BR /&gt;        allow-query { any; };&lt;BR /&gt;        allow-transfer { any; };&lt;BR /&gt;        allow-update{ any; };&lt;BR /&gt;};&lt;BR /&gt;&lt;BR /&gt;/* This zone is for update domain of .net  */&lt;BR /&gt;zone "net" {&lt;BR /&gt;        type master;&lt;BR /&gt;        file "db.net";&lt;BR /&gt;        allow-query { any; };&lt;BR /&gt;        allow-transfer { any; };&lt;BR /&gt;        allow-update{ any; };&lt;BR /&gt;};&lt;BR /&gt;&lt;BR /&gt;db.root:&lt;BR /&gt;@       IN      SOA     R3410-02.njmdc.com. root.R3410-02.njmdc.com. (&lt;BR /&gt;                                        1       ; Serial&lt;BR /&gt;                                        10800   ; Refresh every 3 hours&lt;BR /&gt;                                        3600    ; Retry every hour&lt;BR /&gt;                                        604800  ; Expire after a week&lt;BR /&gt;                                        86400 ) ; Minimum ttl of 1 day&lt;BR /&gt;        IN      NS      R3410-02.njmdc.com.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;;       This file holds the information on root name servers needed to&lt;BR /&gt;;       initialize cache of Internet domain name servers&lt;BR /&gt;;       (e.g. reference this file in the "cache  .  &lt;FILE&gt;"&lt;BR /&gt;;       configuration file of BIND domain name servers).&lt;BR /&gt;;&lt;BR /&gt;;       This file is made available by InterNIC&lt;BR /&gt;;       under anonymous FTP as&lt;BR /&gt;;           file                /domain/named.root&lt;BR /&gt;;           on server           FTP.INTERNIC.NET&lt;BR /&gt;;       -OR-                    RS.INTERNIC.NET&lt;BR /&gt;;&lt;BR /&gt;;       last update:    Jan 29, 2004&lt;BR /&gt;;       related version of root zone:   2004012900&lt;BR /&gt;;&lt;BR /&gt;;&lt;BR /&gt;; formerly NS.INTERNIC.NET&lt;BR /&gt;;&lt;BR /&gt;.                        3600000  IN  NS    A.ROOT-SERVERS.NET.&lt;BR /&gt;A.ROOT-SERVERS.NET.      3600000      A     198.41.0.4&lt;BR /&gt;;&lt;BR /&gt;; formerly NS1.ISI.EDU&lt;BR /&gt;;&lt;BR /&gt;.                        3600000      NS    B.ROOT-SERVERS.NET.&lt;BR /&gt;B.ROOT-SERVERS.NET.      3600000      A     192.228.79.201&lt;BR /&gt;;&lt;BR /&gt;; formerly C.PSI.NET&lt;BR /&gt;;&lt;BR /&gt;.                        3600000      NS    C.ROOT-SERVERS.NET.&lt;BR /&gt;C.ROOT-SERVERS.NET.      3600000      A     192.33.4.12&lt;BR /&gt;;&lt;BR /&gt;; formerly TERP.UMD.EDU&lt;BR /&gt;;&lt;BR /&gt;.                        3600000      NS    D.ROOT-SERVERS.NET.&lt;BR /&gt;D.ROOT-SERVERS.NET.      3600000      A     128.8.10.90&lt;BR /&gt;;&lt;BR /&gt;; formerly NS.NASA.GOV&lt;BR /&gt;;&lt;BR /&gt;.                        3600000      NS    E.ROOT-SERVERS.NET.&lt;BR /&gt;E.ROOT-SERVERS.NET.      3600000      A     192.203.230.10&lt;BR /&gt;;&lt;BR /&gt;; formerly NS.ISC.ORG&lt;BR /&gt;;&lt;BR /&gt;.                        3600000      NS    F.ROOT-SERVERS.NET.&lt;BR /&gt;F.ROOT-SERVERS.NET.      3600000      A     192.5.5.241&lt;BR /&gt;;&lt;BR /&gt;; formerly NS.NIC.DDN.MIL&lt;BR /&gt;;&lt;BR /&gt;.                        3600000      NS    G.ROOT-SERVERS.NET.&lt;BR /&gt;G.ROOT-SERVERS.NET.      3600000      A     192.112.36.4&lt;BR /&gt;;&lt;BR /&gt;; formerly AOS.ARL.ARMY.MIL&lt;BR /&gt;;&lt;BR /&gt;.                        3600000      NS    H.ROOT-SERVERS.NET.&lt;BR /&gt;H.ROOT-SERVERS.NET.      3600000      A     128.63.2.53&lt;BR /&gt;;&lt;BR /&gt;; formerly NIC.NORDU.NET&lt;BR /&gt;;&lt;BR /&gt;.                        3600000      NS    I.ROOT-SERVERS.NET.&lt;BR /&gt;I.ROOT-SERVERS.NET.      3600000      A     192.36.148.17&lt;BR /&gt;;&lt;BR /&gt;; operated by VeriSign, Inc.&lt;BR /&gt;;&lt;BR /&gt;.                        3600000      NS    J.ROOT-SERVERS.NET.&lt;BR /&gt;J.ROOT-SERVERS.NET.      3600000      A     192.58.128.30&lt;BR /&gt;;&lt;BR /&gt;; operated by RIPE NCC&lt;BR /&gt;;&lt;BR /&gt;.                        3600000      NS    K.ROOT-SERVERS.NET.&lt;BR /&gt;K.ROOT-SERVERS.NET.      3600000      A     193.0.14.129&lt;BR /&gt;;&lt;BR /&gt;; operated by ICANN&lt;BR /&gt;;&lt;BR /&gt;.                        3600000      NS    L.ROOT-SERVERS.NET.&lt;BR /&gt;L.ROOT-SERVERS.NET.      3600000      A     198.32.64.12&lt;BR /&gt;;&lt;BR /&gt;; operated by WIDE&lt;BR /&gt;;&lt;BR /&gt;.                        3600000      NS    M.ROOT-SERVERS.NET.&lt;BR /&gt;M.ROOT-SERVERS.NET.      3600000      A     202.12.27.33&lt;BR /&gt;; End of File&lt;BR /&gt;&lt;BR /&gt;resolv.conf:&lt;BR /&gt;domain R3410-02.njmdc.com&lt;BR /&gt;nameserver 10.10.18.134&lt;BR /&gt;&lt;BR /&gt;db.10.10.18:&lt;BR /&gt;@       IN      SOA     R3410-02.njmdc.com. root.R3410-02.njmdc.com. (&lt;BR /&gt;                                        1       ; Serial&lt;BR /&gt;                                        10800   ; Refresh every 3 hours&lt;BR /&gt;                                        3600    ; Retry every hour&lt;BR /&gt;                                        604800  ; Expire after a week&lt;BR /&gt;                                        86400 ) ; Minimum ttl of 1 day&lt;BR /&gt;        IN      NS      R3410-02.njmdc.com.&lt;BR /&gt;&lt;BR /&gt;133     IN      PTR     r3410-02.njmdc.com.&lt;BR /&gt;134     IN      PTR     r3410-02.njmdc.com.&lt;BR /&gt;&lt;BR /&gt;db.localhost:&lt;BR /&gt;@       IN      SOA     R3410-02.njmdc.com. root.R3410-02.njmdc.com. (&lt;BR /&gt;                                        1       ; Serial&lt;BR /&gt;                                        10800   ; Refresh every 3 hours&lt;BR /&gt;                                        3600    ; Retry every hour&lt;BR /&gt;                                        604800  ; Expire after a week&lt;BR /&gt;                                        86400 ) ; Minimum ttl of 1 day&lt;BR /&gt;        IN      NS      R3410-02.njmdc.com.&lt;BR /&gt;&lt;BR /&gt;1       IN      PTR     localhost.&lt;BR /&gt;&lt;BR /&gt;db.net:&lt;BR /&gt;;BIND DUMP V8&lt;BR /&gt;$ORIGIN .&lt;BR /&gt;net             IN      SOA     R3410-02.net. root.R3410-02.net. (&lt;BR /&gt;                5 10800 3600 604800 86400 )     ;Cl=1&lt;BR /&gt;                IN      NS      R3410-02.net.   ;Cl=1&lt;BR /&gt;$ORIGIN net.&lt;BR /&gt;r3410-02        IN      A       10.10.18.134    ;Cl=1&lt;BR /&gt;                IN      MX      10 r3410-02.net.        ;Cl=1&lt;BR /&gt;localhost       IN      A       127.0.0.1       ;Cl=1&lt;BR /&gt;&lt;BR /&gt;db.domain:&lt;BR /&gt;;BIND DUMP V8&lt;BR /&gt;$ORIGIN com.&lt;BR /&gt;njmdc           IN      SOA     R3410-02.njmdc.com. root.R3410-02.njmdc.com. (&lt;BR /&gt;                5 10800 3600 604800 86400 )     ;Cl=2&lt;BR /&gt;                IN      NS      R3410-02.njmdc.com.     ;Cl=2&lt;BR /&gt;                IN      A       120.10.18.132   ;Cl=2&lt;BR /&gt;$ORIGIN njmdc.com.&lt;BR /&gt;dfgh            IN      A       20.10.18.132    ;Cl=2&lt;BR /&gt;r3410-02        IN      A       10.10.18.133    ;Cl=2&lt;BR /&gt;                IN      A       10.10.18.134    ;Cl=2&lt;BR /&gt;                IN      MX      10 r3410-02.njmdc.com.  ;Cl=2&lt;BR /&gt;                IN      A       120.10.18.132   ;Cl=2&lt;BR /&gt;localhost       IN      A       127.0.0.1       ;Cl=2&lt;BR /&gt;R3410-01        IN      A       10.10.18.131    :C1=2&lt;BR /&gt;R3410-01        IN      A       10.10.18.132    :C1=2&lt;BR /&gt;R3410-01        IN      A       211.136.177.166 :C1=2&lt;BR /&gt;dfh             IN      A       20.10.18.132    ;Cl=2&lt;BR /&gt;&lt;BR /&gt;Please help me to resolve this problem. &lt;BR /&gt;Thanks!&lt;BR /&gt;best regards.&lt;/FILE&gt;</description>
      <pubDate>Fri, 03 Mar 2006 05:06:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-can-i-configrate-dynamic-dns-server/m-p/3743449#M550500</guid>
      <dc:creator>Bill Yang_1</dc:creator>
      <dc:date>2006-03-03T05:06:32Z</dc:date>
    </item>
    <item>
      <title>Re: How can I configrate dynamic DNS server?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-can-i-configrate-dynamic-dns-server/m-p/3743450#M550501</link>
      <description>There are some things that you should check:&lt;BR /&gt;&lt;BR /&gt;- allow-transfer { any; }; allow-update{ any; };. These values are very dangerous. Try to secure it more after everything works.&lt;BR /&gt;&lt;BR /&gt;- Your db.root file does not needs the SOA declaration, just the ROOT NS/A records. And don't need "allow-transfer { any; }; allow-update{ any; };"&lt;BR /&gt;&lt;BR /&gt;- If the resolv.conf file is on the same server it should be:&lt;BR /&gt;&lt;BR /&gt;resolv.conf:&lt;BR /&gt;domain R3410-02.njmdc.com&lt;BR /&gt;nameserver 127.0.0.1&lt;BR /&gt;&lt;BR /&gt;Test your name resolution with dig or nslookup. Post the results of a dig query.</description>
      <pubDate>Fri, 03 Mar 2006 07:53:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-can-i-configrate-dynamic-dns-server/m-p/3743450#M550501</guid>
      <dc:creator>Ivan Ferreira</dc:creator>
      <dc:date>2006-03-03T07:53:04Z</dc:date>
    </item>
    <item>
      <title>Re: How can I configrate dynamic DNS server?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-can-i-configrate-dynamic-dns-server/m-p/3743451#M550502</link>
      <description>Also, ensure that this host has full access to the root name servers. I mean, that can connect to them and no firewall is blockin the access.</description>
      <pubDate>Fri, 03 Mar 2006 07:54:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-can-i-configrate-dynamic-dns-server/m-p/3743451#M550502</guid>
      <dc:creator>Ivan Ferreira</dc:creator>
      <dc:date>2006-03-03T07:54:08Z</dc:date>
    </item>
    <item>
      <title>Re: How can I configrate dynamic DNS server?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-can-i-configrate-dynamic-dns-server/m-p/3743452#M550503</link>
      <description>Add logging to the top of your named.conf:&lt;BR /&gt;&lt;BR /&gt;logging {&lt;BR /&gt;&lt;BR /&gt;channel all_channel {&lt;BR /&gt;        file "/var/log/named/named.log" versions 5 size 5M;   // keep 5 versions max 5 MB in size&lt;BR /&gt;        print-category yes;&lt;BR /&gt;        print-severity yes;&lt;BR /&gt;        print-time yes;&lt;BR /&gt;};&lt;BR /&gt;channel update_channel {&lt;BR /&gt;        file "/var/log/named/update.log" versions 5 size 5M;  // keep 5 versions max 5 MB in size&lt;BR /&gt;        severity info;&lt;BR /&gt;        print-category yes;&lt;BR /&gt;        print-severity yes;&lt;BR /&gt;        print-time yes;&lt;BR /&gt;};&lt;BR /&gt;channel security_channel {&lt;BR /&gt;        file "/var/log/named/security.log" versions 5 size 5M;  // keep 5 versions max 5 MB in size&lt;BR /&gt;        severity info;   // setting this to warning stops logging all the "unapproved update from" me&lt;BR /&gt;ssages&lt;BR /&gt;        print-category yes;&lt;BR /&gt;        print-severity yes;&lt;BR /&gt;        print-time yes;&lt;BR /&gt;};&lt;BR /&gt;category queries { null; };&lt;BR /&gt;category update { update_channel; };&lt;BR /&gt;category security { security_channel; };&lt;BR /&gt;category default { all_channel; };&lt;BR /&gt;&lt;BR /&gt;};&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;I also noticed you don't use forwarders?&lt;BR /&gt;&lt;BR /&gt;Forwarders should be used (unless you are an ISP) - basically - setup forwarders to the ip's that your ISP (your internet connection provider) provides you....&lt;BR /&gt;&lt;BR /&gt;The in the "options section" add:&lt;BR /&gt;&lt;BR /&gt;        forwarders       {&lt;BR /&gt;                X.X.X.X; X.X.X.X;  // you can add a commnet here&lt;BR /&gt;                         };&lt;BR /&gt;        forward only;                   // while in transition&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Rgds...Geoff&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 03 Mar 2006 09:53:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-can-i-configrate-dynamic-dns-server/m-p/3743452#M550503</guid>
      <dc:creator>Geoff Wild</dc:creator>
      <dc:date>2006-03-03T09:53:57Z</dc:date>
    </item>
    <item>
      <title>Re: How can I configrate dynamic DNS server?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-can-i-configrate-dynamic-dns-server/m-p/3743453#M550504</link>
      <description>hi,all,&lt;BR /&gt;Thanks for your help!&lt;BR /&gt;I followed your advice to change my file and restart named service. I found the master DNS server can access the Internet but still not update the domain(such as .org, .com, .cn, etc.) on this server using nsupdate command.The named.conf is the following sripts:&lt;BR /&gt;// generated by named-bootconf.pl&lt;BR /&gt;&lt;BR /&gt;options {&lt;BR /&gt;        directory "/etc/named.data";   &lt;BR /&gt;};&lt;BR /&gt;&lt;BR /&gt;zone "0.0.127.IN-ADDR.ARPA" {&lt;BR /&gt;        type master;&lt;BR /&gt;        file "db.127.0.0";&lt;BR /&gt;        allow-update{ any; };&lt;BR /&gt;        allow-query{ any; };&lt;BR /&gt;        allow-transfer{ any; };&lt;BR /&gt;};&lt;BR /&gt;&lt;BR /&gt;zone "1.168.192.IN-ADDR.ARPA" {&lt;BR /&gt;        type master;&lt;BR /&gt;        file "db.192.168.1";&lt;BR /&gt;        allow-update{ any; };&lt;BR /&gt;        allow-query{ any; };&lt;BR /&gt;        allow-transfer{ any; };&lt;BR /&gt;};&lt;BR /&gt;&lt;BR /&gt;zone "." {&lt;BR /&gt;        type hint;&lt;BR /&gt;        file "db.root";&lt;BR /&gt;};&lt;BR /&gt;&lt;BR /&gt;logging {&lt;BR /&gt;channel all_channel {&lt;BR /&gt;file "/var/log/named/named.log" versions 5 size 5M; // keep 5 versions max 5 MB in size&lt;BR /&gt;print-category yes;&lt;BR /&gt;print-severity yes;&lt;BR /&gt;print-time yes;&lt;BR /&gt;};&lt;BR /&gt;channel update_channel {&lt;BR /&gt;file "/var/log/named/update.log" versions 5 size 5M; // keep 5 versions max 5 MB in size&lt;BR /&gt;severity info;&lt;BR /&gt;print-category yes;&lt;BR /&gt;print-severity yes;&lt;BR /&gt;print-time yes;&lt;BR /&gt;};&lt;BR /&gt;channel security_channel {&lt;BR /&gt;file "/var/log/named/security.log" versions 5 size 5M; // keep 5 versions max 5 MB in size&lt;BR /&gt;severity info; // setting this to warning stops logging all the "unapproved update from" me&lt;BR /&gt;print-category yes;&lt;BR /&gt;print-severity yes;&lt;BR /&gt;print-time yes;&lt;BR /&gt;};&lt;BR /&gt;category queries { null; };&lt;BR /&gt;category update { update_channel; };&lt;BR /&gt;category security { security_channel; };&lt;BR /&gt;category default { all_channel; };&lt;BR /&gt;};&lt;BR /&gt;&lt;BR /&gt;I used the nslookup that can parse the other domain in internet:&lt;BR /&gt;&amp;gt; &lt;A href="http://www.hp.com" target="_blank"&gt;www.hp.com&lt;/A&gt;&lt;BR /&gt;Name Server:  localhost&lt;BR /&gt;Address:  127.0.0.1&lt;BR /&gt;&lt;BR /&gt;Trying DNS&lt;BR /&gt;Non-authoritative answer:&lt;BR /&gt;Name:    &lt;A href="http://www.hpgtm.speedera.net" target="_blank"&gt;www.hpgtm.speedera.net&lt;/A&gt;&lt;BR /&gt;Addresses:  192.6.234.17, 192.6.165.40&lt;BR /&gt;Aliases:  &lt;A href="http://www.hp.com" target="_blank"&gt;www.hp.com&lt;/A&gt;&lt;BR /&gt;It is successful.&lt;BR /&gt;&lt;BR /&gt;But it is failed when I update my managed domains.&lt;BR /&gt;&amp;gt; update add &lt;A href="http://www.mydomain.net" target="_blank"&gt;www.mydomain.net&lt;/A&gt; 86400 A 220.10.18.136&lt;BR /&gt;&amp;gt;&lt;BR /&gt;;; Querying server (# 1) address = 127.0.0.1&lt;BR /&gt;res_update: send error for &lt;A href="http://www.mydomain.net" target="_blank"&gt;www.mydomain.net&lt;/A&gt;&lt;BR /&gt;failed update packet&lt;BR /&gt;&lt;BR /&gt;&amp;gt; update add &lt;A href="http://www.friendcompany.com" target="_blank"&gt;www.friendcompany.com&lt;/A&gt; 86400 A 221.10.18.99&lt;BR /&gt;&amp;gt;&lt;BR /&gt;;; Querying server (# 1) address = 127.0.0.1&lt;BR /&gt;res_update: send error for &lt;A href="http://www.friendcompany.com" target="_blank"&gt;www.friendcompany.com&lt;/A&gt;&lt;BR /&gt;failed update packet&lt;BR /&gt;&lt;BR /&gt;I don't know whether bind server can support  this method because the customer need.&lt;BR /&gt;&lt;BR /&gt;Please do me a favor to help me again!&lt;BR /&gt;Thanks again!&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Sun, 05 Mar 2006 06:45:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-can-i-configrate-dynamic-dns-server/m-p/3743453#M550504</guid>
      <dc:creator>Bill Yang_1</dc:creator>
      <dc:date>2006-03-05T06:45:41Z</dc:date>
    </item>
    <item>
      <title>Re: How can I configrate dynamic DNS server?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-can-i-configrate-dynamic-dns-server/m-p/3743454#M550505</link>
      <description>What version of bind are you running?&lt;BR /&gt;&lt;BR /&gt;dig @XXX.XXX.XXX.XXX version.bind chaos txt&lt;BR /&gt;&lt;BR /&gt;OR:&lt;BR /&gt;&lt;BR /&gt;nslookup -q=txt -class=CHAOS version.bind XXX.XXX.XXX.XXXX&lt;BR /&gt;&lt;BR /&gt;where the XXX's are the ip of your DNS server.&lt;BR /&gt;&lt;BR /&gt;BTW: I use the following perl script to update DNS:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.btree.org/dnsupdate/" target="_blank"&gt;http://www.btree.org/dnsupdate/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Rgds...Geoff</description>
      <pubDate>Sun, 05 Mar 2006 11:33:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-can-i-configrate-dynamic-dns-server/m-p/3743454#M550505</guid>
      <dc:creator>Geoff Wild</dc:creator>
      <dc:date>2006-03-05T11:33:18Z</dc:date>
    </item>
    <item>
      <title>Re: How can I configrate dynamic DNS server?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-can-i-configrate-dynamic-dns-server/m-p/3743455#M550506</link>
      <description>The version is '8.1.2'.</description>
      <pubDate>Sun, 05 Mar 2006 21:16:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-can-i-configrate-dynamic-dns-server/m-p/3743455#M550506</guid>
      <dc:creator>Bill Yang_1</dc:creator>
      <dc:date>2006-03-05T21:16:00Z</dc:date>
    </item>
    <item>
      <title>Re: How can I configrate dynamic DNS server?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-can-i-configrate-dynamic-dns-server/m-p/3743456#M550507</link>
      <description>Hi,all,&lt;BR /&gt;Other question: Can I configurate a DNS server that is able to update local domains(.com, .net, etc.) and query other domain of internet? How shall I do? &lt;BR /&gt;I try to do many time,the dns server only update local  domain but can't query the domian of internet , or can't update local domains but can query other domian of internet. &lt;BR /&gt;And I can't find any documentations about this. So hope you can help me.</description>
      <pubDate>Mon, 06 Mar 2006 01:41:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-can-i-configrate-dynamic-dns-server/m-p/3743456#M550507</guid>
      <dc:creator>Bill Yang_1</dc:creator>
      <dc:date>2006-03-06T01:41:02Z</dc:date>
    </item>
    <item>
      <title>Re: How can I configrate dynamic DNS server?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-can-i-configrate-dynamic-dns-server/m-p/3743457#M550508</link>
      <description>Hi, all,&lt;BR /&gt;This problem have been resolved.Thanks for your help!</description>
      <pubDate>Mon, 06 Mar 2006 21:44:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-can-i-configrate-dynamic-dns-server/m-p/3743457#M550508</guid>
      <dc:creator>Bill Yang_1</dc:creator>
      <dc:date>2006-03-06T21:44:27Z</dc:date>
    </item>
  </channel>
</rss>

