Re: bind 9.9 & inline-signing issue..

2012-01-30 Thread Evan Hunt
> I can install bind 9.9.0rc2 tomorrow and test with both nsupdate and rndc > reload. I would also like to test DNSSEC automatic key rollover with > inline signing again. I imagine this will be fixed in rc2, given the > success of the patch you provided earlier. My next ZSK activation date is > 3/1

RE: bind 9.9 & inline-signing issue..

2012-01-30 Thread Spain, Dr. Jeffry A.
> I suspect that something was wrong with the unsigned zone, 'rndc reload' > failed to catch the problem, and so the zone got itself into a weird state. > The exact circumstance in which I've seen this happen involved a failure to > update the SOA serial, but there may be other triggers for it a

Re: bind 9.9 & inline-signing issue..

2012-01-30 Thread Evan Hunt
> As you mentioned, even a hard restart of the named process would not cause > a resign of the zone, and not that I did it the last time around, but for > sure removing the journal files and .signed zone file would cause named to > update from the unsigned file and then the signed data would be co

RE: bind 9.9 & inline-signing issue..

2012-01-30 Thread Howard Leadmon
Hello Evan, As you probably saw from the other posts on the subject, the hint of taking and telling named to reload just the specific zone, and not just a general reload of all zones did indeed correct the problem. As you mentioned, even a hard restart of the named process would not cause a

Re: bind 9.9 & inline-signing issue..

2012-01-30 Thread Evan Hunt
> As stated in a prior message, just the signed zone is not being updated, > when I make an update to the unsigned zone file. The earlier posting > suggesting that I do a "rndc reload " does indeed cause the signed > zones to update, but you must specify the zone, just doing a "rndc reload" > to

RE: bind 9.9 & inline-signing issue..

2012-01-30 Thread Howard Leadmon
Nope, granted you would think that should work, but I really do have two different views in different files, as I use it to support both my internal IPv4 RFC1918 space, and my external view for what the rest of the world should see. Here is what my config looks like: // Internal View zone "lea

Re: bind 9.9 & inline-signing issue..

2012-01-30 Thread Tony Finch
Alan Clegg wrote: > > Just be sure to watch for the extra SOA record. :) Or use dig axfr +onesoa ... Tony. -- f.anthony.n.finchhttp://dotat.at/ South-east Iceland: Southerly 5 to 7, occasionally gale 8, but variable 4 at first and later in west. Very rough, occasionally high later. Occasio

Re: bind 9.9 & inline-signing issue..

2012-01-30 Thread Alan Clegg
On 1/30/2012 11:59 AM, Mark Elkins wrote: >>> Lastly - how does one 'view' the 'raw' format of a zone file? >> >> Use named-compilezone > > Guess that kind of makes some obscure logical sense. Works though > I do think that 'named-compilezone' should be able to work out the > format of the 'i

Re: bind 9.9 & inline-signing issue..

2012-01-30 Thread Mark Elkins
On Mon, 2012-01-30 at 13:38 +, Tony Finch wrote: > Mark Elkins wrote: > > > > I also see... > > $TTL 0 ; 0 seconds > > TYPE65534 \# 5 ( 08467D0001 ) > > TYPE65534 \# 5 ( 0896730001 ) > > appearing on a secondary for this zone. What is it? > > (Y

Re: bind 9.9 & inline-signing issue..

2012-01-30 Thread Tony Finch
Mark Elkins wrote: > > I also see... > $TTL 0 ; 0 seconds > TYPE65534 \# 5 ( 08467D0001 ) > TYPE65534 \# 5 ( 0896730001 ) > appearing on a secondary for this zone. What is it? > (Yes - an unknown data type - the secondary is running bind 9.8) That

Re: bind 9.9 & inline-signing issue..

2012-01-30 Thread Alan Clegg
On 1/30/2012 5:28 AM, Howard Leadmon wrote: > Jan 30 05:23:26 minbari named[30332]: zone leadmon.org/IN/external > (unsigned): loaded serial 2012012901 > Jan 30 05:23:26 minbari named[30332]: zone leadmon.org/IN/external (signed): > serial 2012012901 (unsigned 2012012901) > Jan 30 05:23:26 minbari

Re: Detailed Log Analysis based on rndc stats!!

2012-01-30 Thread Peter Andreev
Sorry, Shiva I have confused you. Mark is absolutely right and I was wrong. Another way is to capture responses with tcpdump or dnscap. 2012/1/30 Mark Andrews > > In message < > canbtt6nxwb4fqygev4x8_jl+m5ho7wfenirxzg3pgvc-kzc...@mail.gmail.com> > , Shiva Raman writes: > > Hi Peter > > > > Thank

Re: Wildcards and the include directive?

2012-01-30 Thread Alfie John
On Tue, Jan 24, 2012 at 10:55:31AM +0100, Jan-Piet Mens wrote: > > the online documentation it says > > that addzone will add it to the config files. But after running a test, > > all this does is add it to the cache. So does this would mean that every > > time the cache is purged, I would have to

RE: bind 9.9 & inline-signing issue..

2012-01-30 Thread Howard Leadmon
Strange, I can't explain that one.. If I try it without passing the info to rndc, it fails for sure: # rndc reload leadmon.org rndc: 'reload' failed: not found Now if I pass the view info along, life is good: # rndc reload leadmon.org IN internal zone reload queued # rndc reload l

Re: bind 9.9 & inline-signing issue..

2012-01-30 Thread Jan-Piet Mens
> That said, instead of using 'rndc reload leadmon.org', I actually have to > use 'rndc reload leadmon.org IN external', or internal as the case may be to > separate the zone I am reloading. Not here, in spite of multiple views; BIND 9.9.0rc1 -JP _

RE: bind 9.9 & inline-signing issue..

2012-01-30 Thread Howard Leadmon
OK, got it, and I learned something new so figured I mention it.I have been using two views in my bind setup for a while here, but I guess prior to trying to work out the inline signing with 9.9, I had never attempted to reload an individual zone. After firing up my google-fu for a couple on

RE: bind 9.9 & inline-signing issue..

2012-01-30 Thread Howard Leadmon
OK, call me stupid, but I must be missing something here.I just tried what you mentioned below, and this seems to blow up major on 9.9.0rc1. If I try 'rndc reload' it looks happy command wise: # rndc reload server reload successful Now if I try 'rndc reload leadmon.org' as this is my s

Re: bind 9.9 & inline-signing issue..

2012-01-30 Thread Doug Barton
On 01/30/2012 00:46, Jan-Piet Mens wrote: >> After setting up a zone with DNSSEC using inline-signing, I have run into >> the issue where if I do anything that updates the unsigned file that is >> input into BIND, that it never seems to update the signed data it generated. > > I've previously [1]

Re: bind 9.9 & inline-signing issue..

2012-01-30 Thread Jan-Piet Mens
> After setting up a zone with DNSSEC using inline-signing, I have run into > the issue where if I do anything that updates the unsigned file that is > input into BIND, that it never seems to update the signed data it generated. I've previously [1] received "the Gold Star" for suggesting ;-)