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).