DNS Error “Bad Dotted Quad” (BIND)

DNS Error “Bad Dotted Quad” (BIND)
Network – DNS

Issue: changing dns mx records, tried to save, got error:
“Bad dotted quads near …”

Solution:
A record or another record that doesn’t require trailing period contains one. if you remove the trailing period and refresh the DNS files it should let you save the zone file now. The error message is happening because you have a name where the nameserver expects a dotted quad (IPv4 address).

You may also need to change the A record to a cname

somename someTTL IN A dotted-quad

e.g.:

blah.domain.com. 3600 IN A 10.1.1.1

Because “domain.com” is the name of a domain, you can’t use it as the name of an alias (CNAME).

g33kadmin

I am a g33k, Linux blogger, developer, student and Tech Writer for Liquidweb.com/kb. My passion for all things tech drives my hunt for all the coolz. I often need a vacation after I get back from vacation....

Leave a Reply

This site uses Akismet to reduce spam. Learn how your comment data is processed.