BIND and DDNS

Kevin Darcy kcd at daimlerchrysler.com
Tue Oct 24 21:31:48 UTC 2000


Offhand, I don't see anything "corrupted" about that file. It's in BIND "dump" format,
which is somewhat similar to slave replica ("named-xfer") format. It's a text format,
and technically follows the master-file syntax rules, but not really intended to be
user-readable or -manipulable. Since you've enabled Dynamic Update for the zone, you
shouldn't be manually changing it anyway.

Is there anything *functionally* wrong with your DNS?


- Kevin
Thomas Stalder wrote:

> Hello all,
>
> Half a year ago it has been discussed here how to configure Bind to run DDNS,
> which I did not undestanding completely yet.
>
> Now we are starting to deploy W2K clients and servers as well, so I'm now
> digging for these infos again.
>
> Even before getting to the point to introduce the subdomain _msdcs.emea.example.com
> we encountered some problems.
> On my first attempts to run Bind with 'allow-update' the result is, that after
> a while I get a corrupted zone file, or at least it looks corrupted to me.
>
> ;BIND DUMP V8
> $ORIGIN example.com.
> emea    86400   IN      NS      dns001.emea.example.com.       ;Cl=4
>         86400   IN      NS      dns002.emea.example.com.       ;Cl=4
>         86400   IN      SOA     dns001.emea.example.com.
> noc.example.com. (
>                 2000100668 10800 3600 604800 86400 )    ;Cl=4
> $ORIGIN emea.example.com.
> rtr001      86400   IN      CNAME   rtr001-ge0-0-0.emea.example.com.    ;Cl=4
> net007      86400   IN      A       10.41.34.225    ;Cl=4
> net008      86400   IN      A       10.41.34.233    ;Cl=4
> ...
>
> In the named.conf file I entered following:
>
> zone "emea.example.com" in {
>         type master;
>         file "/etc/namedb/db.emea.example.com";
> #       check-names ignore;
>         allow-update {
>                 10.41/16;
>         };
> };
>
> Since I don't want to fill up pages with my wired configs I do not add
> more here
> right now. Maybe this is really a newbie error I'm doing and there are
> some links
> to the solution already.
> But I also may supply more details of my config if needed.
>
> Many thanks for any ideas
>
> Thomas






More information about the bind-users mailing list