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

Mark Damrose mdamrose at elgin.cc.il.us
Mon Jun 24 21:13:44 UTC 2002


"sam" <s4msure at hotmail.com> wrote in message
news:af3d64$d740$1 at isrv4.isc.org...
> 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.; };
>         };
> :::

Get to a command prompt.  Change directory to where the zone files are
stored.
notepad db.xxx
Scroll down and look at all the A records.

>
>
> 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