From owner-freebsd-questions@FreeBSD.ORG Mon Jun 19 22:05:18 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org 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 F27E616A479 for ; Mon, 19 Jun 2006 22:05:17 +0000 (UTC) (envelope-from kdk@daleco.biz) Received: from ezekiel.daleco.biz (southernuniform.com [66.76.92.18]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7D5E543D45 for ; Mon, 19 Jun 2006 22:05:17 +0000 (GMT) (envelope-from kdk@daleco.biz) Received: from [192.168.2.2] ([69.27.149.254]) by ezekiel.daleco.biz (8.13.4/8.13.1) with ESMTP id k5JM49ud002046; Mon, 19 Jun 2006 17:04:31 -0500 (CDT) (envelope-from kdk@daleco.biz) Message-ID: <44971F4C.1090606@daleco.biz> Date: Mon, 19 Jun 2006 17:03:56 -0500 From: Kevin Kinsey User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.8.0.2) Gecko/20060509 SeaMonkey/1.0.1 MIME-Version: 1.0 To: Shawn Guillemette References: <000f01c693e2$dcd6bb70$3103a8c0@frikenfrak> In-Reply-To: <000f01c693e2$dcd6bb70$3103a8c0@frikenfrak> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: Content filtering 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: Mon, 19 Jun 2006 22:05:18 -0000 Shawn Guillemette wrote: > Hello, > I have recently been thinking about adding content filtering to > my FreeBSD fire wall at home as the kids are starting to use the internet > more and they are getting older too ;-) > > > I'm running FreeBSD 4.11 RELEASE using IPFW as my firewall. The system its > running on is an old alpha machine. I was wondering if anyone knew of a port > that I could use to filter some web content from my children. I do have the > X86 option as well Just have to reload the OS and start from scratch on > another system. > The canonical answer is the Squid proxy server (/usr/ports/www/squid). Kevin Kinsey