Is there a nice way to tell if any zone is frozen (or a specific
zone)? I'm hoping to implement a nagios check, since I have several
times gotten distracted while making an update, and forgot to "thaw"ed
the zone until something odd happens later on.
Thanks,
Justin
___
On Tue, May 07, 2013 at 09:52:16AM -0700, Michael Varre wrote:
> Thanks Justin, I've been testing with dig and that's how I got the failed
> results posted previously. My digs lead me to believe their zones are named
> the same as mine, with -'s instead of /'s.
>
> dig -x 1.1.1.90 +trace
>
I recommend "dig +trace -x" on one of your assigned IPs. Compare with
the result from a known-good sub-24 rev dns delegation. The ISP
should be returning something like:
162.48.168.205.in-addr.arpa. 43200 IN CNAME
162.160-175.48.168.205.in-addr.arpa.
160-175.48.168.205.in-addr.arpa. 43200 I
On Mon, Jun 21, 2010 at 01:46:55PM -0500, Peter Laws wrote:
> What do they mean? I can't find them and yes, I've googled and also
> grepped the docs on isc.org ...
Googling for symbols isn't easy..
http://www.isc.org/files/arm96.html#the_category_phrase
|The query log entry reports the client's
On Thu, Feb 04, 2010 at 02:27:27PM -0700, Justin T Pryzby wrote:
> awk -v s=toxtracker.info 'BEGIN{RS=""; s="zone \""s"\""} $0~s{print $0"\n"}'
Doh, should be:
awk -v s=toxtracker.info 'BEGIN{RS=""; s="zone \"
On Thu, Feb 04, 2010 at 06:19:07PM +, Evan Hunt wrote:
> > I know I can do that with grep, but you see I have 270 domains to delete
> > from my named.conf.
> >
> > My question was more: has anyone got a working script that I can use in
> > order to delete name from my "named.conf" file ?
>
ARM9.5 still mentions manual generation of TSIG data:
https://www.isc.org/software/bind/documentation/arm95#tsig
Is there any advtantage to using -keygen ? ISTR some mention of an
algorithm used to minimize the possibility of collisions. Or is that
true for any key used with HMAC?
Justin
__
On Tue, Nov 18, 2008 at 07:09:59AM -0500, Davenport, Steve M wrote:
> On an external server dig gives:
>
> $ dig @harley.mc.utmck.edu -x 165.6.6.27
> ;; connection timed out; no servers could be reached
> Internally the same query is fine:
>
> The config file has "allow query" set on the rever
8 matches
Mail list logo