Continuing our glossary of DNS tips & tricks, we’re covering the letters D, E, and F this time.
May 31st, 2019
Continuing our glossary of DNS tips & tricks, we’re covering the letters D, E, and F this time.
Dig is the Swiss army knife of network tools. It's got so much functionality, it’d be next to impossible to cover it all, but here’s a taste:
And if dig isn't available, you can use one with a web interface (sometimes called a DNS Looking Glass), such as https://dns.bortzmeyer.org/[URL]/[TYPE] (for example https://dns.bortzmeyer.org/menandmice.com/AAAA).
Remember, friends don’t let friends use nslookup.
To err is to be human. Sometimes a typo sneaks into your configuration files. (Unless you’re using Men&Mice, in which case validation is automatic.)
A quick way to make sure everything’s in order is to run named-checkconf -z to test all zones inside the named.conf file. (Note that the command checks the validity of the master zones, and not the configuration file itself. To check the file itself use named-checkconf <path to named.conf>.)
FQDN stands for ‘Fully Qualified Domain Name’ and you need it for a number of things. It’s the human-readable address that the DNS resolver translates into its corresponding IP address.
The FQDN is made up of three or more parts (called labels):
Each label is a string between 1 and 63 characters (letters, numbers, and dashes), and the total length of the FQDN is capped at 255 characters.
To find the FQDN of your machine:
This series is bite-sized (almost fitting a DNS query) — but it’s just the tip of the iceberg. A lot more is said (and done) in our DNS training program:
Check out our training calendar , and reach out to us with any questions.