not updating

brad tarver btarver at lugoj.org
Tue Sep 28 00:39:35 UTC 1999


why isn't my slave dns server getting it's updates from the master?

// here's my master named.conf

options {
	directory "/var/named";
};

logging {
	category lame-servers { null; };
	category cname { null; };
};

zone "lugoj.org" {
	type master;
	file "lugoj.org.zone";
	also-notify {
		216.79.56.6;
	};
};

//eof

// and my slave named.conf

options {
        directory "/var/named";
};

logging {
        category lame-servers { null; };
        category cname { null; };
};

zone "lugoj.org" {
        type slave;
        file "lugoj.org.zone";
        masters {
                216.79.56.5;
        };
};

// eof

all of my reverse lookup and such are correct.

on my slave server i get, cannot create tmpfile and on the master server
i get a TTL error



More information about the bind-users mailing list