Problem with forward zone

Amine . secureamine at yahoo.fr
Thu Nov 14 09:07:19 UTC 2002


Hi,

i'm trying to configure a forward zone on bind version
8.2.3-REL.

This is what i have on named.conf :

zone "test.mynetwork" {
        type forward;
        forward only;
        forwarders {
                192.168.1.100 ;
        };
        check-names ignore;
        };

The problem is that when i make a request, this is the
answer that i get :

HEADER:
        opcode = QUERY, id = 25520, rcode = NXDOMAIN
        header flags:  response, auth. answer, want
recursion, recursion
avail.
        questions = 1,  answers = 0,  authority
records = 1,  additional =
0

    QUESTIONS:
        machine1.test.mynetwork, type = A, class = IN
    AUTHORITY RECORDS:
    ->  mynetwork
        ttl = 172800 (2D)
        origin = dns.network.mynetwork
        mail addr = hostmaster.dns.network.mynetwork
        serial = 2002111304
        refresh = 21600 (6H)
        retry   = 3600 (1H)
        expire  = 3600000 (5w6d16h)
        minimum ttl = 172800 (2D)

I know that with forward only it checks locally before
it forwards to the other server. I don't see any
problem with the configuration now, just it doesn't
work.

I have made requests on the server 192.168.1.100, and
it worked properly.

Have someone got an idea ? This is quite urgent.

Thanks.


___________________________________________________________
Do You Yahoo!? -- Une adresse @yahoo.fr gratuite et en français !
Yahoo! Mail : http://fr.mail.yahoo.com


More information about the bind-users mailing list