Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 15 Oct 2004 09:48:50 -0400
From:      Jon Nathan <jon@rupture.net>
To:        freebsd-current@freebsd.org
Subject:   Re: BIND9 DNS problem
Message-ID:  <20041015134850.GB28548@zen.rupture.net>
In-Reply-To: <BD90CADC.2AE%leahya@internode.on.net>
References:  <BD90CADC.2AE%leahya@internode.on.net>

next in thread | previous in thread | raw e-mail | index | archive | help
* Adam <leahya@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@rupture.net





Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20041015134850.GB28548>