dhcpd wont start. (DDNS)

Andrew andrew at arda.homeunix.net
Fri Feb 21 01:48:40 UTC 2003


Chenome wrote:


 > zone  "0.168.192.in-addr.arpa" IN {
 >       type master;
 >       allow-update { key "key-test.";
 > }



Hmmm. Not only is there a typo in the allow-update line, but it looks 
like you copied your zone clause out of your named.conf file.

In my dhcpd.conf file, this is what my zone clauses look like.

   zone arda.homeunix.net {
         primary 192.168.10.9;
         key "europa-dhcp";
   }


   zone 10.168.192.in-addr.arpa {
         primary 192.168.10.9;
         key "europa-dhcp";
   }

Perhaps you would like to take a look at my DNS and DHCP setup. It can 
be found at http://www.arda.homeunix.net/dnssetup.shtml.

Andrew


More information about the bind-users mailing list