configuring a dns server to manage two different domains.

Mark_Andrews at isc.org Mark_Andrews at isc.org
Sun Dec 1 13:38:09 UTC 2002


> Hi there,
>  
>     I think something is missing in my named.conf file. When I am trying
> to configure a dns server to manage two different domains  I use 
>  nslookup 
>  > ls -d palamara.com.do,  this is the error I get :
>  
> # tail /var/adm/messages
> Nov 25 16:23:49 ns1mat named[13057]: [ID 295310daemon.notice] 
> unapproved AXFR from [208.234.35.250].50927 for
> "palamara.com.do" (not master/slave)

	I suggest that you double check that the zone loaded correctly.

	Also the version of named you are running has well known security
	flaws.

	Mark
  
>  
> # more named.conf
> // BIND configuration file
> options {
>          directory "/var/named";
>          // Place additional options here.
> };
> zone "edenorte.com.do" in {
>         type master;
>         file "db.edenorte.com.do";
> };
>  
> zone "palamara.com.do" in {
>         type master;
>         file "db.palamara.com.do";
> };
>  
>  
> zone "240.10.in-addr.arpa" in {
>        type master;
>        file "db.10.240";
> }; 
> zone "0.0.127.in-addr.arpa" in {
>       type master;
>       file "db.127.0.0";
> };
> zone "234.208.in-addr.arpa" in { 
>       type master;
>        file "db.208.234";
> };
> zone "." in {
>        type hint;
>        file "db.cache";
> };
> 
> 
> 
--
Mark Andrews, Internet Software Consortium
1 Seymour St., Dundas Valley, NSW 2117, Australia
PHONE: +61 2 9871 4742                 INTERNET: Mark.Andrews at isc.org


More information about the bind-users mailing list