[159287] in North American Network Operators' Group
=?windows-1252?Q?Re=3A_Advisory_=97_D-root_is_changing_its_IPv4_?=
daemon@ATHENA.MIT.EDU (Joe Abley)
Thu Jan 3 11:39:00 2013
From: Joe Abley <jabley@hopcount.ca>
In-Reply-To: <CA64C3B4-DECB-431A-84A1-497995ECA3C9@virtualized.org>
Date: Thu, 3 Jan 2013 11:38:44 -0500
To: David Conrad <drc@virtualized.org>
Cc: nanog@nanog.org
Errors-To: nanog-bounces+nanog.discuss=bloom-picayune.mit.edu@nanog.org
On 2012-12-18, at 11:15, David Conrad <drc@virtualized.org> wrote:
> WRT the root _hints_ change, setting up a cron job to pull, verify, =
and install the root hints file periodically (once a month should =
probably be sufficient) would probably be a good idea.
This change appears to have been completed, as of root zone serial =
2013010300:
[krill:~]% host d.root-servers.net
d.root-servers.net has address 199.7.91.13
d.root-servers.net has IPv6 address 2001:500:2d::d
[krill:~]%=20
[krill:~]% curl -s ftp://rs.internic.net/domain/named.root | fgrep =
D.ROOT
. 3600000 NS D.ROOT-SERVERS.NET.
D.ROOT-SERVERS.NET. 3600000 A 199.7.91.13
D.ROOT-SERVERS.NET. 3600000 AAAA 2001:500:2D::D
[krill:~]%=20
The authoritative location of the root hints file is =
<ftp://rs.internic.net/domain/named.root> and those who feel like being =
tidy DNS admins could pull a fresh copy from there so that the next time =
their nameserver is restarted it will prime optimally.
As discussed at some length before, those who prefer to be more =
hands-off about this will very likely see no negative impact from their =
laziness.
Joe=