8.8.8.8 strange behavior

65 views
Skip to first unread message

crazy.c...@gmail.com

unread,
Mar 11, 2019, 10:47:50 AM3/11/19
to public-dns-discuss
Hi. 

I`m struggling to understand why thetyp.es resolving normally by 8.8.4.4 and not working for 8.8.8.8

; <<>> DiG 9.10.3-P4-Ubuntu <<>> @8.8.8.8 www.thetyp.es A
; (1 server found)
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 6198
;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 1

;; OPT PSEUDOSECTION:
; EDNS: version: 0, flags:; udp: 4096
;; QUESTION SECTION:
;www.thetyp.es.                 IN      A

;; ANSWER SECTION:
www.thetyp.es.          300     IN      A       138.68.115.26

;; Query time: 700 msec
;; SERVER: 8.8.8.8#53(8.8.8.8)
;; WHEN: Sun Mar 10 18:52:04 EET 2019
;; MSG SIZE  rcvd: 58

but

$ nslookup -debug thetyp.es 8.8.8.8
Server:         8.8.8.8
Address:        8.8.8.8#53

------------
    QUESTIONS:
        thetyp.es, type = A, class = IN
    ANSWERS:
    AUTHORITY RECORDS:
    ->  thetyp.es
        origin = ns-1864.awsdns-41.co.uk
        mail addr = awsdns-hostmaster.amazon.com
        serial = 1
        refresh = 7200
        retry = 900
        expire = 1209600
        minimum = 86400
        ttl = 1
    ADDITIONAL RECORDS:
------------
** server can't find thetyp.es: NXDOMAIN

and 8.8.4.4 works ok

$ nslookup -debug thetyp.es 8.8.4.4
Server:         8.8.4.4
Address:        8.8.4.4#53

------------
    QUESTIONS:
        thetyp.es, type = A, class = IN
    ANSWERS:
    ->  thetyp.es
        internet address = 138.68.115.26
        ttl = 1
    AUTHORITY RECORDS:
    ADDITIONAL RECORDS:
------------
Non-authoritative answer:
Name:   thetyp.es
Address: 138.68.115.26

What can be done to fix this issue?
And why if dig shows IN A record, nslookup query shows error?

Reply all
Reply to author
Forward
0 new messages