DNS frustration

Chad Morris morrisce at acs.sparcc.org
Wed May 10 18:55:40 UTC 2006


I used to be able to add records to my DNS via webmin, that no longer  
works....i try using nsupdate and that will only work for my forward  
lookups, all my reverse zones say NOTAUTH.  If i manually edit the  
record files and update the serial it still doesn't work.

Many of my .rev files have different owners too..some are owned by  
root and some are owned by bind...do they all need to be owned by bind?

here is a reverse zone where ams3.flyers.stark.k12.oh.us does not  
work....but  the other two do.


$ttl 38400
48.110.10.in-addr.arpa. IN      SOA     dns.flyers.stark.k12.oh.us.  
morrisce.acs.sparcc.org. (
                         1135780486
                         10800
                         3600
                         604800
                         38400 )
48.110.10.in-addr.arpa. IN      NS      dns.flyers.stark.k12.oh.us.
2.48.110.10.in-addr.arpa.       IN      PTR      
ams.flyers.stark.k12.oh.us.
3.48.110.10.in-addr.arpa.       IN      PTR      
ams2.flyers.stark.k12.oh.us.
100.48.110.10.in-addr.arpa.     IN      PTR      
ams3.flyers.stark.k12.oh.us.


and here is my named.local


//
// Do any local configuration here
//

// Consider adding the 1918 zones here, if they are not used in your
// organization
//include "/etc/bind/zones.rfc1918";

acl okay_hosts {
         10.110.40.0/21;
         10.110.72.0/21;
         10.110.80.0/21;
         10.110.48.0/21;
         10.110.56.0/21;
         10.110.64.0/21;
         127.0.0.1;
         };

zone "flyers.stark.k12.oh.us" {
         type master;
         notify yes;
         file "/etc/bind/flyers.stark.k12.oh.us.hosts";
         allow-update {
                 okay_hosts;
                 localhost;
                 };
         allow-transfer {
                 10.110.48.3;
                 10.110.57.1;
                 10.110.65.1;
                 10.110.80.2;
                 10.110.72.2;
                 };
         also-notify {
                 10.110.48.3;
                 10.110.57.1;
                 10.110.65.1;
                 10.110.80.2;
                 10.110.72.2;
                 };
         };



zone "40.110.10.in-addr.arpa" {
         type master;
         notify no;
         file "/etc/bind/10.110.40.rev";
         allow-update {
                 okay_hosts;
                 localhost;
                 };
         };

zone "57.110.10.in-addr.arpa" {
         type master;
         notify yes;
         file "/etc/bind/10.110.57.rev";
         allow-update {
                 okay_hosts;
                 };
         also-notify {
                 10.110.57.3;
                 };
         allow-transfer {
                 10.110.57.3;
                 };
         };

zone "48.110.10.in-addr.arpa" {
         type master;
         notify yes;
         file "/etc/bind/10.110.48.rev";
         allow-update {
                 okay_hosts;
                 };
         also-notify {
                 10.110.57.3;
                 };
         allow-transfer {
                 10.110.57.3;
                 };
         };

zone "65.110.10.in-addr.arpa" {
         type master;
         notify yes;
         file "/etc/bind/10.110.65.rev";
         allow-update {
                 okay_hosts;
                 };
         also-notify {
                 10.110.57.3;
                 };
         allow-transfer {
                 10.110.57.3;
                 };
         };

zone "80.110.10.in-addr.arpa" {
         type master;
         notify yes;
         file "/etc/bind/10.110.80.rev";
         allow-update {
                 okay_hosts;
                 };
         also-notify {
                 10.110.57.3;
                 };
         allow-transfer {
                 10.110.57.3;
                 };
         };

zone "72.110.10.in-addr.arpa" {
         type master;
         notify yes;
         file "/etc/bind/10.110.72.rev";
         allow-update {
                 okay_hosts;
                 };
         also-notify {
                 10.110.57.3;
                 };
         allow-transfer {
                 10.110.57.3;
                 };
         };

zone "99.144.66.in-addr.arpa" {
         type master;
         notify yes;
         file "/etc/bind/66.144.99.rev";
         allow-update {
                 okay_hosts;
                 };
         also-notify {
                 10.110.57.3;
                 };
         allow-transfer {
                 10.110.57.3;
                 };
         };


zone "78.110.10.in-addr.arpa" {
         type master;
         file "/etc/bind/10.110.78.rev";
         allow-update {
                 okay_hosts;
                 };
         also-notify {
                 10.110.57.3;
                 };
         allow-transfer {
                 10.110.57.3;
                 };
         notify yes;
         };

zone "46.110.10.in-addr.arpa" {
         type master;
         file "/etc/bind/10.110.46.rev";
         allow-update {
                 okay_hosts;
                 localhost;
                 };
         also-notify {
                 10.110.57.3;
                 };
         allow-transfer {
                 10.110.57.3;
                 };
         notify yes;
         };

zone "47.110.10.in-addr.arpa" {
         type master;
         file "/etc/bind/10.110.47.rev";
         allow-update {
                 okay_hosts;
                 };
         also-notify {
                 10.110.57.3;
                 };
         allow-transfer {
                 10.110.57.3;
                 };
         notify yes;
         };

zone "87.110.10.in-addr.arpa" {
         type master;
         file "/etc/bind/10.110.87.rev";
         allow-update {
                 okay_hosts;
                 localhost;
                 };
         also-notify {
                 10.110.57.3;
                 };
         allow-transfer {
                 10.110.57.3;
                 };
         notify yes;
         };

zone "79.110.10.in-addr.arpa" {
         type master;
         file "/etc/bind/10.110.79.rev";
         allow-update {
                 okay_hosts;
                 };
         };

zone "69.110.10.in-addr.arpa" {
         type master;
         file "/etc/bind/10.110.69.rev";
         allow-update {
                 okay_hosts;
                 };
         also-notify {
                 10.110.57.3;
                 };
         allow-transfer {
                 10.110.57.3;
                 };
         notify yes;
         };

zone "70.110.10.in-addr.arpa" {
         type master;
         file "/etc/bind/10.110.70.rev";
         allow-update {
                 okay_hosts;
                 };
         also-notify {
                 10.110.57.3;
                 };
         allow-transfer {
                 10.110.57.3;
                 };
         notify yes;
         };

zone "61.110.10.in-addr.arpa" {
         type master;
         file "/etc/bind/10.110.61.rev";
         allow-update {
                 okay_hosts;
                 };
         also-notify {
                 10.110.57.3;
                 };
         allow-transfer {
                 10.110.57.3;
                 };
         notify yes;
         };

zone "62.110.10.in-addr.arpa" {
         type master;
         file "/etc/bind/10.110.62.rev";
         allow-update {
                 okay_hosts;
                 };
         also-notify {
                 10.110.57.3;
                 };
         allow-transfer {
                 10.110.57.3;
                 };
         notify yes;
         };

zone "49.110.10.in-addr.arpa" {
         type master;
         file "/etc/bind/10.110.49.rev";
         allow-update {
                 okay_hosts;
                 };
         also-notify {
                 10.110.57.3;
                 };
         allow-transfer {
                 10.110.57.3;
                 };
         notify yes;
         };

zone "50.110.10.in-addr.arpa" {
         type master;
         file "/etc/bind/10.110.50.rev";
         allow-update {
                 okay_hosts;
                 };
         also-notify {
                 10.110.57.3;
                 };
         allow-transfer {
                 10.110.57.3;
                 };
         notify yes;
         };



zone "aviators.stark.k12.oh.us" {
         type master;
         file "/etc/bind/aviators.stark.k12.oh.us.hosts";
         };


zone "ahs.stark.k12.oh.us" {
         type master;
         file "/etc/bind/ahs.stark.k12.oh.us.hosts";
         };





More information about the bind-users mailing list