Re: BIND9 DNS problem

From: Jon Nathan <jon_at_rupture.net>
Date: Fri, 15 Oct 2004 09:48:50 -0400
* Adam <leahya_at_internode.on.net> [10-11-2004 10:11]:
>
> Hey guys, 
>     
> When I try and query the machine from both it's external and internal IP, I
> get no response for that zone what so ever, however when I attempt to query
> the machine using localhost/loopback I get a proper answer.
> Does anybody have a solution to this problem? It seems quite odd.
 
Using your bind8 named.conf as a starting point prevented you from
finding what appears to be a bind9 directive:

// If named is being used only as a local resolver, this is a safe default.
// For named to be accessible to the network, comment this option, specify
// the proper IP address, or delete this option.
        // listen-on    { 127.0.0.1; };
        listen-on       { 127.0.0.1; 1.2.3.4; };



-Jon

-- 
Jon Nathan
jon_at_rupture.net
Received on Fri Oct 15 2004 - 11:48:55 UTC

This archive was generated by hypermail 2.4.0 : Wed May 19 2021 - 11:38:17 UTC