From owner-freebsd-questions@FreeBSD.ORG Thu Oct 13 04:35:22 2005 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 11B6A16A41F for ; Thu, 13 Oct 2005 04:35:22 +0000 (GMT) (envelope-from infofarmer@gmail.com) Received: from zproxy.gmail.com (zproxy.gmail.com [64.233.162.197]) by mx1.FreeBSD.org (Postfix) with ESMTP id A0D2C43D45 for ; Thu, 13 Oct 2005 04:35:21 +0000 (GMT) (envelope-from infofarmer@gmail.com) Received: by zproxy.gmail.com with SMTP id 34so254265nzf for ; Wed, 12 Oct 2005 21:35:21 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=kLNSQaRm4x6ucdRid7weCE0IPWcTbYi7zdYRdvPnr8njKYnkruTxJL4h31vaKIOSdtuUDbk+Ve5q9zbrIlbkLaWSm0qT6zrc8Kow71dEfW4t5nOpEpAMSlRiI8MefYzDuBU+/J3MEBsvSZlQz4C26cy2S1GIu8rBlGbjZPcLd4Q= Received: by 10.36.80.16 with SMTP id d16mr1905389nzb; Wed, 12 Oct 2005 21:35:21 -0700 (PDT) Received: by 10.37.20.34 with HTTP; Wed, 12 Oct 2005 21:35:21 -0700 (PDT) Message-ID: Date: Thu, 13 Oct 2005 08:35:21 +0400 From: "Andrew P." To: Efren Bravo In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: Cc: freeBSD Subject: Re: proxy server 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, 13 Oct 2005 04:35:22 -0000 On 10/13/05, Efren Bravo wrote: > Hi, > > I want to install a proxy server to manage these features: http cache, > content filtering (forbidden words, ActiveX, java, url. etc), users, > groups, ips' control access, time ranges to ie access. > > I want to hear some suggestions based on your experiences. > > Thanks... > > > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.o= rg" > We've got squid+adzap filtering out porn and ads. It's a dual PIII server, with an IDE hard disk. It serves 3000+ clients (around 30Gb daily). It works great. We also use jftpgw as an ftp proxy. Users, groups, ip-addresses, time ranges are all easily configurable via squid, but for comprehensive Chinese-style filtering of the content (not just based on the URL), you'll need something like dansguardian, like Andras told us here.