Slave Zone not Updating......

Julien Matthieu julien at sype.org
Wed Feb 5 18:32:12 UTC 2003


try in your named config file to do this ( or something like this )
this is for your master

<-- start here >
zone "example.com" {
	type master;
	file "myzonefile";
	allow-transfer {
		192.168.1.1;
		192.168.1.2;
	};
};
<-- ends here >

the 192.168.1.1 and 192.168.1.2 change it to what you want

Have fun
Julien



Zack Odell wrote:
> I have a problem with my slave zone not being able to update from the
> master.
> 
> I can see that the master server is trying to allow the transfer, but
> on the slave server I get the following:
> 
> named[4175]: dumping master file: /var/named/tm-XXXjdICtn: open:
> permission denied
> 
> named[4175]: transfer of 'azcmr.com/IN' from 192.168.10.2#53: failed
> while receiving responses: permission denied
> 
> named[4175]: transfer of 'azcmr.com/IN' from 192.168.10.2#53: end of
> transfer
> 
> Now I know that this is probably a permissions problem, but where do I
> begin to look to correct this problem?
> 
> Do I need to change the permissions on this file in /var/named?
> 
> Any help would be appreciated!!
> 


More information about the bind-users mailing list