From owner-freebsd-questions@FreeBSD.ORG Tue Jun 17 10:11:13 2003 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 D3AE737B401 for ; Tue, 17 Jun 2003 10:11:13 -0700 (PDT) Received: from malkav.snowmoon.com (malkav.snowmoon.com [209.23.60.62]) by mx1.FreeBSD.org (Postfix) with SMTP id A605B43F75 for ; Tue, 17 Jun 2003 10:11:12 -0700 (PDT) (envelope-from jaime@snowmoon.com) Received: (qmail 96688 invoked from network); 17 Jun 2003 17:11:11 -0000 Received: from localhost.snowmoon.com (HELO localhost) (127.0.0.1) by localhost.snowmoon.com with SMTP; 17 Jun 2003 17:11:11 -0000 Date: Tue, 17 Jun 2003 13:11:11 -0400 (EDT) From: Jaime To: Simon-Pierre Butsana In-Reply-To: <001501c334d7$b9590da0$636fa8c0@SPBUTSANA> Message-ID: <20030617130744.N96282@malkav.snowmoon.com> References: <001501c334d7$b9590da0$636fa8c0@SPBUTSANA> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: freebsd-questions@FreeBSD.ORG Subject: Re: Installing SquidGuard on FreeBSD 4.4 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: Tue, 17 Jun 2003 17:11:14 -0000 On Tue, 17 Jun 2003, Simon-Pierre Butsana wrote: > I am trying to install SquidGuard on a FreeBSD server but this doesn't > work. I succeeded in installing SquidCache that works fine. Can you > advice me in getting a successful installation of SquidGuard on FreeBSD > 4.4? Alternatively, can you advice me a access controller and redirector > working fine with FreeBSD 4.4? SquidGuard uses squid. I would actually recommend adding DansGuardian to your filters. That is how I do things. DansGuardian loads the SquidGuard files and speaks to squid, squid does the web site retrieval and caching, nad some ipfw rules handle redirection and prevent anyone from accessing squid directly. (Accessing squid directly would circumvent DansGuardian.) There are lots of docs on the web that detail this. Most of the settings in the squid configuration files are OK in their default form. I think that I changed about a half dozen settings at most. Good luck, Jaime