Network Management
Test DNS Zone Transfer via CMD prompt [Windows DNS Server]
This article describes how to test DNS Zone Transfer via a command prompt.
First published date
Last published date
Overview
Product section
Resolution
- Open an Admin CMD prompt on the IPAM server.
- Run the following commands:
nslookup server <DNS Server Name OR ip address of DNS server> set type=any ls -d <DNS Zone Name> > dnstest.txt exit
- This will create a file, dnstest.txt, containing a list of the DNS records for this zone. (Default output folder C:\Users\Administrator )
If this works without error, we will need to investigate why zone transfers are not working in IPAM.