<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META content="text/html; charset=iso-8859-1" http-equiv=Content-Type>
<META content="MSHTML 5.00.3819.300" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT face=Arial size=2>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.</FONT></DIV>
<DIV> </DIV>
<DIV><FONT face=Arial size=2>Master:</FONT></DIV>
<DIV> </DIV>
<DIV><FONT face=Arial size=2>zone "example.com" {</FONT></DIV>
<DIV><FONT face=Arial size=2>type master;</FONT></DIV>
<DIV><FONT face=Arial size=2>notify no;</FONT></DIV>
<DIV><FONT face=Arial size=2>allow-query { any; };</FONT></DIV>
<DIV><FONT face=Arial size=2>file "db.example";</FONT></DIV>
<DIV><FONT face=Arial size=2>};</FONT></DIV>
<DIV> </DIV>
<DIV><FONT face=Arial size=2>Slave:</FONT></DIV>
<DIV> </DIV>
<DIV><FONT face=Arial size=2>
<DIV><FONT face=Arial size=2>zone "example.com" {</FONT></DIV>
<DIV><FONT face=Arial size=2>type slave;</FONT></DIV>
<DIV>masters { <EM>master-server-ip; };</EM></DIV>
<DIV><FONT face=Arial size=2>notify no;</FONT></DIV>
<DIV><FONT face=Arial size=2>allow-query { any; };</FONT></DIV>
<DIV><FONT face=Arial size=2>file "db.example";</FONT></DIV>
<DIV><FONT face=Arial size=2>};</FONT></DIV>
<DIV> </DIV>
<DIV>I also have the allow-transfer statement added to the master server with 
the ip address of the slave server.</DIV>
<DIV> </DIV>
<DIV>Thanks,</DIV>
<DIV> </DIV>
<DIV>Dan</DIV></FONT></DIV></BODY></HTML>