DNSSEC / BIND breakage
Hi,
one of my DNSSEC/DANE secured domains started breaking as of today and I do not fully understand why. Probably bright people here can point me to the correct resolution?
I'm using bind and its auto-dnssec maintain; inline-signing yes;
Also I'm not aware that my KSK and ZSK keys have any expiration date but today DNSSEC started to fail apparently because my RRSIG signatures are said to be expired. Actually my first idea is that the automatic maintenance in bind failed for some reason. So I deleted the journal and signed zone files and started over by signing the zone from scratch. This at least improved the situation a little bit according to http://dnsviz.net/d/rosenauer.org/dnssec/
But still it seems to be broken and I'm lost currently to understand what is wrong.
Thanks for any pointers, Wolfgang
Am 01.10.2015 um 14:35 schrieb Wolfgang Rosenauer:
Hi,
one of my DNSSEC/DANE secured domains started breaking as of today and I do not fully understand why. Probably bright people here can point me to the correct resolution?
I'm using bind and its auto-dnssec maintain; inline-signing yes;
Also I'm not aware that my KSK and ZSK keys have any expiration date but today DNSSEC started to fail apparently because my RRSIG signatures are said to be expired. Actually my first idea is that the automatic maintenance in bind failed for some reason. So I deleted the journal and signed zone files and started over by signing the zone from scratch. This at least improved the situation a little bit according to http://dnsviz.net/d/rosenauer.org/dnssec/
But still it seems to be broken and I'm lost currently to understand what is wrong.
Thanks for any pointers, Wolfgang
there are 2 nameservers known: yaina.de. and ns.an-netz.de. according to the soa, yaina.de seem to be a secondary.
I guess the zonetransfer from primary to secondary did not happen because the zone serial is still the same.
compare "dig @yaina.de. rosenauer.org. ns +dnssec" with "dig @ns.an-netz.de.rosenauer.org. ns +dnssec"
the primary have more and newer RRSIGs.
-> everytime a resign happen the serial number must be changed.
Andreas
-> everytime a resign happen the serial number must be changed.
this is right, but not your problem.
next try for a (maybe more correct) interpretation:
the secondary serve expired RRSIGs for rosenauer.org/A,AAAA,NS,MX ( shown purple at dnsviz ) and and a nonvalidatable RRSIG for rosenauer.org/SOA ( shown red at dnsviz )
On Thu, Oct 01, 2015 at 02:35:08PM +0200, Wolfgang Rosenauer wrote:
I'm using bind and its auto-dnssec maintain; inline-signing yes;
Also I'm not aware that my KSK and ZSK keys have any expiration date but today DNSSEC started to fail apparently because my RRSIG signatures are said to be expired.
Actually KSKs and ZSKs can have expiration dates, it is best to not set explicitly until you're just about ready to do key rotation.
participants (3)
-
Andreas Schulze
-
Viktor Dukhovni
-
Wolfgang Rosenauer