Hello Google,
introDNS doesn't report anything out of the ordinary for the subdomain "f8", except for missing MX and WWW A records.
DNSViz does show something odd for the subdomain. There are two SOA records that show up. This may have been due to a misconfiguration I did.
Trying Google's DNS 8.8.8.8 responds with an NXDOMAIN and no A record.
; <<>> DiG 9 <<>> @8.8.8.8 w.f8.brundagemgt.com A
; (1 server found)
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NXDOMAIN, id: 56987
;; flags: qr rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 1, ADDITIONAL: 0
;; QUESTION SECTION:
;w.f8.brundagemgt.com. IN A
;; AUTHORITY SECTION:
f8.brundagemgt.com. 1799 IN SOA ns-1960.awsdns-53.co.uk. awsdns-hostmaster.amazon.com. 2017021002 3600 900 2419200 86400
;; Query time: 146 msec
;; SERVER: 8.8.8.8#53(8.8.8.8)
;; WHEN: Sun Feb 19 21:16:36 2017
;; MSG SIZE rcvd: 122
Checking the host from OpenDNS also resolves correctly.
; <<>> DiG 9 <<>> @208.67.222.222 w.f8.brundagemgt.com A
; (1 server found)
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 43821
;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 0
;; QUESTION SECTION:
;w.f8.brundagemgt.com. IN A
;; ANSWER SECTION:
w.f8.brundagemgt.com. 300 IN A 52.87.251.10
;; Query time: 6 msec
;; SERVER: 208.67.222.222#53(208.67.222.222)
;; WHEN: Mon Feb 20 23:09:08 2017
;; MSG SIZE rcvd: 54
Querying from the ns-1960 authoritative host resolves the A record correctly.
; <<>> DiG 9 <<>> @ns-1960.awsdns-53.co.uk w.f8.brundagemgt.com A
; (2 servers found)
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 47922
;; flags: qr aa rd; QUERY: 1, ANSWER: 1, AUTHORITY: 4, ADDITIONAL: 0
;; WARNING: recursion requested but not available
;; QUESTION SECTION:
;w.f8.brundagemgt.com. IN A
;; ANSWER SECTION:
w.f8.brundagemgt.com. 300 IN A 52.87.251.10
;; AUTHORITY SECTION:
f8.brundagemgt.com. 172800 IN NS ns-1490.awsdns-58.org.
f8.brundagemgt.com. 172800 IN NS ns-1960.awsdns-53.co.uk.
f8.brundagemgt.com. 172800 IN NS ns-347.awsdns-43.com.
f8.brundagemgt.com. 172800 IN NS ns-708.awsdns-24.net.
;; Query time: 91 msec
;; SERVER: 2600:9000:5307:a800::1#53(2600:9000:5307:a800::1)
;; WHEN: Sun Feb 19 21:19:01 2017
;; MSG SIZE rcvd: 191
Does anyone know the cause of the issue with Google DNS?
Thanks,
Victor