No default TTL set using SOA minimum instead

WOL - Odinn Sorensen os at wol.dk
Sun Jun 6 09:24:37 UTC 1999


Hello bind-users at isc.org.

Why does bind 8.2 report this in the log when loading a zone, and how can I 
fix the zonefile to shut it up?

Jun  5 22:19:28 voyager named[3401]: Zone "huh-huh-huh.dk" (file
named.huh-huh-huh.dk.hosts): No default TTL set using SOA minimum instead

Given this set of files:

=== named.conf ===
options {
        directory "/etc/named";
};

zone "." {
        type hint;
        file "root.cache";
};

zone "huh-huh-huh.dk" {
        type master;
        file "named.huh-huh-huh.dk.hosts";
};
=== cut ===

=== named.huh-huh-huh.dk.hosts ===
@               IN      SOA     ns000.image.dk. hostmaster.image.dk.
                                (
                                  1999060401    ; Serialnumber
                                  10800         ; Refresh
                                  3600          ; Retry
                                  604800        ; Expire
                                  86400         ; Minimum TTL
                                )
                IN      NS      ns000.image.dk.
                IN      NS      ns100.image.dk.
                IN      MX 10   mailgw1.image.dk.
                IN      MX 20   mailgw2.image.dk.
                IN      A       212.54.64.1
test            IN      CNAME   www.image.dk.
=== cut ===

-- 
Med venlig hilsen / Best Regards
  Odinn Sørensen (System developer) / World Online Denmark A/S
  Peter Bangs Vej 26, 2000 Frederiksberg, Denmark
  Tlf. (+45) 38 14 70 00 - Fax (+45) 38 14 70 07



More information about the bind-users mailing list