Pesky "cannot redefine zone"

Douglas, Earl S. edouglas at kpmg.ca
Fri Oct 1 13:46:38 UTC 1999


you have your root zone defined twice, once as a 'master' and the other as a
'hint'


-----Original Message-----
From: Bill Webb [mailto:wwebb at adni.net]
Sent: Friday, October 01, 1999 7:52 AM
To: comp-protocols-dns-bind at moderators.isc.org
Subject: Re: Pesky "cannot redefine zone"


/etc/named.conf:48: cannot redefine zone '0.0.127.in-addr.arpa' class 1
/etc/named.conf:53: cannot redefine zone '' class 1
/etc/named.conf:48: cannot redefine zone '' class 1
/etc/named.conf:36: cannot redefine zone '' class 1
/etc/named.conf:36: cannot redefine zone '' class 1

I give-up, where is the problem here?

};

zone "." in {
        type hint;
        file "root.cache";
};

zone "0.0.127.in-addr.arpa" in {
        type master;
        file "db.127.0.0";
};

zone "cap.gov"  {
        type master;
        file "pz/cap.gov";
};

zone "198.88.0.in-addr.arpa" in  {
        type master;
        file "pz/0.88.198";
};

zone "cap.nu" {
        type slave;
        file "pz/cap.nu";
        masters { 205.166.226.38; };
};

zone "." IN {
        type master;
        file "root.hints";
};




******************************************************************************************
The information in this email is confidential and may be legally privileged.
It is intended solely for the addressee. Access to this email by anyone else
is unauthorized.

If you are not the intended recipient, any disclosure, copying, distribution
or any action taken or omitted to be taken in reliance on it, is prohibited
and may be unlawful. When addressed to our clients any opinions or advice
contained in this email are subject to the terms and conditions expressed in
the governing KPMG client engagement contract.
******************************************************************************************


-- HTML Attachment decoded to text by Listar --

 RE: Pesky "cannot redefine zone"



you have your root zone defined twice, once as a 'master' and the other as a
'hint' 


-----Original Message----- 
From: Bill Webb [mailto:wwebb at adni.net[1]] 
Sent: Friday, October 01, 1999 7:52 AM 
To: comp-protocols-dns-bind at moderators.isc.org 
Subject: Re: Pesky "cannot redefine zone" 


/etc/named.conf:48: cannot redefine zone '0.0.127.in-addr.arpa' class 1 
/etc/named.conf:53: cannot redefine zone '' class 1 
/etc/named.conf:48: cannot redefine zone '' class 1 
/etc/named.conf:36: cannot redefine zone '' class 1 
/etc/named.conf:36: cannot redefine zone '' class 1 

I give-up, where is the problem here? 

}; 

zone "." in { 
        type hint; 
        file "root.cache"; 
}; 

zone "0.0.127.in-addr.arpa" in { 
        type master; 
        file "db.127.0.0"; 
}; 

zone "cap.gov"  { 
        type master; 
        file "pz/cap.gov"; 
}; 

zone "198.88.0.in-addr.arpa" in  { 
        type master; 
        file "pz/0.88.198"; 
}; 

zone "cap.nu" { 
        type slave; 
        file "pz/cap.nu"; 
        masters { 205.166.226.38; }; 
}; 

zone "." IN { 
        type master; 
        file "root.hints"; 
}; 


*****************************************************************************
˜#*************
The information in this email is confidential and may be legally privileged.
It is intended solely for the addressee. Access to this email by anyone else
is unauthorized.

If you are not the intended recipient, any disclosure, copying, distribution
or any action taken or omitted to be taken in reliance on it, is prohibited
and may be unlawful. When addressed to our clients any opinions or advice
contained in this email are subject to the terms and conditions expressed in
the governing KPMG client engagement contract.
*****************************************************************************
*************


--- Links ---
   1 mailto:wwebb at adni.net



More information about the bind-users mailing list