djbdns
[Top] [All Lists]

Re: ROOT servers

To: Mário Gamito <gamito@gmail.com>
Subject: Re: ROOT servers
From: Peter Dambier <peter@cesidianroot.com>
Date: Fri, 02 Mar 2007 00:57:37 +0100
Cc: dns@list.cr.yp.to
Delivered-to: sp-com-lists@consult.net
Delivered-to: gmail-djbdns@securepoint.com
Delivered-to: sp.com.list@gmail.com
Delivered-to: mailing list dns@list.cr.yp.to
In-reply-to: <45E75669.4050104@gmail.com>
Mailing-list: contact dns-help@list.cr.yp.to; run by ezmlm
Organization: CesidianRoot
References: <45E75669.4050104@gmail.com>
Reply-to: peter@cesidianroot.com
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.4.2) Gecko/20040921
Mário Gamito wrote:
Hi,

I've been away from the list (and djbdns) for a while.
I'm going to install a DNS server.

My question is: aren't the root servers IPs defined in djbdns out-of.dat ?

If so, where are they defined so they can be changed and where can i get a list of the actual root servers IPs ?

Any help would be appreciated.

Warm Regards,
Mário Gamito



The ICANN root-servers

soa(".","2007022801","a.root-servers.net","198.41.0.4").
soa(".","2007022801","b.root-servers.net","192.228.79.201").
soa(".","2007022801","c.root-servers.net","192.33.4.12").
soa(".","2007022801","d.root-servers.net","128.8.10.90").
soa(".","2007022801","e.root-servers.net","192.203.230.10").
soa(".","2007022801","f.root-servers.net","192.5.5.241").
soa(".","2007022801","g.root-servers.net","192.112.36.4").
soa(".","2007022801","h.root-servers.net","128.63.2.53").
soa(".","2007022801","i.root-servers.net","192.36.148.17").
soa(".","2007022801","j.root-servers.net","192.58.128.30").
soa(".","2007022801","k.root-servers.net","193.0.14.129").
soa(".","2007022801","l.root-servers.net","198.32.64.12").
soa(".","2007022801","m.root-servers.net","202.12.27.33").


The ORSN root-servers

soa(".","2007013100","a.orsn-servers.net","217.146.128.77").
soa(".","2007013100","d.orsn-servers.net","195.226.7.66").
soa(".","2007013100","e.orsn-servers.net","213.161.0.90").
soa(".","2007013100","f.orsn-servers.net","193.138.173.218").
soa(".","2007013100","k.orsn-servers.net","217.173.157.225").
soa(".","2007013100","l.orsn-servers.net","192.83.249.100").
soa(".","2007013100","m.orsn-servers.net","213.145.82.34").


The Cesidan Root

soa(".","2007022201","a-root.maxmv.org","212.97.45.53").
soa(".","2007022201","d-root.maxmv.org","24.129.114.64").
soa(".","2007022201","e-root.maxmv.org","66.92.233.14").
soa(".","2007022201","f-root.maxmv.org","66.92.233.130").


The FCFS-Root

soa(".","2007022200","ns1.publicroot.net","205.189.71.2").
soa(".","2007022200","ns2.fcfsroot.pirates","205.189.71.26").
soa(".","2007022200","ns3.fcfsroot.pirates","205.189.71.34").
soa(".","2007022200","tinydns.fcfsroot.pirates","205.189.71.16").


OpenNic

soa(".","2007030101","NS0.OPENNIC.GLUE","131.161.247.232").
soa(".","2007030101","NS1.OPENNIC.GLUE","208.185.249.250").
soa(".","2007030101","NS4.OPENNIC.GLUE","208.185.249.251").
soa(".","2007030101","83-217-93-246.adsl.realdsl.be","83.217.93.246").


Public-Root

soa(".","2007030118","a.public-root.net","84.22.106.2").
soa(".","2007030112","b.public-root.net","194.106.213.66").
soa(".","2007030118","c.public-root.net","68.255.182.111").
soa(".","2007030118","d.public-root.net","80.252.121.2").
soa(".","2007030118","g.public-root.net","199.5.157.131").
soa(".","2007030118","j.public-root.net","84.22.100.89").
soa(".","2007030118","k.public-root.net","82.146.40.113").
soa(".","2007030118","m.public-root.net","84.22.100.254").
soa(".","2007030200","master.public-root.net","84.22.100.2").


Unified Root

soa(".","2007030111","a.unifiedroot.net","207.97.237.208").
soa(".","2007030111","b.unifiedroot.net","213.221.109.249").
soa(".","2007030111","c.unifiedroot.net","81.177.20.66").
soa(".","2007030111","d.unifiedroot.net","202.157.179.26").
soa(".","2007030111","e.unifiedroot.net","196.31.65.163").
soa(".","2007030111","f.unifiedroot.net","209.172.39.130").
soa(".","2007030111","g.unifiedroot.net","212.43.240.19").
soa(".","2007030111","h.unifiedroot.net","202.157.188.46").
soa(".","2007030111","i.unifiedroot.net","202.157.181.80").
soa(".","2007030111","j.unifiedroot.net","207.228.237.58").
soa(".","2007030111","k.unifiedroot.net","202.157.191.72").
soa(".","2007030111","l.unifiedroot.net","203.142.12.54").
soa(".","2007030111","m.unifiedroot.net","80.67.98.99").


Why not run your own?

e.g.

tcpclient 212.97.45.53 53 axfr-get . CesidianRoot.txt CesidianRoot.tmp
sort -u *.txt > data
tinydns-data
cp data.cdb /service/tinydns/root

You can run this from cron once per week and wont even notice
when they attack the root-servers again.

Please look into tinydns and axfrdns.
You might need both of them because axfrdns does not only
axfr but tcp queries too. Some programmes need them.

dnscache needs only tinydns.

Kind regards
Peter and Karin Dambier


--
Peter and Karin Dambier
Cesidian Root - Radice Cesidiana
Rimbacher-Strasse 16
D-69509 Moerlenbach-Bonsweiher
+49(6209)795-816 (Telekom)
+49(6252)750-308 (VoIP: sipgate.de)
mail: peter@cesidianroot.com
mail: peter@echnaton.serveftp.com
http://www.cesidianroot.com/
http://iason.site.voila.fr/
https://sourceforge.net/projects/iason/


<Prev in Thread] Current Thread [Next in Thread>