From owner-freebsd-questions@FreeBSD.ORG Thu Nov 29 21:34:42 2012 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 80BC254A for ; Thu, 29 Nov 2012 21:34:42 +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 622618FC08 for ; Thu, 29 Nov 2012 21:34:42 +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); Thu, 29 Nov 2012 13:34:38 -0800 Message-ID: <50B7D4EC.1090505@a1poweruser.com> Date: Thu, 29 Nov 2012 16:34:36 -0500 From: Fbsd8 User-Agent: Thunderbird 2.0.0.17 (Windows/20080914) MIME-Version: 1.0 To: Rick Miller Subject: Re: How do you manage jails? References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 29 Nov 2012 21:34:38.0455 (UTC) FILETIME=[5581D870:01CDCE79] X-Sender: fbsd8@a1poweruser.com X-Authenticated-Sender: fbsd8@a1poweruser.com X-EchoSenderHash: [fbsd8]-[a1poweruser*com] Cc: FreeBSD Questions 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: Thu, 29 Nov 2012 21:34:42 -0000 Rick Miller wrote: > Hi All, > > I want to inquire how the majority of users manage jails within their > own environments. Do you use the utilities described in the handbook > in chapter 16 or some other management facility like qjail or ezjail? > Found qjail to be much more function rich than ezjail. Would never use the manual method described in chapter 16 of the handbook. It becomes very cumbersome and hard to manage more than 3 jail. Stay away from using vimage with production jails (vimage provides a network stack for each jail). Vimage is marked as experimental and use at your own risk. You have to compile it into your kernel to deploy it.