BIND 10 #1087: Resolver SERVFAIL when qtype is any
BIND 10 Development
do-not-reply at isc.org
Fri Jul 1 06:29:12 UTC 2011
#1087: Resolver SERVFAIL when qtype is any
-------------------------------------+-------------------------------------
Reporter: | Type: defect
zhangcuiling | Priority: major
Status: new | Component: Unclassified
Milestone: New | Sensitive: 0
Tasks | Sub-Project: DNS
Keywords: | Estimated Difficulty: 0
Defect Severity: N/A | Total Hours: 0
Feature Depending on Ticket: |
Add Hours to Ticket: 0 |
Internal?: 0 |
-------------------------------------+-------------------------------------
bind10 Resolver SERVFAIL
{{{
# dig @10.53.0.8 www.google.com any -b 127.0.0.1
; <<>> DiG 9.7.3 <<>> @10.53.0.8 www.google.com any -b 127.0.0.1
; (1 server found)
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: SERVFAIL, id: 53505
;; flags: qr rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 0
;; QUESTION SECTION:
;www.google.com. IN ANY
;; Query time: 61 msec
;; SERVER: 10.53.0.8#53(10.53.0.8)
;; WHEN: Fri Jul 1 14:13:31 2011
;; MSG SIZE rcvd: 32
}}}
actually, it should give several RRs
{{{
# dig @8.8.8.8 www.google.com any
; <<>> DiG 9.7.3 <<>> @8.8.8.8 www.google.com any
; (1 server found)
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 47961
;; flags: qr rd ra; QUERY: 1, ANSWER: 7, AUTHORITY: 0, ADDITIONAL: 0
;; QUESTION SECTION:
;www.google.com. IN ANY
;; ANSWER SECTION:
www.google.com. 86399 IN CNAME www.l.google.com.
www.l.google.com. 299 IN A 74.125.71.104
www.l.google.com. 299 IN A 74.125.71.147
www.l.google.com. 299 IN A 74.125.71.105
www.l.google.com. 299 IN A 74.125.71.99
www.l.google.com. 299 IN A 74.125.71.106
www.l.google.com. 299 IN A 74.125.71.103
;; Query time: 70 msec
;; SERVER: 8.8.8.8#53(8.8.8.8)
;; WHEN: Fri Jul 1 14:13:40 2011
;; MSG SIZE rcvd: 148
}}}
it's ok when qtype is A
{{{
# dig @10.53.0.8 www.google.com a -b 127.0.0.1
; <<>> DiG 9.7.3 <<>> @10.53.0.8 www.google.com a -b 218.241.111.236
; (1 server found)
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 40138
;; flags: qr rd ra; QUERY: 1, ANSWER: 7, AUTHORITY: 0, ADDITIONAL: 0
;; QUESTION SECTION:
;www.google.com. IN A
;; ANSWER SECTION:
www.google.com. 604658 IN CNAME www.l.google.com.
www.l.google.com. 158 IN A 74.125.71.147
www.l.google.com. 158 IN A 74.125.71.99
www.l.google.com. 158 IN A 74.125.71.104
www.l.google.com. 158 IN A 74.125.71.105
www.l.google.com. 158 IN A 74.125.71.103
www.l.google.com. 158 IN A 74.125.71.106
;; Query time: 0 msec
;; SERVER: 10.53.0.8#53(10.53.0.8)
;; WHEN: Fri Jul 1 14:13:54 2011
;; MSG SIZE rcvd: 148
}}}
--
Ticket URL: <http://bind10.isc.org/ticket/1087>
BIND 10 Development <http://bind10.isc.org>
BIND 10 Development
More information about the bind10-tickets
mailing list