Hi,
I have created 2 new DNSonly servers, but when updating my rDNS zone file it is not pushed to these 2 new DNSonly servers. It comes with the error messages
BIND 9 is maintained by Internet Systems Consortium,: 2 Time(s)
Inc. (ISC), a non-profit 501(c)(3) public-benefit : 2 Time(s)
Warning: view internal: 'empty-zones-enable/disable-empty-zone' not set: disabling RFC 1918 empty zones: 1 Time(s)
Warning: view localhost_resolver: 'empty-zones-enable/disable-empty-zone' not set: disabling RFC 1918 empty zones: 1 Time(s)
available at https://www.isc.org/support: 2 Time(s)
Any 'normal' zone is updated to the new dnsonly servers except the empty zones, I can't work out how to solve this, any one had this problem before and knows how to fix this?
Tried this:
vi /etc/named.conf
Under the global options enter:
options {
empty-zones-enable yes;
};
service named restart
But no result, not sure if recursion should be enabled and if so only for the local zones?
OS is Centos 6.3 64bits
DNSonly clean install, latest version.
I have created 2 new DNSonly servers, but when updating my rDNS zone file it is not pushed to these 2 new DNSonly servers. It comes with the error messages
BIND 9 is maintained by Internet Systems Consortium,: 2 Time(s)
Inc. (ISC), a non-profit 501(c)(3) public-benefit : 2 Time(s)
Warning: view internal: 'empty-zones-enable/disable-empty-zone' not set: disabling RFC 1918 empty zones: 1 Time(s)
Warning: view localhost_resolver: 'empty-zones-enable/disable-empty-zone' not set: disabling RFC 1918 empty zones: 1 Time(s)
available at https://www.isc.org/support: 2 Time(s)
Any 'normal' zone is updated to the new dnsonly servers except the empty zones, I can't work out how to solve this, any one had this problem before and knows how to fix this?
Tried this:
vi /etc/named.conf
Under the global options enter:
options {
empty-zones-enable yes;
};
service named restart
But no result, not sure if recursion should be enabled and if so only for the local zones?
OS is Centos 6.3 64bits
DNSonly clean install, latest version.
Last edited: