From owner-freebsd-pf@FreeBSD.ORG Fri Jun 2 15:37:18 2006 Return-Path: X-Original-To: freebsd-pf@freebsd.org Delivered-To: freebsd-pf@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 32CF216A48F for ; Fri, 2 Jun 2006 15:37:18 +0000 (UTC) (envelope-from Greg.Hennessy@nviz.net) Received: from smtp.nildram.co.uk (smtp.nildram.co.uk [195.112.4.54]) by mx1.FreeBSD.org (Postfix) with ESMTP id CA4C243D45 for ; Fri, 2 Jun 2006 15:37:17 +0000 (GMT) (envelope-from Greg.Hennessy@nviz.net) Received: from gw2.local.net (unknown [62.3.210.251]) by smtp.nildram.co.uk (Postfix) with ESMTP id 050BF334113 for ; Fri, 2 Jun 2006 16:37:13 +0100 (BST) From: "Greg Hennessy" To: "'Aguiar Magalhaes'" Date: Fri, 2 Jun 2006 16:37:14 +0100 Keywords: freebsd-pf Message-ID: <000701c6865a$6c2a54d0$0a00a8c0@thebeast> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook 11 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2869 Thread-Index: AcaGVWTp0F7oqw5gRsapaeXvID2PegABKEAQ In-Reply-To: <20060602144215.45714.qmail@web31606.mail.mud.yahoo.com> X-OriginalArrivalTime: 02 Jun 2006 15:37:14.0653 (UTC) FILETIME=[6C2A54D0:01C6865A] Cc: freebsd-pf@freebsd.org Subject: RE: Updating Windows XP X-BeenThere: freebsd-pf@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Technical discussion and general questions about packet filter \(pf\)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Jun 2006 15:37:18 -0000 > > Is there a best way to unblock the windows update ?? > Yes rebuild squid to operate as a transparent cache and redirect all outbound port 80 traffic through it. http://www.benzedrine.cx/transquid.html gw2:~ # grep -i 3128 /etc/pf.conf rdr pass on $Int $TCP from to ! port www -> 127.0.0.1 port 3128 rdr pass on $Int $TCP from to $Int:0 port 3128 -> 127.0.0.1 port 3128 Greg