machyve / xhyve

xhyve, a lightweight OS X virtualization solution
Other
6.44k stars 356 forks source link

DNS query for CH class changes to IN class #12

Open mdavids opened 9 years ago

mdavids commented 9 years ago

Not sure at what level the problem arises... But this is what I did:

1) Follow steps in http://www.pagetable.com/?p=831 to install Ubuntu 15.04 2) Then from the command-line: "dig +m -c ch -t txt version.bond" (jup, that's a typo indeed, should have been version.bind)

In the reply I noticed that the CH class has changed into IN class somewhere along the line:

;; QUESTION SECTION:
;version.bond.      CH TXT

;; ANSWER SECTION:
version.bond.       3602 IN TXT "Your DNS configuration needs immediate attention see https://icann.org/namecollision"

Also there's some other weird behaviour, like the TTL not counting down. And if you ask for DNSKEY or RRSIG, you get a timeout:

 dig RRSIG example.nl

; <<>> DiG 9.9.5-9-Ubuntu <<>> RRSIG example.nl
;; global options: +cmd
;; connection timed out; no servers could be reached
stv0g commented 8 years ago

Which DNS server are you querying?

I am not able to reproduce this. Maybe it's a strange behaving name server in your network?