From owner-freebsd-isp Sun Jan 14 14: 2:30 2001 Delivered-To: freebsd-isp@freebsd.org Received: from mail.hiwaay.net (fly.HiWAAY.net [208.147.154.56]) by hub.freebsd.org (Postfix) with ESMTP id 68F6C37B400 for ; Sun, 14 Jan 2001 14:02:13 -0800 (PST) Received: from bonsai.knology.net (user-24-214-88-8.knology.net [24.214.88.8]) by mail.hiwaay.net (8.11.0/8.11.0) with ESMTP id f0EM2Ao25788; Sun, 14 Jan 2001 16:02:10 -0600 (CST) Received: (from steve@localhost) by bonsai.knology.net (8.11.1/8.11.1) id f0EM29i65797; Sun, 14 Jan 2001 16:02:09 -0600 (CST) (envelope-from steve) Date: Sun, 14 Jan 2001 16:02:09 -0600 From: Steve Price To: "Forrest W. Christian" Cc: =?iso-8859-1?Q?Michael_Lyngb=F8l?= , Will Andrews , isp@FreeBSD.ORG Subject: Re: relocating primary DNS server Message-ID: <20010114160209.W65118@bonsai.knology.net> References: <20010114153707.V65118@bonsai.knology.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: ; from forrestc@imach.com on Sun, Jan 14, 2001 at 02:41:48PM -0700 X-Operating-System: FreeBSD 4.2-STABLE i386 Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Sun, Jan 14, 2001 at 02:41:48PM -0700, Forrest W. Christian wrote: # #> Yes, I'm aware of this interface. I was hoping I could do it without #> having to use NSI, since the primary nameserver for the domain in #> question is also the primary for about 600 other domains. I guess the #> real question is when I do a whois(1) I see the primary and secondary #> nameserver along with their IP address. If the IP address of one of #> them changes is this information static (meaning I have to go through #> all 600+ and change each one) or will NSI and the root servers pickup #> this information dynamically based on the changes I make? # # There is one authoritative host record. To change the IP address of the # server, you need only change it with the registrar it is registered with. Okay just be sure here's what I'm going to do. Let's say the domain is xyz9.org and zone file currently looks like this: $DOMAIN xyz9.org. ... IN NS ns1.xyz9.org. IN NS ns2.xyz9.org. ... ns1 IN A 192.168.12.21 ns2 IN A 192.168.12.22 ns3 IN A 10.0.0.21 Yes I know those are not internet-routable IP addresses. They are just examples. :) I'm going to use the NSI interface to set the primary for xyz9.org to ns3 with the new IP address. Both ns1 and ns3 will be configured with all the same zone files. Sit back and hope it doesn't take NSI months to fulfill their end of the deal. Will that work? Are there any stumbling blocks with this approach? Thanks. -steve To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message