Hi,
I installed two dns servers,primary and secondary
but when I change some record on primary dns,the secondary don't update
I also tested the "notify" and "also-notify" in options sections and
zone section
but it did not work
here some parts of my named.conf files:
--
PRIMARY named.conf
options {
directory "/var/named";
forwarders{
193.251.151.57;
198.6.1.1;
198.6.1.2;
198.6.1.3;
};
};
zone "." {
type hint;
file "root.cache";
};
zone "neda.net.ir"{
type master;
file "neda.net.ir";
};
************
************
************
************
SECONDARY named.conf
options {
directory "/var/named";
forward only;
forwarders{
193.251.151.57;
};
};
zone "." {
type hint;
file "named.ca";
};
zone "0.0.127.in-addr.arpa"{
type master;
file "named.local";
};
zone "neda.net.ir"{
type slave;
file "sec/neda.net.ir";
masters{
194.165.21.2;
};
};
thanks
_______________________________________________
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list