From owner-freebsd-questions@FreeBSD.ORG Sat Feb 7 10:45:16 2004 Return-Path: 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 3BC7916A4CE for ; Sat, 7 Feb 2004 10:45:16 -0800 (PST) Received: from mail.balius.com (rrcs-nys-24-24-63-86.biz.rr.com [24.24.63.86]) by mx1.FreeBSD.org (Postfix) with ESMTP id 15EC443D2F for ; Sat, 7 Feb 2004 10:45:16 -0800 (PST) (envelope-from cms@balius.com) Received: from [192.168.1.199] by peppy.amotken.com (iPlanet Messaging Server 5.2 HotFix 1.21 (built Sep 8 2003)) with ESMTPSA id <0HSQ0070A98SLL@peppy.amotken.com> for freebsd-questions@freebsd.org; Sat, 07 Feb 2004 13:41:20 -0500 (EST) Date: Sat, 07 Feb 2004 13:45:10 -0500 From: Chad M Stewart To: freebsd-questions@freebsd.org Message-id: MIME-version: 1.0 Content-type: text/plain; charset=US-ASCII; format=flowed Content-transfer-encoding: 7BIT X-Operating-System: Darwin Hagrid 7.2.0 Darwin Kernel Version 7.2.0 X-Chads-Rule: If you use Outlook, my rules automatically put your messages in my Junk Mail folder X-Mac: It Just Rocks Subject: Starting two instances of bind - method? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 07 Feb 2004 18:45:16 -0000 I want to run two instances of Bind 9 on the same box. Both will be chrooted and have their own IPs. At some point I may choose to put them in jails, but for now no. One step at a time. :) I'm wondering what suggestions people might have for getting each started up during the normal boot process. I see the options in /etc/defaults/rc.conf and could put my own stuff in /etc/rc.conf but as far as I can tell that would only work for a single instance. How would I get the other instance to start up? The same binary can be used for both, just different configuration files and chroots. Thanks, Chad