From owner-freebsd-questions@FreeBSD.ORG Sat Jul 14 17:58:38 2012 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 B9385106566C for ; Sat, 14 Jul 2012 17:58:38 +0000 (UTC) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Received: from wojtek.tensor.gdynia.pl (wojtek.tensor.gdynia.pl [89.206.35.99]) by mx1.freebsd.org (Postfix) with ESMTP id 282658FC0A for ; Sat, 14 Jul 2012 17:58:37 +0000 (UTC) Received: from wojtek.tensor.gdynia.pl (localhost [127.0.0.1]) by wojtek.tensor.gdynia.pl (8.14.5/8.14.5) with ESMTP id q6EHwWVf001647; Sat, 14 Jul 2012 19:58:32 +0200 (CEST) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Received: from localhost (wojtek@localhost) by wojtek.tensor.gdynia.pl (8.14.5/8.14.5/Submit) with ESMTP id q6EHwWFx001644; Sat, 14 Jul 2012 19:58:32 +0200 (CEST) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Date: Sat, 14 Jul 2012 19:58:32 +0200 (CEST) From: Wojciech Puchar To: Graeme Dargie In-Reply-To: <4C0F7421AA759346AF17299922AD57EB06295C1D@Mercury.universe.galaxy.lcl> Message-ID: References: <4C0F7421AA759346AF17299922AD57EB06295C1D@Mercury.universe.galaxy.lcl> User-Agent: Alpine 2.00 (BSF 1167 2008-08-23) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-Greylist: Sender passed SPF test, not delayed by milter-greylist-4.2.7 (wojtek.tensor.gdynia.pl [127.0.0.1]); Sat, 14 Jul 2012 19:58:32 +0200 (CEST) Cc: "freebsd-questions@freebsd.org" Subject: Re: Squid issue 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: Sat, 14 Jul 2012 17:58:38 -0000 > Firstly I know this is a bit off topic for this list, please accept my apologies in advance. I have tried asking in more relevant circles but I have had no responses at all. > > Under pfSense I have openVPN running and Squid, the vpn has rules to route traffic on ports 119 and 563 via the > VPN connection and everything else should route via the normal WAN > connection and this works as expected until I introduced Squid to the > mix, now web traffic is being routed via the VPN and I can see no obvious >options in Squid to force it to use the WAN gateway. If anyone has any > ideas or solutions feel free to contact me off list. tcpdump is your friend and check tcp_outgoing_address in squid config. it may make difference. For sure SOMETHING is wrong with your firewall rules, not in squid. i don't use pfSense (don't even know what it is), but ipfw and mpd, so i cannot help you more