Slave DNS Server

Dan Righter drighter at qualitytechnologies.net
Tue Sep 28 21:57:53 UTC 2004


Does anyone know how to setup a slave DNS server on Fedora Core 2?  I've configured the master server and the slave, but I'm getting a permission denied error in the logs when the slave tries to update.  Below is an example of my configuration.

Master:

zone "example.com" {
type master;
notify no;
allow-query { any; };
file "db.example";
};

Slave:

zone "example.com" {
type slave;
masters { master-server-ip; };
notify no;
allow-query { any; };
file "db.example";
};

I also have the allow-transfer statement added to the master server with the ip address of the slave server.

Thanks,

Dan
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://listman.redhat.com/archives/fedora-list/attachments/20040928/97065d45/attachment-0001.htm>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: Dan Righter.vcf
Type: text/x-vcard
Size: 511 bytes
Desc: not available
URL: <http://listman.redhat.com/archives/fedora-list/attachments/20040928/97065d45/attachment-0001.vcf>


More information about the fedora-list mailing list