Skip to Content.
Sympa Menu

discuss - Re: [opennic-discuss] New T2 Server Config

discuss AT lists.opennicproject.org

Subject: Discuss mailing list

List archive

Re: [opennic-discuss] New T2 Server Config


Chronological Thread 
  • From: Günter Grodotzki <guenter AT grodotzki.ph>
  • To: discuss AT lists.opennicproject.org
  • Subject: Re: [opennic-discuss] New T2 Server Config
  • Date: Mon, 03 Jan 2011 17:45:37 +0100
  • List-archive: <http://lists.darkdna.net/pipermail/discuss>
  • List-id: <discuss.lists.opennicproject.org>

how can this be done with unbound - which is a non-authoritative recurser only (e.g. does not support axfr).

also I get following error:

$ dig dns.opennic.glue axfr

; <<>> DiG 9.6.0-APPLE-P2 <<>> dns.opennic.glue axfr
;; global options: +cmd
; Transfer failed.


Until now I would just do:

$ dig ns0.opennic.glue

; <<>> DiG 9.6.0-APPLE-P2 <<>> ns0.opennic.glue
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 54102
;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 7, ADDITIONAL: 7

;; QUESTION SECTION:
;ns0.opennic.glue. IN A

;; ANSWER SECTION:
ns0.opennic.glue. 14353 IN A 75.127.96.89

;; AUTHORITY SECTION:
opennic.glue. 14353 IN NS ns7.opennic.glue.
opennic.glue. 14353 IN NS ns5.opennic.glue.
opennic.glue. 14353 IN NS ns4.opennic.glue.
opennic.glue. 14353 IN NS ns22.opennic.glue.
opennic.glue. 14353 IN NS ns2.opennic.glue.
opennic.glue. 14353 IN NS ns6.opennic.glue.
opennic.glue. 14353 IN NS ns21.opennic.glue.

;; ADDITIONAL SECTION:
ns2.opennic.glue. 9557 IN A 216.87.84.214
ns4.opennic.glue. 2670 IN A 84.200.228.200
ns5.opennic.glue. 12981 IN A 128.177.28.254
ns6.opennic.glue. 12981 IN A 207.192.71.13
ns7.opennic.glue. 12981 IN A 66.244.95.11
ns21.opennic.glue. 12981 IN A 58.6.115.46
ns22.opennic.glue. 12981 IN A 58.6.115.45

;; Query time: 23 msec
;; SERVER: 217.79.186.148#53(217.79.186.148)
;; WHEN: Mon Jan 3 17:44:06 2011
;; MSG SIZE rcvd: 290

And add those IPs manually in my root.hint - can't I do this anymore? I think IPs shouldn't be changing that often - and if it does we have a dns-operations ML for that ;)


Regards,
Günter

On 12/30/10 12:00 AM, Julian De Marchi wrote:
Heya--

OpenNIC has a requirement that all T2 servers slavethe
dns.opennic.glue domain. This is to fix some issues that are occuring
when this domain is not slaved.

The original idea was from Avo, but I never had a chance to update the
required documentation.

Add this into your config;

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

Sorry for the late info. All documentation for bind has been updated.
Can someone please visit http://wiki.opennic.glue/Tier2ServerConfig
and update the config for other breeds of DNS servers?

--julian
_______________________________________________
discuss mailing list
discuss AT lists.opennicproject.org
http://lists.darkdna.net/mailman/listinfo/discuss





Archive powered by MHonArc 2.6.19.

Top of Page