OARC's DNSSEC validating resolvers validate all my records but A records
Posted
by
demize
on Server Fault
See other posts from Server Fault
or by demize
Published on 2012-08-31T21:02:33Z
Indexed on
2012/08/31
21:39 UTC
Read the original article
Hit count: 252
I have DNS set up with powerdns. It serves my DNS pretty well, and it AXFRs to other slaves. The slaves haven't yet updated to the most recent records, but that doesn't affect the validation, it would appear. Any record I can think of (AAAA, MX, TXT, even the CNAME for www) validates -- except for A records:
dig @149.20.64.20 +dnssec www.demize95.com CNAME
returns ;; flags: qr rd ra ad; QUERY: 1, ANSWER: 2, AUTHORITY: 5, ADDITIONAL: 7
while dig @149.20.64.20 +dnssec demize95.com A
returns ;; flags: qr rd ra; QUERY: 1, ANSWER: 2, AUTHORITY: 5, ADDITIONAL: 7
. The same happens with any other A record I have.
I set up DNSSEC with pdnssec, and it does work for all the other records, but it's never validated for my A records. What's the problem here?
Also, a side-note: I have to use ISC's DLV to create the chain of trust, since my domain registrar doesn't yet support sending the DS records to the com zone.
© Server Fault or respective owner