From owner-freebsd-questions@FreeBSD.ORG Thu Feb 24 20:09:05 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 0E786106566C for ; Thu, 24 Feb 2011 20:09:05 +0000 (UTC) (envelope-from edflecko@gmail.com) Received: from mail-iy0-f182.google.com (mail-iy0-f182.google.com [209.85.210.182]) by mx1.freebsd.org (Postfix) with ESMTP id CE56B8FC1D for ; Thu, 24 Feb 2011 20:09:04 +0000 (UTC) Received: by iyj12 with SMTP id 12so556312iyj.13 for ; Thu, 24 Feb 2011 12:09:04 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:date:message-id:subject:from:to :content-type; bh=FhiIqR1Bw5cr9Yne4JuMUR88sQxqFZprzCEPj89debY=; b=I1lDHzoFqyW75g+E3QgakTL8kpSZV0TO+lfLywjm/E/J+fViiLsRGCVx0G6nApOo20 Lf2s8u2ysES3TcHAdsDxyBIZbnyP3F/9zOdYXn7Tv7L4XQErfeQwkAsMaIuNchLRIzGd 4ub9VABG5syXeajEy3hfBJ0srWKNaWgpMA99g= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=WtiEO/G9EtUOHkc7dgBoG03SfZeLuWUscOwgjL3DbWhF10I8LFLMn8a8IG7nMcXRtY c3SSag0b9P2uQUo+mCdwb8gnG6u5Z96B4YWeyD3RKfqLjksppLwi2UQnt2qoNupX1fZD g92PTP/HvHAoTpma/m78ulsidUPGCTT5+JsfY= MIME-Version: 1.0 Received: by 10.231.36.198 with SMTP id u6mr2070904ibd.100.1298578144267; Thu, 24 Feb 2011 12:09:04 -0800 (PST) Received: by 10.231.213.169 with HTTP; Thu, 24 Feb 2011 12:09:04 -0800 (PST) Date: Thu, 24 Feb 2011 12:09:04 -0800 Message-ID: From: Ed Flecko To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 Subject: 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 20:09:05 -0000 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. I've edited the Privoxy config file and commented out: debug 1 # Log the destination for each request Privoxy let through. debug 1024 # Log the destination for requests Privoxy didn't let through, and the reason why. debug 4096 # Startup banner and warnings debug 8192 # Non-fatal errors 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 managed to make this work once before...but darned if I can remember how I did it! Suggestions??? Thank you, Ed