scrathin my head..(named is dying)

DanO express at fastdial.net
Mon Jul 17 16:51:27 UTC 2000


Sorry, 1 more point I almost missed, your zone file says
.
                         IN  A           209.204.28.46
                         for nathan.net.
However, Dig returns:

; <<>> DiG 2.1 <<>> @NORTH.PACIFICNET.NET nathan.net ANY
; (1 server found)
;; res options: init recurs defnam dnsrch
;; got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 10
;; flags: qr aa rd ra; Ques: 1, Ans: 5, Auth: 2, Addit: 3
;; QUESTIONS:
;; nathan.net, type = ANY, class = IN

;; ANSWERS:
nathan.net. 86400 A 207.171.1.142

Your Not the authority for your zone, north.pacificnet.net is:
    You need to change the Registration to your DNS  Host, after you
register another nameserver, cause you need 2
----- Original Message -----
From: Mark R. Nathan <bind at nathan.net>
To: Ethan King <ethan at Inlightnet.net>
Cc: <bind-users at isc.org>
Sent: Monday, July 17, 2000 11:58 AM
Subject: Re: scrathin my head..(named is dying)



On 7/17/00, Ethan King wanted to tell me:
>pings and queries both fail from dns1.nathan.net..  that would be the first
>problem.
>

Named was working perfectly fine last night.  Now in the morning
something happened and the log file shows me nothing.

there is something very wrong with NAMED.

IN fact, if you check right now 8:50am PAcific time you should find
it functioning perfectly because I just restarted the process

here is the named.conf & the master zone record dns1.nathan.net (but
something is telling me that its not this)


# $NetBSD: named.conf,v 1.3 1999/01/22 01:41:19 mycroft Exp $

# boot file for secondary name server
# Note that there should be one primary entry for each SOA record.

options {
         directory "/etc/namedb";
};

zone "nathan.net" {
         type master;
         file "db.dns1";
};

zone "28.204.209.in-addr.arpa" {
         type master;
         file "db.209.204.28.46";
};

zone "0.0.127.in-addr.arpa" {
         type master;
         notify no;
         file "db.127.0.0";
};

zone "." {
         type hint;
         file "root.cache";
};
#
#
#
# Additional Domains below

zone "miraboo.com" {
         type master;
         file "db.miraboo";
};

zone "miraboogroup.com" {
         type master;
         file "db.miraboogroup";
};

zone "miramat.com" {
         type master;
         file "db.miramat";
};
#
#
#  end

; dns1.nathan.net forward mappings, origin nathan.net


$TTL 86400
nathan.net.             IN SOA   dns1.nathan.net.  root.nathan.net.  (
                         2000041901      ; Serial
                         10800           ; Refresh
                         3600            ; Retry
                         604800          ; Expire
                         86400  )        ; Minimum

                         IN  NS          dns1.nathan.net.
                         IN  A           209.204.28.46
                         IN  MX  10      mailhost.nathan.net.
localhost               IN  A           127.0.0.1
mailhost.nathan.net.    IN  A           209.204.28.46




--



=======================================================================
-----------------------------------------------------------------------
    Mark R. Nathan                        http://www.miraboomusic.com
    Miraboo Group                   mailto:president at miraboomusic.com
    President                                  mailto:mark at nathan.net







More information about the bind-users mailing list