From owner-freebsd-questions@FreeBSD.ORG Wed May 21 17:19:34 2008 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 EC4FC1065671 for ; Wed, 21 May 2008 17:19:34 +0000 (UTC) (envelope-from m.seaman@infracaninophile.co.uk) Received: from smtp.infracaninophile.co.uk (gate6.infracaninophile.co.uk [IPv6:2001:8b0:151:1::1]) by mx1.freebsd.org (Postfix) with ESMTP id 5A1E08FC29 for ; Wed, 21 May 2008 17:19:34 +0000 (UTC) (envelope-from m.seaman@infracaninophile.co.uk) Received: from happy-idiot-talk.infracaninophile.co.uk (localhost [IPv6:::1]) (authenticated bits=0) by smtp.infracaninophile.co.uk (8.14.2/8.14.2) with ESMTP id m4LHJSEJ044822; Wed, 21 May 2008 18:19:29 +0100 (BST) (envelope-from m.seaman@infracaninophile.co.uk) X-DKIM: Sendmail DKIM Filter v2.5.5 smtp.infracaninophile.co.uk m4LHJSEJ044822 DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=infracaninophile.co.uk; s=200708; t=1211390369; bh=OhGk5aU7ArhyuP seO7Rty8Tei86k/HEyS2u21MuHhfc=; h=Message-ID:Date:From:MIME-Version: To:CC:Subject:References:In-Reply-To:Content-Type:Cc:Content-Type: Date:From:In-Reply-To:Message-ID:Mime-Version:References:To; z=Mes sage-ID:=20<4834599A.1090108@infracaninophile.co.uk>|Date:=20Wed,=2 021=20May=202008=2018:19:22=20+0100|From:=20Matthew=20Seaman=20|Organization:=20Infracaninophile|User -Agent:=20Thunderbird=202.0.0.14=20(X11/20080503)|MIME-Version:=201 .0|To:=20Steve=20Bertrand=20|CC:=20freebsd-qu estions@freebsd.org|Subject:=20Re:=20Multiple=20instances=20of=20BI ND=20at=20startup|References:=20<48345138.8080507@ibctech.ca>|In-Re ply-To:=20<48345138.8080507@ibctech.ca>|X-Enigmail-Version:=200.95. 6|Content-Type:=20multipart/signed=3B=20micalg=3Dpgp-sha256=3B=0D=0 A=20protocol=3D"application/pgp-signature"=3B=0D=0A=20boundary=3D"- -----------enig935E1342814C47D3B6EDA112"; b=hIG3HlYzP1jXtl3bvB5HzTL yPE2CJ11cDYIDLJiwGfeDqkjE/1NKNuEV68salR6cY3LOwnoOIK9A7yzNo5gwdieGOu tJQ2fIoWt3NEvPY6T7KjzQSn8EsW8MfgMgr/2xUwXgXjCcb6qPKOMfrMpjzXpoKqFmr S71AnfgEJzVRhw= Message-ID: <4834599A.1090108@infracaninophile.co.uk> Date: Wed, 21 May 2008 18:19:22 +0100 From: Matthew Seaman Organization: Infracaninophile User-Agent: Thunderbird 2.0.0.14 (X11/20080503) MIME-Version: 1.0 To: Steve Bertrand References: <48345138.8080507@ibctech.ca> In-Reply-To: <48345138.8080507@ibctech.ca> X-Enigmail-Version: 0.95.6 Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="------------enig935E1342814C47D3B6EDA112" X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.0 (smtp.infracaninophile.co.uk [IPv6:::1]); Wed, 21 May 2008 18:19:29 +0100 (BST) X-Virus-Scanned: ClamAV version 0.93, clamav-milter version 0.93 on happy-idiot-talk.infracaninophile.co.uk X-Virus-Status: Clean X-Spam-Status: No, score=-3.0 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED, DKIM_VERIFIED,NO_RELAYS autolearn=ham version=3.2.4 X-Spam-Checker-Version: SpamAssassin 3.2.4 (2008-01-01) on happy-idiot-talk.infracaninophile.co.uk Cc: freebsd-questions@freebsd.org Subject: Re: Multiple instances of BIND at startup 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, 21 May 2008 17:19:35 -0000 This is an OpenPGP/MIME signed message (RFC 2440 and 3156) --------------enig935E1342814C47D3B6EDA112 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: quoted-printable Steve Bertrand wrote: > Hi everybody, >=20 > I am attempting to configure a BIND 9 name server that will be=20 > authoritative for certain domains which will listen exclusively on IPv6= =2E >=20 > This same box will also be a caching server for a handful of networks=20 > (IPv6 and IPv4). >=20 > The way I have it set up is that the authoritative and caching services= =20 > each run a single instance of BIND on it's own IP address, with both=20 > instances each doing exactly what they are supposed to do. >=20 > However, how can I make the FreeBSD (7.0) startup scripts load both=20 > instances of BIND, each with it's own configuration? >=20 > I've read through the Administrators handbook for BIND and numerous=20 > newsgroup postings about 'views', but I don't think this is what I want= =2E=20 > It seems 'views' are more for split-DNS, segregating internal access an= d=20 > external access to the same service. That is not what I am after. >=20 > Any pointers much appreciated. I did something very similar. Run one of the bind instances in a jail --= especially with a little firewall rdr rules and similar trickery to redir= ect traffic into the appropriate instance (which gets you past the lack of IP= v6 support in jail(8)). Works beautifully. Cheers, Matthew --=20 Dr Matthew J Seaman MA, D.Phil. 7 Priory Courtyard Flat 3 PGP: http://www.infracaninophile.co.uk/pgpkey Ramsgate Kent, CT11 9PW --------------enig935E1342814C47D3B6EDA112 Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.9 (FreeBSD) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iEYEAREIAAYFAkg0WaAACgkQ8Mjk52CukIyIigCglWAu/3iFDv2wluLw0EKYQTpR ia4AoIZGqajUSnbWAcwsGyqR3ma+YVpz =iJ7Q -----END PGP SIGNATURE----- --------------enig935E1342814C47D3B6EDA112--