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: Dynamic DNS with secondary nameserver?

2010-12-02 Thread Kevin Darcy
You should have been able to use nsupdate or some other DDNS client tool to add that NS record less disruptively than you did. Understand that "rndc freeze" doesn't cause updates received in the interim to be queued in some private area and applied later -- it causes them to be *refused* and t

Re: Last transfer time?

2010-12-02 Thread Chris Buxton
On Dec 1, 2010, at 12:46 PM, Chip Marshall wrote: > Just curious if there's an official and accurate way to > determine the last sucessful transfer time of a slave zone from > a BIND server. You can see the last successful refresh, whether it involved a zone transfer or not, by looking at the d

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