From owner-freebsd-questions@FreeBSD.ORG Mon Mar 7 23:51:31 2005 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 04D6D16A4D0 for ; Mon, 7 Mar 2005 23:51:31 +0000 (GMT) Received: from neptune.atopia.net (neptune.atopia.net [209.128.231.90]) by mx1.FreeBSD.org (Postfix) with ESMTP id CCDBF43D5F for ; Mon, 7 Mar 2005 23:51:30 +0000 (GMT) (envelope-from matt@atopia.net) Received: by neptune.atopia.net (Postfix, from userid 1001) id 58014421E; Mon, 7 Mar 2005 18:51:30 -0500 (EST) Received: from localhost (localhost [127.0.0.1]) by neptune.atopia.net (Postfix) with ESMTP id 5208A4206 for ; Mon, 7 Mar 2005 18:51:30 -0500 (EST) Date: Mon, 7 Mar 2005 18:51:30 -0500 (EST) From: Matt Juszczak To: freebsd-questions@freebsd.org Message-ID: <20050307184849.X66905@neptune.atopia.net> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Subject: Content Filtering setup for 2000 ISP users X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 Mar 2005 23:51:31 -0000 Hello all, Setting up a content filtering machine (two nics, ipnat, ipf) with a transparent proxy and Dan's guardian. ipnat and or ipf will RDR all outgoing packets on port 80 to the localhost proxy server which is Dan's guardian. Question is, I've got a base distro of freebsd running a custom kernel at securelevel=2. I've got ipfilter compiled into the kernel with default set to deny all. Any other suggestions on this one? Should I jail the proxy? Thx, Matt