9.1.x cannot get response

Mark.Andrews at nominum.com Mark.Andrews at nominum.com
Wed May 9 06:48:17 UTC 2001


> Hi,
> 
> The following is part of the named.conf:
> 
> options {
>         directory "/var/named/etc";
>         query-source address local.dns.ip.address;
>         port 53;
>         pid-file "/var/run/named.pid";
>         listen-on port 53 { any; };
>         auth-nxdomain false;
>         recursion yes;
>         notify yes;
> };
> 
> acl can_query { !1.2.3/24; any; };
> 
> zone "domain" IN {
>         type slave;
>         masters { remote.dns.ip.address; };
>         file "domain.slave";
>         check-names fail;
>         allow-update { none; };
>         allow-transfer { can_query; };
> };
> 
> 
> Questions:
> 
> With the same named.conf and all relevant files, and bind 9.0.x,
> the dns can get the remote dns's entry and respond any queries
> locally or from remote clients.  Using them in bind 9.1.x, it 
> cannot do these two functions.  I doubt if there's any mistake.

	9.1 is more picky.  Check your log files.

> 
> Thanks for help.
> 
> --
> Johnson Chow
> 
> 
--
Mark Andrews, Nominum Inc.
1 Seymour St., Dundas Valley, NSW 2117, Australia
PHONE: +61 2 9871 4742                 INTERNET: Mark.Andrews at nominum.com


More information about the bind-users mailing list