Slave DNS Server
From: Dan Righter (drighter_at_qualitytechnologies.net)
Date: 09/28/04
- Previous message: Stewart Nelson: "Re: ssh & port 22 problem"
- Next in thread: Alexander Dalloz: "Re: Slave DNS Server"
- Reply: Alexander Dalloz: "Re: Slave DNS Server"
- Reply: Mike Burger: "Re: Slave DNS Server"
- Reply: Patrick Nelson: "Re: Slave DNS Server"
- Reply: Chadley Wilson: "Re: Slave DNS Server"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
To: <fedora-list@redhat.com> Date: Tue, 28 Sep 2004 17:57:53 -0400
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
-- fedora-list mailing list fedora-list@redhat.com To unsubscribe: http://www.redhat.com/mailman/listinfo/fedora-list
- Previous message: Stewart Nelson: "Re: ssh & port 22 problem"
- Next in thread: Alexander Dalloz: "Re: Slave DNS Server"
- Reply: Alexander Dalloz: "Re: Slave DNS Server"
- Reply: Mike Burger: "Re: Slave DNS Server"
- Reply: Patrick Nelson: "Re: Slave DNS Server"
- Reply: Chadley Wilson: "Re: Slave DNS Server"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|