From owner-freebsd-questions@FreeBSD.ORG Tue Apr 10 03:36:49 2012 Return-Path: Delivered-To: freebsd-questions@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 2D9DB1065672 for ; Tue, 10 Apr 2012 03:36:49 +0000 (UTC) (envelope-from feld@feld.me) Received: from feld.me (unknown [IPv6:2607:f4e0:100:300::2]) by mx1.freebsd.org (Postfix) with ESMTP id 0334C8FC08 for ; Tue, 10 Apr 2012 03:36:49 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=feld.me; s=blargle; h=In-Reply-To:Message-Id:From:Mime-Version:Date:References:Subject:To:Content-Type; bh=xeruhKMR61bRxnX+sfOwVaWUlVZyqq7UjuNdG3z8K3Q=; b=c8bTAxmGTR87gN+pXbYB0xhxCPlSf52eyYD9St5TYXQa7AxK98RN6JvzqPgs/hCakSC0zBg5PP4W6e4J1j/qNJxqi6RR0eU92ZTGhGMU230bRtJcD/gKFycmI5BH50qQ; Received: from localhost ([127.0.0.1] helo=mwi1.coffeenet.org) by feld.me with esmtp (Exim 4.77 (FreeBSD)) (envelope-from ) id 1SHRst-000AhK-A6 for freebsd-questions@FreeBSD.org; Mon, 09 Apr 2012 22:36:48 -0500 Received: from feld@feld.me by mwi1.coffeenet.org (Archiveopteryx 3.1.4) with esmtpa id 1334029001-23734-23733/5/8; Tue, 10 Apr 2012 03:36:41 +0000 Content-Type: text/plain; charset=utf-8; format=flowed; delsp=yes To: freebsd-questions@FreeBSD.org References: <3416873322-176955401@intranet.com.mx> Date: Mon, 9 Apr 2012 22:36:40 -0500 Mime-Version: 1.0 From: Mark Felder Message-Id: In-Reply-To: <3416873322-176955401@intranet.com.mx> User-Agent: Opera Mail/11.62 (FreeBSD) X-SA-Score: -1.5 Cc: Subject: Re: Kind OFF Topic. FreeBSD for Blocking URLS? Nanny? 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, 10 Apr 2012 03:36:49 -0000 I've been in this position before. Transparent proxy running Squid and Dansguardian will solve most of your problems. And having a local cache will help fix your low bandwidth issue. Your skill level and networking knowledge will determine how achievable this is, but it's a great solution when you have it in place. Good luck!