"record has zero TTL" on resolving IN A

René Knudsen rk at azo.dk
Wed Oct 17 01:33:13 UTC 2001


What am I doing wrong ???

On resolving IN A records, I get "record has zero TTL", and the IP
specified in the Zonefile is replaced with my standard IP, but on resolving
CNAME's or NS records, the TTL is as it's supposed to be...

Connection: DSL

I'm using the following Zonefile:



$TTL 90000
b.dyndns.dk.  IN SOA ns.b.dyndns.dk. webmaster.azo.dk. (
                           2006072015 ; Serial
                           600 ; Refresh after 10 min.
                           300 ; Retry after 5 min
                           864000 ; Expire after 10 days
                           86400) ; Minimum TTL of 1 day
;
; Name servers
;
               IN NS ns.b.dyndns.dk.
               IN NS grrr.kyber.dk..
;
; Host names and addresses
;
              IN A 212.242.188.77
www      IN A 212.242.188.77
ftp          IN A 212.242.188.77
mail        IN A 212.242.188.77
ns           IN A 212.242.188.77
fj            IN A 80.62.189.193
cc           IN A 212.242.42.44
hs           IN A 194.255.126.37


And the following named.conf



# BIND 8 config file

acl mynameservers { 213.237.11.45;
                               194.192.186.150;
                               80.62.66.233; };

options {
             directory "c:\programmer\bind\etc";
             allow-transfer {mynameservers;};
      # Place other options here. };


        zone "b.dyndns.dk" in {
              type master;
              file "db.b.dyndns.dk";  };


        zone "." in {
              type hint;
              file "db.cache";  };

logging
{
 channel my_file {file "c:\programmer\bind\etc\named.run"; severity debug;
print-time yes; };
 category default {my_file;};
 category panic {my_file;};
 category packet {my_file;};
 category eventlib {my_file;};
 category queries {my_file;};
 category lame-servers { null;};
 category cname { null;};
};

/René (http://www.azo.dk)





More information about the bind-users mailing list