configuring a dns server to manage two different domains.

Simon Waters Simon at wretched.demon.co.uk
Sat Nov 30 23:04:49 UTC 2002


Betania Echavarria wrote:
> 
>  nslookup
>  > ls -d palamara.com.do,  this is the error I get :

To do a zone transfer (ls -d) you'll need "allow-transfer" in
named.conf

dig @127.0.0.1 palamara.co.do any

will check for any records with a name matching the domain (i.e.
SOA and NS, and others like MX perhaps), and you can check the
"flags" section for "AA" meaning it is authoritative.


More information about the bind-users mailing list