From owner-freebsd-questions@FreeBSD.ORG Sun Feb 20 23:29:22 2005 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 9A61B16A4CE for ; Sun, 20 Feb 2005 23:29:22 +0000 (GMT) Received: from sccrmhc11.comcast.net (sccrmhc14.comcast.net [204.127.202.59]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2941343D58 for ; Sun, 20 Feb 2005 23:29:20 +0000 (GMT) (envelope-from fbsd-questions@trini0.org) Received: from hivemind.trini0.org (trini0.org[65.34.205.195]) by comcast.net (sccrmhc14) with ESMTP id <2005022023291901400s8p2ce>; Sun, 20 Feb 2005 23:29:19 +0000 Received: from [192.168.0.16] (gladiator.trini0.org [192.168.0.16]) by hivemind.trini0.org (Postfix) with ESMTP id 1239C60F4; Sun, 20 Feb 2005 18:29:19 -0500 (EST) Message-ID: <42191D4F.9080205@trini0.org> Date: Sun, 20 Feb 2005 18:29:19 -0500 From: Gerard Samuel User-Agent: Mozilla Thunderbird 1.0 (X11/20050122) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Erik Norgaard References: <4219102A.2060700@trini0.org> <42191925.304@locolomo.org> In-Reply-To: <42191925.304@locolomo.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit cc: freebsd-questions Subject: Split DNS [was]: 5.3 & /etc/rc.network 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: Sun, 20 Feb 2005 23:29:22 -0000 Erik Norgaard wrote: > Gerard Samuel wrote: > >> Im reading an older article that refers to >> /etc/rc.network >> Is there an equivalent to /etc/rc.network >> in FreeBSD 5.3? > > > Not a single script. Instead varios scripts for varios tasks, scripts > are in /etc/rc.d names should be sufficient explanation. Yeah I was looking at the files in /etc/rc.d, but Im not sure on how to do what I was hoping to do... Im attempting to setup "split dns", using instructions from http://www.cfcl.com/rdm/split_DNS.html (Specifically under the heading "/etc/rc.network") Can anyone point me as to what can be done to run 2 instances of bind, using freebsd 5.3 rc system??? Thanks