This is a discussion on Re: nslookup within the Bind Users forums, part of the DNS and Related Forums category; In article <cpqc2a$2gch$1@sf1.isc.org>, "Plantier, Spencer" <spencer.plantier@stratech.com> ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
In article <cpqc2a$2gch$1@sf1.isc.org>,
"Plantier, Spencer" <spencer.plantier@stratech.com> wrote: > Is there a way in Solaris 9 with nslookup to see all the DNS records. We > are converting DNS to a new box and trying to verify that we have all > the records transferred over. Use the "ls" command in nslookup to perform a zone transfer. nslookup >server ns1.domain.com >ls -d domain.com However, I recommend instead that you use "dig" with the AXFR type: dig domain.com axfr @ns1.domain.com because the output format is more like what you would have in a zone file. -- Barry Margolin, barmar@alum.mit.edu Arlington, MA *** PLEASE post questions in newsgroups, not directly to me *** |