Skip to Content.
Sympa Menu

dns-operations - [opennic-dns-operations ] Test failures on oz

dns-operations AT lists.opennicproject.org

Subject: Dns-operations mailing list

List archive

[opennic-dns-operations ] Test failures on oz


Chronological Thread 
  • From: David Norman <deekayen AT deekayen.net>
  • To: dns-operations AT lists.opennicproject.org
  • Subject: [opennic-dns-operations ] Test failures on oz
  • Date: Fri, 22 Jun 2012 16:20:09 -0400

Several servers are failing tests for oz, mine included.

dig SOA oz. @ns1.ga.us.dns.opennic.glue +short
• Expecting "ns1.opennic.oz."
• Rcvd: ns10.opennic.glue. hostmaster.opennic.oz. 2012622327 10800
3600 1209600 7200

Since I'm just slaving from all the T1s, and I added ns10's IP, and updated
to the latest ns5 IP, that one of the T1s is misconfigured and I'm just
inheriting the bad config. Either that, or the test is expecting the wrong
result.

My config:

zone "." {
type slave;
file "/etc/bind/zones/db.root";
masters { 2607:f358:0001:fed5:0022:4329:2793:fc94;
2a01:4f8:110:6221::999; 2001:470:1f10:c6::11; 2002:cfc0:470d::1;
2001:470:8ca1::53; 216.87.84.210; 202.83.95.229; 173.208.225.19;
84.200.228.200; 96.44.164.100; };
allow-transfer { any; };
notify no;
};

zone "dns.opennic.glue" {
type slave;
file "/etc/bind/zones/slaves/db.dns.opennic";
masters { 75.127.96.89; };
notify no;
allow-transfer { any; };
};



Archive powered by MHonArc 2.6.19.

Top of Page