Microsoft
Software
Hardware
Network
Question : Secondary BIND can't get update from primary
I have a primary BIND server that runs without problem, I am trying to setup secondary BIND server. but the secondary server doesn’t receive any data from the primary server.
Primary server named.conf configuration:
options {
directory "/var/named";
};
zone "." {
type hint;
file "named.root";
};
zone "testme.org" in {
type master;
file "db.testme.org";
allow-update { none; };
//ip address of my secondary BINS server
allow-transfer { 10.1.3.3; };
};
zone "3.1.10.in-addr.arpa" in{
type slave;
file "db.10.1.3";
};
zone "localhost" in {
type master;
file "master.localhost";
};
Secondary configuration:
options {
directory "/var/named";
};
zone "." {
type hint;
file "named.root";
};
zone "testme.org" in {
type slave;
file "bak.testme.org";
//primary server IP address
masters { 10.1.3.30; };
};
zone "3.1.10.in-addr.arpa" in{
type slave;
file "db.10.1.3.sec";
};
zone "localhost" in {
type master;
file "master.localhost";
};
I have disabled firewall and SeLinux. I typed (server named restart) but still the secondary zone files are still empty. Any idea why I am not receiving update from primary server?
Answer : Secondary BIND can't get update from primary
ok check the permission for secondary zone file
you need the permission
chown named:named secondaryzone.zone
Random Solutions
moving NC indexes to another filegroup
truncating table and updating from another table converting varchar to int and datetime
ASP.NET Membership and Profile Set Up
ESXi 4.0 - virtual machine sees only one CPU
Online Defrag - Exchange 2003
IE6 not showing 'Latest Blogs' block.
Last 3 tweets in WordPress
My changes in on the notes local calendar is not replicating with the server
Problem by using TFileStream: Save and Read ShortString in Delphi2010
Chart shows table info in an inverted order