Re: Query status refused afer upgrading from 9.7.2-P2 to 9.7.2-P3

2010-12-02 Thread Mark Andrews
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"; }; >

Re: Query status refused afer upgrading from 9.7.2-P2 to 9.7.2-P3

2010-12-02 Thread David S.
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

Re: Query status refused afer upgrading from 9.7.2-P2 to 9.7.2-P3

2010-12-01 Thread Noel Butler
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"; }; >

Re: Query status refused afer upgrading from 9.7.2-P2 to 9.7.2-P3

2010-12-01 Thread David S.
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;

Re: Query status refused afer upgrading from 9.7.2-P2 to 9.7.2-P3

2010-12-01 Thread Mark Andrews
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

Query status refused afer upgrading from 9.7.2-P2 to 9.7.2-P3

2010-12-01 Thread David S.
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,