From owner-freebsd-questions@FreeBSD.ORG Wed Feb 9 19:22:23 2011 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 01DC11065670 for ; Wed, 9 Feb 2011 19:22:23 +0000 (UTC) (envelope-from gull@gull.us) Received: from mail-ew0-f54.google.com (mail-ew0-f54.google.com [209.85.215.54]) by mx1.freebsd.org (Postfix) with ESMTP id 958778FC13 for ; Wed, 9 Feb 2011 19:22:22 +0000 (UTC) Received: by ewy24 with SMTP id 24so377850ewy.13 for ; Wed, 09 Feb 2011 11:22:21 -0800 (PST) MIME-Version: 1.0 Received: by 10.14.29.68 with SMTP id h44mr1679941eea.7.1297279341310; Wed, 09 Feb 2011 11:22:21 -0800 (PST) Received: by 10.14.119.1 with HTTP; Wed, 9 Feb 2011 11:22:17 -0800 (PST) X-Originating-IP: [69.91.158.226] In-Reply-To: <4D5254AB.5030408@cyanide-studio.com> References: <4D5254AB.5030408@cyanide-studio.com> Date: Wed, 9 Feb 2011 11:22:17 -0800 Message-ID: From: David Brodbeck To: Bastien Semene Content-Type: text/plain; charset=ISO-8859-1 Cc: freebsd-questions@freebsd.org Subject: Re: Partial DNS tree 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, 09 Feb 2011 19:22:23 -0000 On Wed, Feb 9, 2011 at 12:47 AM, Bastien Semene wrote: > Hi everyone, > > This is not the preferred mailing list to ask this question, but I think > people here can easily answer. > > I've seen in the past that DNS servers can resolve some FQDNs while > forwarding (or caching) other resolutions of the same DN. > But I can't remember the word qualifying this technology, and had hard time > finding this on google. Can someone please point me to the correct direction > ? I think the term you're looking for is "split-horizon DNS". I second the recommendation to use dnsmasq for this. It's extremely easy to set up. But if you really want to do this with a "proper" DNS server, such as bind, googling on the above term will probably help.