danr
2004-09-28, 01:58 PM CDT
I'm running fedora core 2 and my slave DNS server keeps failing to update. The log says permission denied.
My records for the master server look like this:
zone "example.com" {
type master;
allow-update { any; };
notify no;
};
and the slave records are like this:
zone "example.com" {
type slave;
masters { 1.2.3.4; };
allow-update { any; };
notify no;
};
where 1.2.3.4 is the address of my DNS server.
I have allow-transfers added in the master server. Does anyone know how to fix this?
Thanks,
Dan
My records for the master server look like this:
zone "example.com" {
type master;
allow-update { any; };
notify no;
};
and the slave records are like this:
zone "example.com" {
type slave;
masters { 1.2.3.4; };
allow-update { any; };
notify no;
};
where 1.2.3.4 is the address of my DNS server.
I have allow-transfers added in the master server. Does anyone know how to fix this?
Thanks,
Dan