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

sam s4msure at hotmail.com
Sun Jun 23 02:45:55 UTC 2002


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