Your domain does not exist as far as DNS on the internet is concerned. These are your nameservers:
chemicalkinetics.info. 86400 IN NS ns1.clev14.com.
chemicalkinetics.info. 86400 IN NS ns2.clev14.com.
;; Received 85 bytes from 199.249.121.1#53(b2.info.afilias-nst.org) in 14 ms
;; connection timed out; no servers could be reached
As demonstrated above, those nameservers are not reachable by clients on the internet. Further testing shows that those DNS servers do not even respond to external requests for the domain they are associated with (clev14.com
):
$ dig +trace +additional ns1.clev14.com A
; <<>> DiG 9.7.0-P2-RedHat-9.7.0-21.P2.el5_11.6 <<>> +trace +additional ns1.clev14.com A
;; global options: +cmd
[snip]
clev14.com. 172800 IN NS ns1.clev14.com.
clev14.com. 172800 IN NS ns2.clev14.com.
ns1.clev14.com. 172800 IN A 184.154.227.2
ns2.clev14.com. 172800 IN A 184.154.227.102
;; Received 96 bytes from 192.48.79.30#53(j.gtld-servers.net) in 97 ms
;; connection timed out; no servers could be reached
Let's review:
- These IPs do not respond to requests for
clev14.com
.
- These IPs do not respond for
chemicalkinetics.info
.
Even if these DNS servers did respond, they ignore BCP 16 and both live in the same /24. It is doubtful that the operator is sufficiently trained to run those servers. If your company is attempting to run its own authoritative DNS infrastructure, this is generally considered a bad idea.