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
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:
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: