Transfer failing

anthony person anthony.person at arris-i.com
Wed Mar 21 14:28:59 UTC 2001


I have configured bind 9.1.1rc4 to run on HPUX 11 thanks to the e-mails ands
questions posted to this group. Thank you to all who have participated.


I am having a problem transferring my zone records to a secondary NS, but I
can receive theirs fine. EX: wolverine is the master name server for the
domain "digitec.com". Rouge is the master server for the domain
"and.digitec.com". "rouge.and.digitec.com" can receive zone transfers from
"wolverine.digitec.com" but not vice versa.


wolverine.digitec.com is running bind 4.9.3. rouge.and.digitec.com is
running bind 9.1.1.

Here is the named.conf (and named.boot) for the two servers.
============================================================================
=====================
NAMED.CONF for rouge.and.digitec.com
============================================================================
=====================
options {
	directory "/etc/local/domain";
	auth-nxdomain yes;
};

key rndc_key {
        algorithm "hmac-md5";
        secret
"c3Ryb25nIGVub3VnaCBmb3IgYSBtYW4gYnV0IG1hZGUgZm9yIGEgd29tYW4K";
};

controls {
		inet 127.0.0.1 allow {localhost;} keys {rndc_key;};
};

logging {
channel "security_channel" {
	file "bind-sec.log";
	severity debug;
};

category "security" {
	"security_channel";
	"default_syslog";
	"default_debug";
};
};

zone "0.0.127.IN-ADDR.ARPA" {
	type master;
	file "db.127.0.0";
};

zone "and.digitec.com" {
	type master;
	file "db.and.digitec";
};

zone "16.48.47.IN-ADDR.ARPA" {
	type master;
	file "db.47.48.16";
};

zone "17.48.47.IN-ADDR.ARPA" {
	type master;
	file "db.47.48.17";
};

zone "." {
	type hint;
	file "db.cache";
};

============================================================================
=====================
NAMED.BOOT for wolverine.digitec.com
============================================================================
=====================
primary		0.0.127.IN-ADDR.ARPA	db.127.0.0
primary		digitec.com		db.digitec
primary		digitec-international.com		db.digitec-international
primary		118.229.155.IN-ADDR.ARPA	db.155.229.118
primary		170.184.47.IN-ADDR.ARPA		db.47.184.170
; primary		169.168.192.IN-ADDR.ARPA	db.192.168.169
secondary	rouge.and.digitec.com	47.183.22.7 db.and.digitec
cache		.			db.cache

any help on this is greatly appreciated.


Anthony



More information about the bind-users mailing list