No forwarding

Bob Vance bobvance at alumni.caltech.edu
Mon Mar 26 22:36:35 UTC 2001


I don't get it.
It shouldn't have forwarded at all -- it's authoritative for that zone;
or at least it should have been.
I don't think that you need either line in named.conf.

What version of BIND were you running?


-------------------------------------------------
Tks        | <mailto:BVance at sbm.com>
BV         | <mailto:BobVance at alumni.caltech.edu>
Sr. Technical Consultant,  SBM, A Gates/Arrow Co.
Vox 770-623-3430           11455 Lakefield Dr.
Fax 770-623-3429           Duluth, GA 30097-1511
=================================================





-----Original Message-----
From: lawrence.a.kravets at us.arthurandersen.com
[mailto:lawrence.a.kravets at us.arthurandersen.com]
Sent: Monday, March 26, 2001 4:02 PM
To: bobvance at alumni.caltech.edu
Subject: RE: No forwarding




Thank you for responding to me.  I figured out what needed to be done.
My
named.conf should look like this:


zone "zone.com" {
        type slave;
        file "secondary/zone.com.zone";
        masters {
                10.0.10.4;
        };
        forward first;
        forwarders { };
};


To:   bind-users at isc.org
cc:     (bcc: Lawrence A. Kravets)
Date: 03/26/2001 03:37 PM
From: bind-users-bounce at isc.org
Subject:  RE: No forwarding



Hmm.
Are your *sure* it's forwarding for that zone ?

IIUC, if the server is authoritative for that zone (which it *should*
be, being a slave for it), then it shouldn't forward for any request in
that zone.
Maybe it's not loading that slave zone and thus thinks it's not
authoritative for it.

Of course, if what I just said is correct, then I must wonder why there
is a possibility of

        forwarders { };

in a zone declaration, which I've seen mentioned here before, but I
can't remember the context of the discussion.


-------------------------------------------------
Tks        | <mailto:BVance at sbm.com>
BV         | <mailto:BobVance at alumni.caltech.edu>
Sr. Technical Consultant,  SBM, A Gates/Arrow Co.
Vox 770-623-3430           11455 Lakefield Dr.
Fax 770-623-3429           Duluth, GA 30097-1511
=================================================





-----Original Message-----
From: bind-users-bounce at isc.org [mailto:bind-users-bounce at isc.org]On
Behalf Of lawrence.a.kravets at us.arthurandersen.com
Sent: Monday, March 26, 2001 1:18 PM
To: bind-users at isc.org
Subject: No forwarding





Here is my issue.  When I query items within zone.com, and they do not
exist,
and I don't want that particular zone to forward it still reaches the
forwarders.
 What I am doing wrong?  Also in named.conf, I do not use the forward
first/only.  Should I?


Named.conf


        forwarders {
                199.251.271.44; };
};

zone "zone.com" {
        type slave;
        file "secondary/zone.com.zone";
        masters {
                10.0.10.4;
        };
        forwarders { };
};

Thanks,

Larry




More information about the bind-users mailing list