From: Alan McKinnon <alan.mckinnon@gmail.com>
To: gentoo-user@lists.gentoo.org
Subject: Re: [gentoo-user] {OT} DNS: no SOA record or DNSSEC
Date: Tue, 27 Aug 2013 13:53:07 +0200 [thread overview]
Message-ID: <521C9323.1080007@gmail.com> (raw)
In-Reply-To: <CAN0CFw0e36KJQNvqp4kQ6EoMUnLp5ssOfF8maikGXk5HN8evrg@mail.gmail.com>
On 27/08/2013 12:30, Grant wrote:
> I use a fairly well-known (free) DNS provider. I just checked my DNS
> settings at dnscheck.pingdom.com and I got:
>
> 1. No SOA record was found when querying the name server. This is most
> probably due to a misconfiguration at the name server - a zone must
> have a SOA record.
>
> 2. Nameserver * does not do DNSSEC extra processing.
>
> Are either of these something to worry about?
Yes. Without an SOA record you don't actually have a zone.
You should stop using those crappy dns checker sites, they tend to be
full of shit, unreliable and operate off someone's idea of how DNS
should be instead of reading the actual RFCs on the matter. Our abuse
team has long ticket lists from people trusting those sites and now
think there's something with how we do glue. Hint: Our glue is right and
proper :-)
Instead just use dig, using google.com as an example get the NS records
first:
$ dig ns google.com +short
ns3.google.com.
ns2.google.com.
ns1.google.com.
ns4.google.com.
Then query each of those name server in turn directly for the SOA:
$ dig soa google.com +short @ns3.google.com
ns1.google.com. dns-admin.google.com. 2013081400 7200 1800 1209600 300
That's a correct SOA record.
What could have happened with that test site is the query timed out and
the site assumed the universe was therefore about to explode. Use such
if you want but always verify the results yourself using dig.
The DNSSEC message is not a problem. It means your provider does not use
DNSSEC. Again, the universe will not explode from this, we all got along
just fine with plain unsigned DNS transfers for 30 years. DNSSEC is a
way to digitally sign zone transfers and updates. Nothing to do with
zone resolution.
--
Alan McKinnon
alan.mckinnon@gmail.com
next prev parent reply other threads:[~2013-08-27 11:56 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-08-27 10:30 [gentoo-user] {OT} DNS: no SOA record or DNSSEC Grant
2013-08-27 11:53 ` Alan McKinnon [this message]
2013-08-27 14:36 ` William Kenworthy
2013-08-27 15:10 ` Michael Orlitzky
2013-09-01 8:24 ` Grant
2013-09-01 9:03 ` Alan McKinnon
2013-09-01 9:17 ` Grant
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=521C9323.1080007@gmail.com \
--to=alan.mckinnon@gmail.com \
--cc=gentoo-user@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox