From owner-freebsd-isp Fri Aug 22 01:52:56 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id BAA26513 for isp-outgoing; Fri, 22 Aug 1997 01:52:56 -0700 (PDT) Received: from ot.stpn.soft.net (freebie.opentech.stpn.soft.net [204.143.126.74]) by hub.freebsd.org (8.8.5/8.8.5) with SMTP id BAA26508 for ; Fri, 22 Aug 1997 01:52:50 -0700 (PDT) Received: from andes (andes.opentech.stpn.soft.net [204.143.126.66]) by ot.stpn.soft.net (8.6.12/8.6.12) with ESMTP id OAA26404; Fri, 22 Aug 1997 14:25:22 +0530 Message-ID: <33FDE66F.50B4616@opentech.stpn.soft.net> Date: Fri, 22 Aug 1997 14:20:16 -0500 From: Prashant Dongre Reply-To: pdongre@opentech.stpn.soft.net X-Mailer: Mozilla 4.01 [en] (WinNT; I) MIME-Version: 1.0 To: Kory Hamzeh CC: freebsd-isp@FreeBSD.ORG Subject: Re: Multiple domains X-Priority: 3 (Normal) References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-isp@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Kory Hamzeh wrote: > I'm trying to host several web sites (with there own domain names) under > my domain. I've never done this before. Can anyone point me to > books/references which could explain and give example of how this is done? > > Thanks, > Kory Your named.boot file should point to correct named.data files in the following manner. Hope this solves your problem. Prashant. primary xyz.com /etc/named/named.data primary 123.456.789.in-addr.arpa /etc/named/named.rev secondary abc.com /etc/named/named.data secondary 123.456.789.in-addr.arpa /etc/named/named.rev