From owner-freebsd-questions@FreeBSD.ORG Wed Jan 30 00:34:46 2013 Return-Path: Delivered-To: questions@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id EDA59CEA for ; Wed, 30 Jan 2013 00:34:46 +0000 (UTC) (envelope-from fbsd8@a1poweruser.com) Received: from mail-03.name-services.com (mail-03.name-services.com [69.64.155.195]) by mx1.freebsd.org (Postfix) with ESMTP id DD14F237 for ; Wed, 30 Jan 2013 00:34:46 +0000 (UTC) Received: from [10.0.10.3] ([173.88.197.103]) by mail-03.name-services.com with Microsoft SMTPSVC(6.0.3790.4675); Tue, 29 Jan 2013 16:34:42 -0800 Message-ID: <51086A9F.6090809@a1poweruser.com> Date: Tue, 29 Jan 2013 19:34:39 -0500 From: Fbsd8 User-Agent: Thunderbird 2.0.0.17 (Windows/20080914) MIME-Version: 1.0 To: FreeBSD questions Subject: Re: /etc/rc.d/jail script References: <51073BCE.3070406@a1poweruser.com> In-Reply-To: <51073BCE.3070406@a1poweruser.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 30 Jan 2013 00:34:42.0367 (UTC) FILETIME=[9856BCF0:01CDFE81] X-Sender: fbsd8@a1poweruser.com X-Authenticated-Sender: fbsd8@a1poweruser.com X-EchoSenderHash: [fbsd8]-[a1poweruser*com] X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Jan 2013 00:34:47 -0000 Fbsd8 wrote: > I have noticed that the /etc/rc.d/jail script > will not start a jail that has the same ip address > as a jail that is already running. > > But if I define 2 jails the manual way in rc.conf that > have the same ip address they will start. > > So is this a bug in the "jail" script or is there some > reason for this restriction? > > On deeper inspection of the /etc/rc.d/jail script, it seems the above only occurs if one or more jails are assigned the same ip address and one or more of the jails bound the shared ip address to a NIC device name. IE the auto creation and deletion of ip address aliases.