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"; };
>
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
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
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
4 matches
Mail list logo