From owner-freebsd-questions@FreeBSD.ORG Thu Feb 24 21:00:59 2011 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8097C10656A5 for ; Thu, 24 Feb 2011 21:00:59 +0000 (UTC) (envelope-from rwmaillists@googlemail.com) Received: from mail-ww0-f50.google.com (mail-ww0-f50.google.com [74.125.82.50]) by mx1.freebsd.org (Postfix) with ESMTP id 11BE58FC19 for ; Thu, 24 Feb 2011 21:00:58 +0000 (UTC) Received: by wwb31 with SMTP id 31so1296152wwb.31 for ; Thu, 24 Feb 2011 13:00:58 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:date:from:to:subject:message-id:in-reply-to :references:x-mailer:mime-version:content-type :content-transfer-encoding; bh=K/WM/gYmx/FbrG06fpMYG0BBKiQceq/85LxIYmztCJ8=; b=sObzo04Rve1U6hr88EEJHd+TrBIYL2gHV0rqo7ISJm4tzpzcke/mNwZ1KQVtxxDnQJ tv1JZZP2lotxUPTr+ZuuHPaTpRjOOPvR9BCVC3908rOmJTMSNbw22h9+2C9q9k0B6k3P Vd/KYZX5o7NGbw8bnERybj9D9btyJbyL8a3ew= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=date:from:to:subject:message-id:in-reply-to:references:x-mailer :mime-version:content-type:content-transfer-encoding; b=kDY809obVHlnzVBsRdo9Qy67ce5X2put9bNju76AYtI0KTxf4qA21hsGzQn/B9afRy ewTKOD/KiUt+kBbL1jc0kcva3P+R4iH+TYmPb9FrCzJ9NMUIzKD5nup7CuB0KVZ8vXUM AiZUMhD968ZvRtOlxxMBGNXBgrkmtmM6GhS1c= Received: by 10.216.142.92 with SMTP id h70mr1219948wej.72.1298581257920; Thu, 24 Feb 2011 13:00:57 -0800 (PST) Received: from gumby.homeunix.com (87-194-105-247.bethere.co.uk [87.194.105.247]) by mx.google.com with ESMTPS id a50sm1869963wer.18.2011.02.24.13.00.54 (version=SSLv3 cipher=OTHER); Thu, 24 Feb 2011 13:00:57 -0800 (PST) Date: Thu, 24 Feb 2011 21:00:46 +0000 From: RW To: freebsd-questions@freebsd.org Message-ID: <20110224210046.07609ed8@gumby.homeunix.com> In-Reply-To: References: X-Mailer: Claws Mail 3.7.8 (GTK+ 2.22.1; i386-portbld-freebsd8.1) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Re: How to push privoxy traffic through squid? 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, 24 Feb 2011 21:00:59 -0000 On Thu, 24 Feb 2011 12:09:04 -0800 Ed Flecko wrote: > Hi folks, > I have squid installed and working fine using its default settings; if > I set my browser proxy to the server address:3128 , everything works > fine. > ... > and I've added: > > listen-address 127.0.0.1:8118 > > and > > forward / 127.0.0.1:3128 > > to try and push the content through squid...but it doesn't work. When > I change my browser proxy settings to server address:8118 I can't > reach the internet. I've not used privoxy, but I would have expected it to be the other way around. You connect to squid and squid goes through privoxy.