ISC Bind9.2.1 : Can I list all A records for a Zone?

Stephens, Bill {PBSG} Bill.Stephens at pbsg.com
Sun Jun 23 15:16:47 UTC 2002


You are requiring a key for the transfer to occur.  You'll need to add the
-k option.  I haven't tried it, but here's the doc:

-k keydir:keyname
                             Sign the query with the TSIG key named keyname
                             that is in the directory keydir.

 
 

Bill Stephens
PepsiCo Business Solutions Group
Bill.Stephens at pbsg.com
972.376.7155      fax: 972.376.6019
 
 

-----Original Message-----
From: sam [mailto:s4msure at hotmail.com] 
Sent: Saturday, June 22, 2002 9:46 PM
To: comp-protocols-dns-bind at isc.org
Subject: Re: ISC Bind9.2.1 : Can I list all A records for a Zone?

Sorry I forgot to mention that I am running ISC Bind9.2.1 in Win2K-Pro.

None of the commands seems to be providing any A records result.

should i have anything specific in my named.conf zone to allow that query?
here is part of my named.conf
:::
zone "xxx.org" {
        type master;
        file "db.xxx";
        allow-update { key xxx.;};
        allow-transfer { key 44nn.15nnn.xxx.; };
        };
:::


Appreciate any help and all the responses

"Pete Ehlke" <pde at ehlke.net> wrote in message
news:af2pl4$co4q$1 at isrv4.isc.org...
>
> On Sat, Jun 22, 2002 at 03:56:28PM -0500, Martin McCormick wrote:
> > #! /bin/sh
> > dig @your.dns.address -taxfr your.zone \
> > |   awk '{ print $1,$2,$3,$4,$5}' \
> > |grep  " A " >some-file
> >
> awk '/ A / { print }'
>
> Nobody seems to remember anymore that awk is a pattern matching language
;)
>



More information about the bind-users mailing list