From owner-freebsd-security Wed Jan 1 23:46:44 2003 Delivered-To: freebsd-security@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 41DFB37B401 for ; Wed, 1 Jan 2003 23:46:42 -0800 (PST) Received: from mail.npubs.com (npubs.com [207.111.208.224]) by mx1.FreeBSD.org (Postfix) with ESMTP id D506C43EE1 for ; Wed, 1 Jan 2003 23:46:41 -0800 (PST) (envelope-from nielsen@memberwebs.com) From: "Nielsen" To: "Elite Bizkit" , References: Subject: Re: Removing a Jail MIME-Version: 1.0 Content-Type: text/plain; charset="Windows-1252" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2600.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Message-Id: <20030102074913.193D143B3EA@mail.npubs.com> Date: Thu, 2 Jan 2003 07:49:13 +0000 (GMT) Sender: owner-freebsd-security@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org > Me again :p Im bulding my Jails using the script in the jail(8) man pages, > to resolve the issue of not being able to ping my NIC alias I have changed > the IP of the alias and therefore the IP of the jail. Each jail is in a > certain folder with its own IP (e.g. /my/jail/10.0.0.1/). First of all, how > do I remove current jail? is it as easy as just deleting the folder? yes. > Secondly in the script (located in jail(8) man pages) it runs "sh MAKEDEV > jail", if I run this script again with a different IP will it have any > conflicts because "sh MAKEDEV jail" has already been run? No. MAKEDEV operates in the current folder. That's in the jail(8) man pages, you change to the appropriate /dev directory before running 'sh MAKEDEV jail'. Cheers Nate To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-security" in the body of the message