no zone transfer from primary to secondary

Mark.Andrews at nominum.com Mark.Andrews at nominum.com
Wed May 30 21:26:54 UTC 2001


	This will be a configuration / zone contents error.  You have
	deliberately obsured the configurations so that it impossible
	to help you more than this.

	Mark
	

> I'm using bind8.1.2 on a primary dns solaris 2.6 and bind2.2 on RedaHat
> Linux6.1.
> I got this strange behaviours:
> - nslookup on local addresses got "*** Can't find server name for address
> 217.58.109.242: Non-existent host/domain, Default servers are not
> available", but from external addresses works fine and answers all queries
> - there is no zone transfer from primary to secondary.........
> 
> The same secondary dns worked fine with a NT primary dns before but now i
> want to use my old sparc ws to do the service....
> Any suggestion or hint to modify my named.conf ?
> This my current and simply one:
> 
> on primary:
> -----------------------------------------------------
> options {
>         directory "/usr/local/etc/dns/";
>         };
> 
> //  Primaries
> zone "xxx.xxx.217.in-addr.arpa" {
>         type master;
>         file "named.local";
> };
> 
> zone "yyynet.it" {
>         type master;
>         file "soa/yyynet.it.soa";
> };
> 
> zone "." {
>         type hint;
>         file "named.root";
> };
> 
> ..............................
> on secondary:
> -----------------------------------------------------
> options {
>         directory "/var/named";
> };
> 
> zone "yyynet.it" {
>         type slave;
>         file "yyynet.zone";
>         masters {
>                 217.xxx.xxx.xxx;
>         };
> };
> 
> zone "." {
>         type hint;
>         file "db.cache";
> };
> -----------------------------------------------------
> note: both named.root and db.cache are the same file downloaded from
> rs.internic (August 2000)
> 
> 10x in advance to all people that wil answer my question
> 
> 
> 
> 
--
Mark Andrews, Nominum Inc.
1 Seymour St., Dundas Valley, NSW 2117, Australia
PHONE: +61 2 9871 4742                 INTERNET: Mark.Andrews at nominum.com


More information about the bind-users mailing list