LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Ubuntu 12.04 Server Slave Dns Zone files not creating (https://www.linuxquestions.org/questions/linux-newbie-8/ubuntu-12-04-server-slave-dns-zone-files-not-creating-4175544449/)

prasanth.bbnl 06-04-2015 12:45 AM

Ubuntu 12.04 Server Slave Dns Zone files not creating
 
Hi,

I have created primary and Secondry Dns Server i am not getting any errors but master server transfer has started but zone files not updating...my doubt should i create create zone files else server itself create....

bathory 06-04-2015 05:19 AM

Quote:

Originally Posted by prasanth.bbnl (Post 5371900)
Hi,

I have created primary and Secondry Dns Server i am not getting any errors but master server transfer has started but zone files not updating...my doubt should i create create zone files else server itself create....

No need to create zone files manually on secondary. They'll be created after a successful zone transfer from master.

Regards

prasanth.bbnl 06-04-2015 08:36 AM

'empty-zones-enable/disable-empty-zone' what is zone error
 
Jun 4 06:28:44 station15 named[2534]: Warning: 'empty-zones-enable/disable-empty-zone' not set: disabling RFC 1918 empty zones
Jun 4 06:28:44 station15 named[2534]: automatic empty zone: 254.169.IN-ADDR.ARPA
Jun 4 06:28:44 station15 named[2534]: automatic empty zone: 2.0.192.IN-ADDR.ARPA
Jun 4 06:28:44 station15 named[2534]: automatic empty zone: 100.51.198.IN-ADDR.ARPA
Jun 4 06:28:44 station15 named[2534]: automatic empty zone: 113.0.203.IN-ADDR.ARPA
Jun 4 06:28:44 station15 named[2534]: automatic empty zone: 255.255.255.255.IN-ADDR.ARPA
Jun 4 06:28:44 station15 named[2534]: automatic empty zone: 0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.IP6.ARPA
Jun 4 06:28:44 station15 named[2534]: automatic empty zone: 1.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.IP6.ARPA
Jun 4 06:28:44 station15 named[2534]: automatic empty zone: D.F.IP6.ARPA
Jun 4 06:28:44 station15 named[2534]: automatic empty zone: 8.E.F.IP6.ARPA
Jun 4 06:28:44 station15 named[2534]: automatic empty zone: 9.E.F.IP6.ARPA
Jun 4 06:28:44 station15 named[2534]: automatic empty zone: A.E.F.IP6.ARPA
Jun 4 06:28:44 station15 named[2534]: automatic empty zone: B.E.F.IP6.ARPA
Jun 4 06:28:44 station15 named[2534]: automatic empty zone: 8.B.D.0.1.0.0.2.IP6.ARPA

bathory 06-04-2015 11:33 AM

Quote:

Jun 4 06:28:44 station15 named[2534]: Warning: 'empty-zones-enable/disable-empty-zone' not set: disabling RFC 1918 empty zones
This is not an error. It's bind default behavior.
If you want to stop seeing these messages add:
Code:

empty-zones-enable no;
in /etc/named.conf


All times are GMT -5. The time now is 09:18 PM.