Thanks Mark,

It works in a perfect way ;)

As for the below error, does it have anything to do with the RFC 1918 issue or it's another issue ?

Event Type:    Error
Event Source:    named
Event Category:    None
Event ID:    1
Date:        6/6/2013
Time:        12:09:44 PM
User:        N/A
Computer:    DNS01
Description:
client 81.xx.xx.xx#63209: update '0.10.in-addr.arpa/IN' denied

-----Original Message----- From: Mark Andrews
Sent: Thursday, June 06, 2013 10:17 AM
To: Eng_M.wahab
Cc: bind-us...@isc.org
Subject: Re: RFC 1918 Warning Event ID 2


In message <dub101-ds17938d7e8867dfe699b6edc2...@phx.gbl>, "Eng_M.wahab" writes
:

Dears,

I was receiving the below warning event :

Event Type:    Warning
Event Source:    named
Event Category:    None
Event ID:    2
Date:        6/5/2013
Time:        11:01:30 AM
User:        N/A
Computer:    DNS01
Description:
client 10.0.11.162#62089: RFC 1918 response from Internet for
26.201.21.172.in-addr.arpa


And after searching I found a solution which says :

** create empty zones as following

zone "10.IN-ADDR.ARPA" {
           type master;
           file "empty";
   };

   zone "16.172.IN-ADDR.ARPA" {
           type master;
           file "empty";
   };

   ...

   zone "31.172.IN-ADDR.ARPA" {
           type master;
           file "empty";
   };

   zone "168.192.IN-ADDR.ARPA" {
           type master;
           file "empty";
   };




   ** And empty zone is


$TTL    86400
@       IN      SOA     ns1.eccsolutions.net.
hostmaster.eccsolutions.net. (
                                          2013050901      ; Serial
                                      28800      ; Refresh
                                      14400      ; Retry
                                      3600000    ; Expire
                                      86400 )    ; Minimum
              IN      NS   ns1.eccsolutions.net.
              IN      NS   ns2.eccsolutions.net.


Now I receive such events in my Secondary DNS server

Event Type:    Warning
Event Source:    named
Event Category:    None
Event ID:    2
Date:        6/3/2013
Time:        4:05:54 PM
User:        N/A
Computer:    DNS02
Description:
zone 10.IN-ADDR.ARPA/IN: saved 'db.empty' as 'db-00002072'


And

Event Type:    Error
Event Source:    named
Event Category:    None
Event ID:    1
Date:        6/4/2013
Time:        11:59:44 AM
User:        N/A
Computer:    DNS02
Description:
zone 10.IN-ADDR.ARPA/IN: loading from master file db.empty failed: not at
top of zone

what is wrong with my configuration and how to solve this ?

Follow the instructions on the second server.  i.e. use "master" zones
not "slave" zones.  Slave zones cannot share files.

Mark
--
Mark Andrews, ISC
1 Seymour St., Dundas Valley, NSW 2117, Australia
PHONE: +61 2 9871 4742 INTERNET: ma...@isc.org
_______________________________________________
Please visit https://lists.isc.org/mailman/listinfo/bind-users to unsubscribe 
from this list

bind-users mailing list
bind-users@lists.isc.org
https://lists.isc.org/mailman/listinfo/bind-users

Reply via email to