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 ? 
_______________________________________________
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