Master2Slave

Cyberdevil

Verified User
Joined
Sep 16, 2007
Messages
40
I'm trying to set up a secondary DNS server on a VPS server but I have a little problem.

What have I dont :

Made user on Master and on the Slave server.
Master server makes the config file public and the Slave server can get it.
But I can't find any .db files in /var/named/slaves/IP/

Did I forget something ?
 
My guess is firewall or file permissions. What does your log saying during re-start of DNS
 
Its usually in /var/named/slaves/namedftp/ipaddress

Have you reloaded bind?

in /var/log/messages is there any errors?
 
While I obviously can't take the time to log in and fix problems for everyone using an open source solution I published, we do offer a commercial service to do the installs. Please contact by email for more information.

Jeff
 
Its usually in /var/named/slaves/namedftp/ipaddress

vps01:~# ls -all /var/named/slaves/namedftp/xxx.xx.xx.xxx/
total 8
drwxr-xr-x 2 bind bind 4096 2007-09-24 21:32 .
drwxr-xr-x 3 bind bind 4096 2007-09-24 21:32 ..

Have you reloaded bind?

in /var/log/messages is there any errors?

Don't see anything in the /var/log/messages that has anything to do with bind. But I don't think that the logs are working propperly because I'm using a VPS.

Sep 25 20:16:39 vps2 -- MARK --
Sep 25 20:36:40 vps2 -- MARK --
Sep 25 20:56:40 vps2 -- MARK --
Sep 25 21:16:40 vps2 -- MARK --
Sep 25 21:36:40 vps2 -- MARK --
vps01:~#

Strange.

But I think the permitions are okay.
 
Back
Top