From owner-freebsd-isp@FreeBSD.ORG Mon Nov 17 02:45:19 2003 Return-Path: Delivered-To: freebsd-isp@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2138816A4CE for ; Mon, 17 Nov 2003 02:45:19 -0800 (PST) Received: from ptb-mailc05.plus.net (ptb-mailc05.plus.net [212.159.14.211]) by mx1.FreeBSD.org (Postfix) with ESMTP id 47AC643FB1 for ; Mon, 17 Nov 2003 02:45:17 -0800 (PST) (envelope-from simong@desktop-guardian.com) Received: from [81.174.227.186] (helo=desktop-guardian.com) by ptb-mailc05.plus.net with smtp (Exim 4.12) id 1ALgse-0002EA-00 for freebsd-isp@freebsd.org; Mon, 17 Nov 2003 10:45:16 +0000 Received: (qmail 59650 invoked by uid 1006); 17 Nov 2003 10:45:50 -0000 Received: from simong@desktop-guardian.com by dtg25 by uid 82 with qmail-scanner-1.16 (clamscan: 0.54. spamassassin: 2.55. Clear:. Processed in 9.267253 secs); 17 Nov 2003 10:45:50 -0000 Received: from unknown (HELO dtg17) (192.168.0.17) by 192.168.0.25 with SMTP; 17 Nov 2003 10:45:38 -0000 Message-ID: <095f01c3acf7$b7569430$1100a8c0@dtg17> From: "Simon Gray" To: "Vahric MUHTARYAN" , References: <009b01c3ab94$9b2aaa80$110d3ad4@VAHOXP> Date: Mon, 17 Nov 2003 10:44:02 -0000 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1158 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 Subject: Re: About DNS (BIND) with Database X-BeenThere: freebsd-isp@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Internet Services Providers List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Nov 2003 10:45:19 -0000 > Are anybody use BIND with Mysql database (BIND DNS 9 server which > supports a MySQL backend ) any suggstion ?!!! Do you it's working stable > or not ?! > > Port name: bind9-sdb-mysql-9.2.2_1 My i suggest giving MyDNS a look (http://mydns.bboy.net/) MyDNS is a free DNS server for UNIX implemented from scratch and designed to serve records directly from an SQL database (currently either MySQL or PostgreSQL). Easy to setup, easy to use. I've been using it a while, seems to work well. (doesn't however include a resolver/cache, however these should be seperate from your name servers with the host files anyway - bind/tinydns could be run on a seperate machine for a resolver without any problems). /usr/ports/dns/mydns/ Hope this helps, Simon