On Tue, 17 Oct 2000, Sergei Kolodka wrote:

> Hi,
> quick question for DNS&Unix Gurus
> 
> I need to retrieve complete zone file for .ua.
> How can i do that with standard or nonstandard
> unix tools ?

First step:

  dig @<your local nameserver> org.ua NS

Which results in:

 org.ua.                 23h58m37s IN NS  ns.kolo.net.
 org.ua.                 23h58m37s IN NS  ns.lucky.net.
 org.ua.                 23h58m37s IN NS  ns.gu.net.

Then:

dig @ns.kolo.net org.ua AXFR > org.ua.zone

--
Joe                                     Technical Support
General Support:  [EMAIL PROTECTED]     Blarg! Online Services, Inc.
Voice:  425/401-9821 or 888/66-BLARG    http://www.blarg.net

Reply via email to