Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 2 Jun 2006 16:37:14 +0100
From:      "Greg Hennessy" <Greg.Hennessy@nviz.net>
To:        "'Aguiar Magalhaes'" <magalhj@yahoo.com.br>
Cc:        freebsd-pf@freebsd.org
Subject:   RE: Updating Windows XP
Message-ID:  <000701c6865a$6c2a54d0$0a00a8c0@thebeast>
In-Reply-To: <20060602144215.45714.qmail@web31606.mail.mud.yahoo.com>

next in thread | previous in thread | raw e-mail | index | archive | help
 
> 
> 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 <InsideNets> to !<InsideNets> port www  ->
127.0.0.1 port 3128
rdr pass on $Int $TCP from <InsideNets> to $Int:0        port 3128 ->
127.0.0.1 port 3128



Greg




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?000701c6865a$6c2a54d0$0a00a8c0>