PDA

View Full Version : Slave DNS


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

piglet
2004-11-05, 12:35 PM CST
the address that you are using should be the address of the domain example.com not the address of your dns server :)