From owner-freebsd-questions@FreeBSD.ORG Thu Dec 7 17:36:04 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org 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 53FF816A4D2 for ; Thu, 7 Dec 2006 17:36:04 +0000 (UTC) (envelope-from freebsd@philip.pjkh.com) Received: from bravo.pjkh.com (bravo.pjkh.com [72.36.232.219]) by mx1.FreeBSD.org (Postfix) with ESMTP id CCEDB43CB8 for ; Thu, 7 Dec 2006 17:35:10 +0000 (GMT) (envelope-from freebsd@philip.pjkh.com) Received: from bravo.pjkh.com (bravo.pjkh.com [72.36.232.219]) by bravo.pjkh.com (Postfix) with ESMTP id 5635313D800; Thu, 7 Dec 2006 11:44:40 -0600 (CST) Received: by bravo.pjkh.com (Postfix, from userid 1000) id E867D13C848; Thu, 7 Dec 2006 11:44:39 -0600 (CST) Received: from localhost (localhost [127.0.0.1]) by bravo.pjkh.com (Postfix) with ESMTP id E716813C821; Thu, 7 Dec 2006 11:44:39 -0600 (CST) Date: Thu, 7 Dec 2006 11:44:39 -0600 (CST) From: Philip Hallstrom To: freebsd-questions@freebsd.org In-Reply-To: <200612071058.14264.amistry@am-productions.biz> Message-ID: <20061207114353.B38931@bravo.pjkh.com> References: <457830BE.60203@scls.lib.wi.us> <200612071058.14264.amistry@am-productions.biz> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-Virus-Scanned: ClamAV using ClamSMTP Cc: Denzil Kelly Subject: Re: freebsd jails X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 07 Dec 2006 17:36:04 -0000 > On Thursday 07 December 2006 10:18, Greg Barniskis wrote: >> Denzil Kelly wrote: >>> I need to implement web content filtering using squidguard and/or >>> dansguardian for several locations. Each site has different >>> filtering requirements. I want to know if it is possible to do >>> this using a jail for each site(provided that I have sufficiently >>> powerful hardware). Also look into the ezjail package... makes setting up jails really easy and saves quite a bit of disk space b/n them as it shares things like /usr/bin that isn't going to change...