From owner-freebsd-questions@FreeBSD.ORG Wed Jul 15 10:49:31 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8AE77106566C for ; Wed, 15 Jul 2009 10:49:31 +0000 (UTC) (envelope-from valentin.bud@gmail.com) Received: from mail-fx0-f224.google.com (mail-fx0-f224.google.com [209.85.220.224]) by mx1.freebsd.org (Postfix) with ESMTP id 0CDA78FC12 for ; Wed, 15 Jul 2009 10:49:30 +0000 (UTC) (envelope-from valentin.bud@gmail.com) Received: by fxm24 with SMTP id 24so2998748fxm.43 for ; Wed, 15 Jul 2009 03:49:30 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :from:date:message-id:subject:to:cc:content-type; bh=1dwuKzORUAngat5yKOGj74wuxrvK+P4Krwx+dIkvHHc=; b=qAjWrSrImZ2Z+Dyb06TAqpx866QjddOqwIIHVeyYxXeJwtfQIOZatWy4VoNrbw94x9 YX+cUZc9VbIT36958B1VJDrOvCkp9He4OSa3jhfDzFZCtsD/LUbxfdIY+sM30WnkcMDC 3w6HY6iVFaKU+lxBBETpzD38C6JfSQgd+VLqA= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; b=r4Pb8QqfOZUVcvi0aPyDSMC4Tlv50q7GyhNkHAzcS1BbHum5xWHUoBX2686H9coEgn vQkBq3UcnqRZjFKx3uz842h+y1YP9lnVaKJ+ZaYJ8pJ7fNlQ0tDrEKPtYLg4qH1t6iki AbyYjUNYRjYpDIEBTFN11jNzMmgh9eJzkNV+o= MIME-Version: 1.0 Received: by 10.223.126.66 with SMTP id b2mr3758906fas.3.1247654970101; Wed, 15 Jul 2009 03:49:30 -0700 (PDT) In-Reply-To: <4A5DA6DF.4050107@prgmr.com> References: <4A5DA6DF.4050107@prgmr.com> From: Valentin Bud Date: Wed, 15 Jul 2009 13:49:10 +0300 Message-ID: <139b44430907150349r6a171e01h9b67d0c7a5e7866a@mail.gmail.com> To: Michael David Crawford Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-questions@freebsd.org Subject: Re: What does one call name server registration? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Jul 2009 10:49:32 -0000 On Wed, Jul 15, 2009 at 12:52 PM, Michael David Crawford wrote: > Hi, > > I'm having a problem making myself clear to my domain name registrar's tech > support. > > I have set up djbdns on a couple of my own servers, and want them > registered AS name servers with whoever handles such registration. > > Most registrars allow one to just enter their hostnames and IPs and they > take care of it automagically. > > But my once-beloved registrar HJ Linnen just outsourced all their > registration services to NameScout, and they haven't got a clue. > > When I looked into it in my account page at NameScout, they said to email > tech support, so I did. > > And tech support replied with the end-user instructions for assigning name > servers to the domains one has registered with them. That's not what I > want. > > What I have are two pairs in the following format: > > 1.2.3.4 a.ns.example.com > 5.6.7.8 b.ns.example.com > > I would like a domain to be able to set its name servers to be > a.ns.example.com and b.ns.example.com, and then when that domain is > resolved the lookup is delegated to either 1.2.3.4 or 5.6.7.8. > > What is the process called, of registering such name servers? If I can > tell NameScout support to do that for me, possibly they can get themselves a > clue on my behalf. > > Thanks! > > Mike > -- > Michael David Crawford > mdc@prgmr.com > > prgmr.com - We Don't Assume You Are Stupid. > > Xen-Powered Virtual Private Servers: http://prgmr.com/xen > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to " > freebsd-questions-unsubscribe@freebsd.org" > Hello Mike, Just to point it out what i understand from your post is that you want the NSs to authoritative for your domain (example.com). So when someone queries for xyz.example.com your servers (a.ns.example OR b.ns.example.com) answer that query. Lets suppose the following example: You have 2 server that you want to enable BIND (or whatever DNS application) so they are authoritative for example.com. Server A - 1.2.3.4 - ns.A.example.com Server B - 5.6.7.8 - ns.B.example.com First when you register a domain you must point a NS for that domain. So when you register example.com you will assign ns.A.example.com (and B) as NSs for that particular domain. Now if the NS for one domain has the name of the domain in it (sort of speak, excuse my non-tech language) as ns.A.*example.com* does you need a so called GLUE record for those NSs. There you point out the IP add of the NS in question. Hope I understood right what you want and that my post helps you. a great day, v -- network warrior since 2005