TLD Server

Måns Nilsson mansaxel at kthnoc.net
Thu May 3 08:01:05 UTC 2007


--On onsdag, onsdag 25 apr 2007 09.46.22 +0100 Niall O'Reilly
<Niall.oReilly at ucd.ie> wrote:
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
> 
> 
> On 24 Apr 2007, at 17:12, Wael Shahin wrote:
> 
>> am trying to configure a TLD lets say its name is kom
>> so what i suppose to do is contact IANA and have that registered on
>> their servers and pointing to the DNS servers am going to use to serve
>> the kom
> 
> 	I expect that this is off-topic for the Bind-Users mailing list/ 
> newsgroup.

This is the on-topic part: 

zone "se" IN { 
	type slave; 
	masters { 192.0.2.53; 169.254.47.11; } // totally bogus; 
	allow-transfer { none; }; // because lawyers are stupid twits
				  // lacking spine. 
}; 

On the topic of zone data, it is just like any other zone, just shorter
names: 

$ORIGIN . $TTL 172800     ; 2 days se                      IN SOA
catcher-in-the-rye.nic.se. registry-default.nic.se. (
                                2007050303 ; serial
                                1800       ; refresh (30 minutes)
                                1800       ; retry (30 minutes)
                                2419200    ; expire (4 weeks)
                                7200       ; minimum (2 hours)
                                )
                        RRSIG   SOA 5 1 172800 20070509050710 (
                                20070503060614 38267 se.
                                XB4SWplFB+/v5ZMa36aMBpG8ctr6K0l1C3W6imJNv9O0
                                i28fAdoeJV4N/YqMSr23BlinAt23geDvEhXjqTzgVhNP
                                8wU3d6msIveMwUfONgvraGNkuoUhCoGyHBp/Zaqy5Kyj
                                Eahm1YWKyskuxqpZ95U19EHxh1p79fCXUtPVNEc= )
                        NS      a.ns.se.
                        NS      b.ns.se.
                        NS      c.ns.se.
                        NS      d.ns.se.
                        NS      e.ns.se.
                        NS      f.ns.se.
                        NS      g.ns.se.
                        NS      h.ns.se.
                        NS      i.ns.se.
                        RRSIG   NS 5 1 172800 20070508163845 (
                                20070503060614 38267 se.
                                qL4BAYKUxbnhmyT+/0AFvms6wi6yPKfA5VeRQwCZ7b4B
                                0TvNIoCFTuhcjs0+0b+qG9KWgbyZJHRydS7wCcaEYoL1
                                PdI2Uh38JFSVWQZ8KQUy//jEXLm0x0iCrUPWFuw8RHJC
                                HtBylJy01Z+5AXwJycmZymipJEIxA5jOoCeyBWM= )
                        TXT     "SE" "zone" "update:" "2007-05-03"
"07:04:03" "+0000" "(EPOCH" "1178175843)"


That is all there is to it. I've done it, and do. But on the NSD, which IS
off topic. (on NSD simply because several implementations of DNS is A Good
Idea.)
-- 
MÃ¥ns Nilsson                     Systems Specialist
+46 70 681 7204   cell                       KTHNOC
+46 8 790 6518  office                  MN1334-RIPE

WHO sees a BEACH BUNNY sobbing on a SHAG RUG?!



More information about the bind-users mailing list