From owner-freebsd-isp Tue Oct 2 18: 1: 4 2001 Delivered-To: freebsd-isp@freebsd.org Received: from mailsrv.otenet.gr (mailsrv.otenet.gr [195.170.0.5]) by hub.freebsd.org (Postfix) with ESMTP id BD01D37B401 for ; Tue, 2 Oct 2001 18:01:00 -0700 (PDT) Received: from hades.hell.gr (patr530-a047.otenet.gr [212.205.215.47]) by mailsrv.otenet.gr (8.11.5/8.11.5) with ESMTP id f9310uI15066; Wed, 3 Oct 2001 04:00:57 +0300 (EEST) Received: (from charon@localhost) by hades.hell.gr (8.11.6/8.11.6) id f9310uh18695; Wed, 3 Oct 2001 04:00:56 +0300 (EEST) (envelope-from charon@labs.gr) Date: Wed, 3 Oct 2001 04:00:55 +0300 From: Giorgos Keramidas To: Tom Greenwalt Cc: Dan Peterson , freebsd-isp@FreeBSD.ORG Subject: Re: DNS Question Message-ID: <20011003040055.A18394@hades.hell.gr> References: <20011002155821.A66418@danp.net> <200110022339.f92NdBs41512@trancer.trancer.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200110022339.f92NdBs41512@trancer.trancer.com> User-Agent: Mutt/1.3.22.1i X-GPG-Fingerprint: C1EB 0653 DB8B A557 3829 00F9 D60F 941A 3186 03B6 X-URL: http://labs.gr/~charon/ Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Tom Greenwalt wrote: > > Tom Greenwalt wrote: > > > Would someone explain what is happening? > > > > It's hard to say without real data. The information you're talking about is > > already public; why not tell us what the actual domain name is so we can > > diagnose the problem? > > > > Ok, sorry I thought I was asking something generic. > The domain is question is 'zubenubi.com' IP address prior to Sept 4th > was 63.226.154.250, on Sept 4th it was changed to 65.29.61.202. If I use host with one of the NS entries of the domain I get the updated address of wm.zubenubi.com: $ host -t ns zubenubi.com zubenubi.com name server ns2.gofast.net zubenubi.com name server ns.trancer.com $ host wm.zubenubi.com ns.trancer.com wm.zubenubi.com has address 65.29.61.202 $ host wm.zubenubi.com ns2.gofast.net wm.zubenubi.com has address 65.29.61.202 But all the name-servers responsible for com. have the cached IP address of wm.zubenubi.com as shown by the command: $ for ns in `dig com. ns | grep 'IN A' | awk '{print $1}' ` ;do \ host wm.zubenubi.com $ns ;\ done Can we see the zone file, please? -giorgos To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message