[KLUG Members] re: dhcp, BIND, and DDNS

Phillip Hofmeister plhofmei at antiochcomputerconsulting.com
Mon Jul 19 16:50:30 EDT 2004


On Thu, 15 Jul 2004 at 05:19:16PM -0400, Mike Williams wrote:
> $TTL  3600      ; 1 hour
> local.                  IN SOA  moore.local.  mofmut.wmis.net. (
>                                2004031201      ; serial
>                                3600            ; refresh ( 1 hour)
>                                900             ; retry (15 minutes)
>                                604800          ; expire (1 week)
>                                3600            ; minimum (1 hour)
>                                )
>                        NS      moore.local.
>                        A       192.168.40.2
>                        TXT     "chinchillacam.dynip.com"

Ahh, here is where the problem lies.  You defined the ns server as
moore.local but you defined no "A" record for moore.  The DHCPd says
"who is moore that I can talk to and update the DNS zone <shrug>"

> 
> $ORIGIN local.
> localhost               A       127.0.0.1
> brosnan                 A       192.168.40.254
> router                  A       192.168.0.1
> firewall                CNAME   brosnan
> dalton                  A       192.168.40.10

-- 
Phillip Hofmeister


More information about the Members mailing list