Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 13 Nov 2001 10:39:46 -0800
From:      "Kevin Oberman" <oberman@es.net>
To:        Tom <tom@uniserve.com>
Cc:        Dmitry Karasik <dmitry@karasik.eu.org>, freebsd-stable@FreeBSD.ORG
Subject:   Re: Weird resolver behavior 
Message-ID:  <200111131839.fADIdkd19632@ptavv.es.net>
In-Reply-To: Your message of "Tue, 13 Nov 2001 09:31:27 PST." <Pine.BSF.4.10.10111130929490.82472-100000@athena.uniserve.ca> 

next in thread | previous in thread | raw e-mail | index | archive | help
> Date: Tue, 13 Nov 2001 09:31:27 -0800 (PST)
> From: Tom <tom@uniserve.com>
> Sender: owner-freebsd-stable@FreeBSD.ORG
> 
>   I think your root.cache file is old, or someone has damaged it by
> adding incorrect root servers.  This file is included with BIND, or you
> can find a copy listing the current root servers someplace on internic.net

Easiest way is "dig . ns @a.root-servers.net" You can pipe it into the
appropriate zone file as specified in named.conf. dig formats the
response so that it is the correct format with non-zonefile lines
commented out.

Current contents:
> dig . ns @a.root-servers.net.

; <<>> DiG 8.3 <<>> . ns @a.root-servers.net. 
; (1 server found)
;; res options: init recurs defnam dnsrch
;; got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 6
;; flags: qr aa rd; QUERY: 1, ANSWER: 13, AUTHORITY: 0, ADDITIONAL: 13
;; QUERY SECTION:
;;	., type = NS, class = IN

;; ANSWER SECTION:
.			6D IN NS	L.ROOT-SERVERS.NET.
.			6D IN NS	M.ROOT-SERVERS.NET.
.			6D IN NS	I.ROOT-SERVERS.NET.
.			6D IN NS	E.ROOT-SERVERS.NET.
.			6D IN NS	D.ROOT-SERVERS.NET.
.			6D IN NS	A.ROOT-SERVERS.NET.
.			6D IN NS	H.ROOT-SERVERS.NET.
.			6D IN NS	C.ROOT-SERVERS.NET.
.			6D IN NS	G.ROOT-SERVERS.NET.
.			6D IN NS	F.ROOT-SERVERS.NET.
.			6D IN NS	B.ROOT-SERVERS.NET.
.			6D IN NS	J.ROOT-SERVERS.NET.
.			6D IN NS	K.ROOT-SERVERS.NET.

;; ADDITIONAL SECTION:
L.ROOT-SERVERS.NET.	5w6d16h IN A	198.32.64.12
M.ROOT-SERVERS.NET.	5w6d16h IN A	202.12.27.33
I.ROOT-SERVERS.NET.	5w6d16h IN A	192.36.148.17
E.ROOT-SERVERS.NET.	5w6d16h IN A	192.203.230.10
D.ROOT-SERVERS.NET.	5w6d16h IN A	128.8.10.90
A.ROOT-SERVERS.NET.	5w6d16h IN A	198.41.0.4
H.ROOT-SERVERS.NET.	5w6d16h IN A	128.63.2.53
C.ROOT-SERVERS.NET.	5w6d16h IN A	192.33.4.12
G.ROOT-SERVERS.NET.	5w6d16h IN A	192.112.36.4
F.ROOT-SERVERS.NET.	5w6d16h IN A	192.5.5.241
B.ROOT-SERVERS.NET.	5w6d16h IN A	128.9.0.107
J.ROOT-SERVERS.NET.	5w6d16h IN A	198.41.0.10
K.ROOT-SERVERS.NET.	5w6d16h IN A	193.0.14.129

;; Total query time: 5126 msec
;; FROM: puppeteer.es.net to SERVER: a.root-servers.net.  198.41.0.4
;; WHEN: Tue Nov 13 10:34:39 2001
;; MSG SIZE  sent: 17  rcvd: 436

R. Kevin Oberman, Network Engineer
Energy Sciences Network (ESnet)
Ernest O. Lawrence Berkeley National Laboratory (Berkeley Lab)
E-mail: oberman@es.net			Phone: +1 510 486-8634

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-stable" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200111131839.fADIdkd19632>