From owner-freebsd-questions@FreeBSD.ORG Tue Jun 20 02:17:38 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 B310516A474 for ; Tue, 20 Jun 2006 02:17:38 +0000 (UTC) (envelope-from rance@frontiernet.net) Received: from relay03.roc.ny.frontiernet.net (relay03.roc.ny.frontiernet.net [66.133.182.166]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5C8A443D55 for ; Tue, 20 Jun 2006 02:17:28 +0000 (GMT) (envelope-from rance@frontiernet.net) Received: from localhost (webmail06.roc.ny.frontiernet.net [66.133.182.105]) by relay03.roc.ny.frontiernet.net (Postfix) with ESMTP id 2938D3582FE for ; Tue, 20 Jun 2006 02:17:27 +0000 (UTC) X-Received: from 70-96-157-130.bras01.kea.ne.frontiernet.net (70-96-157-130.bras01.kea.ne.frontiernet.net [70.96.157.130]) by webmail.frontiernet.net (Horde MIME library) with HTTP; Tue, 20 Jun 2006 02:17:27 +0000 Message-ID: <20060620021727.h6mlh1tcigg04g40@webmail.frontiernet.net> Date: Tue, 20 Jun 2006 02:17:27 +0000 From: "rance@frontiernet.net" To: freebsd-questions@freebsd.org References: <000f01c693e2$dcd6bb70$3103a8c0@frikenfrak> In-Reply-To: <000f01c693e2$dcd6bb70$3103a8c0@frikenfrak> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format="flowed" Content-Disposition: inline Content-Transfer-Encoding: 7bit User-Agent: Internet Messaging Program (IMP) H3 (4.0.5-cvs) X-Virus-Scanned: by amavisd-new-2.3.2 (20050629) at filter13.roc.ny.frontiernet.net 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: Tue, 20 Jun 2006 02:17:38 -0000 Quoting Shawn Guillemette : > 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. > > > > Thanks > > Shawn Shawn: Check out dansguardian and squid working together these to programs can filter your internal web traffic redirecting "inappropriate" requests to another site. Dansguardian works on a blacklist basis that is heavily categorized. you can block by site url, words/phrases in the url, and even by web site content (thats where the squid part comes in, squid is a proxy server and pre-caches the site so the system can read the content of the url if needed.) the base blacklist is downloadable once for free (from another web site) after the once you are encouraged to register with a fee from which you derive the right to download incremental updates so you can keep your blacklists up to date. Both DG and Squid are in ports. Have fun.