From owner-freebsd-questions@FreeBSD.ORG Thu Jul 21 07:27:40 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2EA2716A41F for ; Thu, 21 Jul 2005 07:27:40 +0000 (GMT) (envelope-from daniel@stiw.org) Received: from tibor.swiftdsl.com.au (tibor.swiftdsl.com.au [202.154.92.226]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4BFAD43D46 for ; Thu, 21 Jul 2005 07:27:39 +0000 (GMT) (envelope-from daniel@stiw.org) Received: (qmail 15567 invoked from network); 21 Jul 2005 07:29:16 -0000 Received: from unknown (HELO dyn94.dcjarmichael.com.au) ([202.154.87.60]) (envelope-sender ) by tibor.swiftdsl.com.au (qmail-ldap-1.03) with SMTP for ; 21 Jul 2005 07:29:16 -0000 Date: Thu, 21 Jul 2005 15:25:50 +0800 To: "Norberto Meijome" , freebsd-questions@freebsd.org References: <40356a66050720120219f6dd92@mail.gmail.com> <42DF4CAB.4070306@meijome.net> From: "Daniel Marsh" Organization: STIW Content-Type: text/plain; format=flowed; delsp=yes; charset=iso-8859-15 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Message-ID: In-Reply-To: <42DF4CAB.4070306@meijome.net> User-Agent: Opera M2/8.01 (Win32, build 7642) Cc: Subject: Re: DNS service with a SQL backend 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: Thu, 21 Jul 2005 07:27:40 -0000 On Thu, 21 Jul 2005 15:20:11 +0800, Norberto Meijome wrote: > Bruno Gallant wrote: >> Hello, >> We are redesigning our DNS infrastructure, which has been running on >> BIND with the regular flat files for years, and there would be a need >> for the data to be in a database. (postgresql or mysql, of course) >> > > On a similar thread, does anyone know of any dns server software that > would serve different IPs depending on where the query/request comes > from? > i.e., - resolve www.mydomain.com to the IP of my server in AU for all > clients querying from AU,JP and HK. Everyone else should get the IP for > my server in US. > > Akamai provide this service (amongst other cool services of course :) ) > I think ultradns may do this too. Both use, AFAIK, proprietary solutions. > > TIA, > Beto It may be possible to use BIND9 feature of allowing certain IP ranges to only query certain zone files. The only issue I foresee is having to have slightly different zone names that you wish to serve for each IP range. Daniel