From owner-freebsd-isp@FreeBSD.ORG Wed Oct 26 20:59:02 2005 Return-Path: X-Original-To: freebsd-isp@freebsd.org Delivered-To: freebsd-isp@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5F11F16A41F for ; Wed, 26 Oct 2005 20:59:02 +0000 (GMT) (envelope-from mark@gaiahost.coop) Received: from biodiesel.gaiahost.coop (biodiesel.gaiahost.coop [64.95.78.120]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1698E43D45 for ; Wed, 26 Oct 2005 20:59:01 +0000 (GMT) (envelope-from mark@gaiahost.coop) Received: from localhost ([::ffff:64.65.195.19]) (AUTH: LOGIN mark@hubcapconsulting.com) by biodiesel.gaiahost.coop with esmtp; Wed, 26 Oct 2005 16:58:58 -0400 id 003580B2.435FEE14.000056EB Received: by localhost (sSMTP sendmail emulation); Wed, 26 Oct 2005 16:58:59 -0400 Date: Wed, 26 Oct 2005 16:58:58 -0400 From: Mark Bucciarelli To: freebsd-isp@freebsd.org Message-ID: <20051026205858.GM3524@rabbit> Mail-Followup-To: freebsd-isp@freebsd.org References: <435D0426.6010107@psknet.com> <20051026203620.GA12734@uk.tiscali.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Content-Disposition: inline In-Reply-To: <20051026203620.GA12734@uk.tiscali.com> User-Agent: Mutt/1.4.2.1i Subject: Re: Web Hosting - IPs, Quotas and Jails X-BeenThere: freebsd-isp@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Internet Services Providers List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 26 Oct 2005 20:59:02 -0000 On Wed, Oct 26, 2005 at 09:36:20PM +0100, Brian Candler wrote: > On Mon, Oct 24, 2005 at 11:56:22AM -0400, Troy Settle wrote: > > > Finally, I want to be able to offer advanced web services that will > > allow the customer to have SSL certificates, operate virtual FTP > > servers, etc... This requires that I have one IP per server, which > > means one jail per server. Jails are fun, but somehow, I don't think > > 50 jails would be fun. > > I believe you can use the same jail directory structure bound to > different IPs; just run 'jail' multiple times. You'll just need to > take care if running the same daemon multiple times; each instance > will need to be told to write to a different pid file, and will need > a different config file (otherwise there wouldn't be any point having > multiple instances) There is a patch to support multiple ip's inside a jail. Google for the mijail patch. m