INPUT:

dig +multiline google.com axfr

OUTPUT:

; <<>> DiG 9.7.3-RedHat-9.7.3-1.fc14 <<>> +multiline google.com axfr
;; global options: +cmd
; Transfer failed.

What am I missing?
Regarding: DNS Lookup to Bind config file.

link|improve this question

79% accept rate
feedback

2 Answers

up vote 0 down vote accepted

You need to use dig against your own nameservers when you attempt a zone transfer. This needs to be specifically permitted by the allow-transfer directive. Zone transfers should be disabled by default to protect the zone from prying eyes and from the possibility of a denial of service attack.

link|improve this answer
feedback

Google is not going to let you do a zone transfer from them.

Zone transfer permissions are in most cases granted only to a very specific subset of other hosts, and almost never to the public at large.

link|improve this answer
Will help explain why zone transfers are restricted sans.org/reading_room/whitepapers/dns/… – Sameer May 20 '11 at 5:24
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.