In message <4cf7396b.3050...@pnyet.web.id>, "David S." writes:
> Hi Mark,
>
> Yes, bind work fine without allow-query statement in view.
> Here is my named.conf and view:
>
> options {
> allow-query { "trusted"; };
> };
>
> view "mynetwork" in {
> match-clients {"trusted"; };
>
Okay, now internet is able to lookup our public domain. here is my view
conf:
view "internet" in {
match-clients { any; };
recursion no;
allow-query { any; };
allow-transfer { "xfer"; };
additional-from-auth no;
additional-from-cache no;
and I'll re
On Thu, 2010-12-02 at 13:15 +0700, David S. wrote:
> Hi Mark,
>
> Yes, bind work fine without allow-query statement in view.
> Here is my named.conf and view:
>
> options {
> allow-query { "trusted"; };
> };
>
Correct
> view "mynetwork" in {
> match-clients {"trusted"; };
>
Hi Mark,
Yes, bind work fine without allow-query statement in view.
Here is my named.conf and view:
options {
allow-query { "trusted"; };
};
view "mynetwork" in {
match-clients {"trusted"; };
recursion yes;
allow-transfer { "xfer"; };
additional-from-auth yes;
In message <4cf723ef.4050...@pnyet.web.id>, "David S." writes:
> Dear All,
>
> My BIND is running on CentOS 5.5 64bit, I'm getting problem after
> upgrading from 9.7.2-P2 to 9.7.2-P3, see below to detail may upgrade
> process:
> 1. download bind
> 2. tar -zxvf bind.xxx
> 3. sudo ./configure --per
Dear All,
My BIND is running on CentOS 5.5 64bit, I'm getting problem after
upgrading from 9.7.2-P2 to 9.7.2-P3, see below to detail may upgrade
process:
1. download bind
2. tar -zxvf bind.xxx
3. sudo ./configure --perfix=/usr/loca/named
4. sudo make
5. sudo make install
Restart the bind service,
6 matches
Mail list logo