[Pdns-users] DNS resolution problem with pdns-recursor-3.3
Kenneth Marshall
ktm at rice.edu
Tue Apr 19 18:24:37 UTC 2011
Hi PDNS users,
I have been trying to figure out why the following site is
not resolving:
> dig cdn4.digitalconcerthall.com
; <<>> DiG 9.2.4 <<>> cdn4.digitalconcerthall.com
;; global options: printcmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: SERVFAIL, id: 40777
;; flags: qr rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 0
;; QUESTION SECTION:
;cdn4.digitalconcerthall.com. IN A
;; Query time: 1614 msec
;; SERVER: 128.42.178.32#53(128.42.178.32)
;; WHEN: Tue Apr 19 13:21:34 2011
;; MSG SIZE rcvd: 45
but this is a CNAME to: cdn4.digitalconcerthall.com.edgesuite.net
and I can look it up just fine:
> dig cdn4.digitalconcerthall.com.edgesuite.net
; <<>> DiG 9.2.4 <<>> cdn4.digitalconcerthall.com.edgesuite.net
;; global options: printcmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 40383
;; flags: qr rd ra; QUERY: 1, ANSWER: 3, AUTHORITY: 0, ADDITIONAL: 0
;; QUESTION SECTION:
;cdn4.digitalconcerthall.com.edgesuite.net. IN A
;; ANSWER SECTION:
cdn4.digitalconcerthall.com.edgesuite.net. 20739 IN CNAME a267.g.akamai.net.
a267.g.akamai.net. 5 IN A 207.138.126.201
a267.g.akamai.net. 5 IN A 207.138.126.190
;; Query time: 1 msec
;; SERVER: 128.42.209.32#53(128.42.209.32)
;; WHEN: Tue Apr 19 13:21:45 2011
;; MSG SIZE rcvd: 119
and just the CNAME:
> dig cdn4.digitalconcerthall.com.edgesuite.net cname
; <<>> DiG 9.2.4 <<>> cdn4.digitalconcerthall.com.edgesuite.net cname
;; global options: printcmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 32079
;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 0
;; QUESTION SECTION:
;cdn4.digitalconcerthall.com.edgesuite.net. IN CNAME
;; ANSWER SECTION:
cdn4.digitalconcerthall.com.edgesuite.net. 20653 IN CNAME a267.g.akamai.net.
;; Query time: 0 msec
;; SERVER: 128.42.209.32#53(128.42.209.32)
;; WHEN: Tue Apr 19 13:23:11 2011
;; MSG SIZE rcvd: 87
It just does not put them together. Does anyone have any ideas
about what could be the problem.
Regards,
Ken
More information about the Pdns-users
mailing list