Bind9.2.1 on WIN2K

Bjorn Johansson bjorn-bind at loud-n-clear.net
Thu May 30 18:51:32 UTC 2002


Hi,

I'm in the process of trying to get a test Bind9.2.1 system up and
running under Win2K.

I'm currently experiencing the following problem:

I've installed Bind on the machine in question, copied db.cache,
NAMED.127.0.0 and named.conf files, from an existing Bind8.2.5 server,
to the 'etc' directory of the test machine(content of files below).

When I try to start the service, it fails with the message 'Error 1067'.

The following three errors are what shows up in the event log:
could not configure root hints from 'db.cache': file not found 
loading configuration: file not found 
could not configure root hints from 'db.cache': file not found 

Any suggestions as to what the problem is, would be gratefully received.

db.cache:
========================================================================
;       This file holds the information on root name servers needed to
;       initialize cache of Internet domain name servers
;       (e.g. reference this file in the "cache  .  <file>"
;       configuration file of BIND domain name servers).
;
;       This file is made available by InterNIC registration services
;       under anonymous FTP as
;           file                /domain/named.root
;           on server           FTP.RS.INTERNIC.NET
;       -OR- under Gopher at    RS.INTERNIC.NET
;           under menu          InterNIC Registration Services (NSI)
;              submenu          InterNIC Registration Archives
;           file                named.root
;
;       last update:    Nov 8, 1995
;       related version of root zone:   1995110800
;
;
; formerly NS.INTERNIC.NET
;
.                        3600000  IN  NS    A.ROOT-SERVERS.NET.
A.ROOT-SERVERS.NET.      3600000      A     198.41.0.4
;
; formerly NS1.ISI.EDU
;
.                        3600000      NS    B.ROOT-SERVERS.NET.
B.ROOT-SERVERS.NET.      3600000      A     128.9.0.107
;
; formerly C.PSI.NET
;
.                        3600000      NS    C.ROOT-SERVERS.NET.
C.ROOT-SERVERS.NET.      3600000      A     192.33.4.12
;
; formerly TERP.UMD.EDU
;
.                        3600000      NS    D.ROOT-SERVERS.NET.
D.ROOT-SERVERS.NET.      3600000      A     128.8.10.90
;
; formerly NS.NASA.GOV
;
.                        3600000      NS    E.ROOT-SERVERS.NET.
E.ROOT-SERVERS.NET.      3600000      A     192.203.230.10
;
; formerly NS.ISC.ORG
;
.                        3600000      NS    F.ROOT-SERVERS.NET.
F.ROOT-SERVERS.NET.      3600000      A     192.5.5.241
;
; formerly NS.NIC.DDN.MIL
;
.                        3600000      NS    G.ROOT-SERVERS.NET.
G.ROOT-SERVERS.NET.      3600000      A     192.112.36.4
;
; formerly AOS.ARL.ARMY.MIL
;
.                        3600000      NS    H.ROOT-SERVERS.NET.
H.ROOT-SERVERS.NET.      3600000      A     128.63.2.53
;
; formerly NIC.NORDU.NET
;
.                        3600000      NS    I.ROOT-SERVERS.NET.
I.ROOT-SERVERS.NET.      3600000      A     192.36.148.17
;
.                        3600000      NS    J.ROOT-SERVERS.NET.
J.ROOT-SERVERS.NET.      3600000      A     198.41.0.10
;
.                        3600000      NS    K.ROOT-SERVERS.NET.
K.ROOT-SERVERS.NET.      3600000      A     193.0.14.129
;
.                        3600000      NS    L.ROOT-SERVERS.NET.
L.ROOT-SERVERS.NET.      3600000      A     198.32.64.12
;
.                        3600000      NS    M.ROOT-SERVERS.NET.
M.ROOT-SERVERS.NET.      3600000      A     202.12.27.33
; End of File
========================================================================

NAMED.127.0.0:
========================================================================
;
;    File:      named.127.0.0 file
;    Purpose:   This file establishes the identity of this DNS.
;               SOA stands for 'start of authority' and sets the
;               default parameters for information this DNS is 
;               authoritative for:
;
$TTL 86400
@        IN SOA    ns0.loud-n-clear.net. hostmaster.loud-n-clear.net. (
            2001051401   ; serial number
            43200    ; refresh every 12 hours
            7200     ; retry after 2 hours
            1209600  ; expire after 2 weeks
            172800)  ; default ttl is 2 days
;
        IN      NS      ns0.loud-n-clear.net.
        IN      NS      ns1.loud-n-clear.net.
        IN      NS      ns2.loud-n-clear.net.
1       IN      PTR     localhost.loud-n-clear.net.
;
========================================================================

named.conf:
========================================================================
// Logs transfer in and transfer out, in the eventlog.

logging {
     category xfer-in { default_syslog; };
     category xfer-out { default_syslog; };
};

// -----------------------------------------------------------
// File:       named.boot
// Purpose:    give the DNS its startup parameters and
// list of startup files.
// 
// establish a loopback entry for this machine, and tell
// it to load its identity from named.127.0.0
// -----------------------------------------------------------

zone "0.0.127.IN-ADDR.ARPA" {
        type master;
        file "named.127.0.0";
};

// -----------------------------------------------------------
// prime the DNS with root server 'hint' information
// -----------------------------------------------------------

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

// 
========================================================================

Regards,
-- 
Bjorn Johansson


More information about the bind-users mailing list