• Welcome to Hurricane Electric's IPv6 Tunnel Broker Forums.

Guru Cert level problem

Started by BlackChart, February 16, 2015, 10:46:52 AM

Previous topic - Next topic

BlackChart

I reached the Guru Cert level test, but the test say my domain doesn't have a nameserver with AAAA record.

Of the nameservers on the domain, only one of them doesn't have an AAAA record.

Domain used for cert: ipv6.trab.dk

cholzhauer

I'd argue it doesn't work at all.

dig ns ipv6.trab.dk

; <<>> DiG 9.9.5 <<>> ns ipv6.trab.dk
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 19549
;; flags: qr rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 1, ADDITIONAL: 1

;; OPT PSEUDOSECTION:
; EDNS: version: 0, flags:; udp: 4096
;; QUESTION SECTION:
;ipv6.trab.dk.                  IN      NS

;; AUTHORITY SECTION:
trab.dk.                10800   IN      SOA     server.trab.dk. morten\@trab.dk.                                                                  2015021600 10800 3600 2419000 43200

;; Query time: 155 msec
;; SERVER: 131.183.2.111#53(131.183.2.111)
;; WHEN: Mon Feb 16 15:26:51 EST 2015
;; MSG SIZE  rcvd: 96



BlackChart

Quite the contrary - it works fine, besides that certification step.

The nameserver is named ns.trab.dk and not ipv6.trab.dk

# dig ns trab.dk

; <<>> DiG 9.8.2rc1-RedHat-9.8.2-0.30.rc1.el6_6.1 <<>> ns trab.dk @ns1.gratisdns                                                                                                                               .dk
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 61743
;; flags: qr aa rd; QUERY: 1, ANSWER: 6, AUTHORITY: 0, ADDITIONAL: 1
;; WARNING: recursion requested but not available

;; QUESTION SECTION:
;trab.dk.                       IN      NS

;; ANSWER SECTION:
trab.dk.                43200   IN      NS      ns4.gratisdns.dk.
trab.dk.                43200   IN      NS      ns2.gratisdns.dk.
trab.dk.                43200   IN      NS      ns5.gratisdns.dk.
trab.dk.                43200   IN      NS      ns3.gratisdns.dk.
trab.dk.                43200   IN      NS      ns.trab.dk.
trab.dk.                43200   IN      NS      ns1.gratisdns.dk.

;; ADDITIONAL SECTION:
ns.trab.dk.             43200   IN      AAAA    2001:470:28:926::1:3



# dig aaaa ipv6.trab.dk

; <<>> DiG 9.8.2rc1-RedHat-9.8.2-0.30.rc1.el6_6.1 <<>> aaaa ipv6.trab.dk @ns1.gratisdns.dk
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 30830
;; flags: qr aa rd; QUERY: 1, ANSWER: 1, AUTHORITY: 6, ADDITIONAL: 1
;; WARNING: recursion requested but not available

;; QUESTION SECTION:
;ipv6.trab.dk.                  IN      AAAA

;; ANSWER SECTION:
ipv6.trab.dk.           43200   IN      AAAA    2001:470:28:926:0:1:1:1

;; AUTHORITY SECTION:
trab.dk.                43200   IN      NS      ns4.gratisdns.dk.
trab.dk.                43200   IN      NS      ns3.gratisdns.dk.
trab.dk.                43200   IN      NS      ns2.gratisdns.dk.
trab.dk.                43200   IN      NS      ns5.gratisdns.dk.
trab.dk.                43200   IN      NS      ns.trab.dk.
trab.dk.                43200   IN      NS      ns1.gratisdns.dk.

;; ADDITIONAL SECTION:
ns.trab.dk.             43200   IN      AAAA    2001:470:28:926::1:3

cholzhauer

You said in your first post that your domain is ipv6.trab.dk; If that's the case, HE is going to test just the way I did


BlackChart

Arh! Sorry.
Missed the part about editing out any subdomain-information :)