From owner-freebsd-questions@FreeBSD.ORG Mon Jan 24 10:41:07 2005 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C7BCA16A504 for ; Mon, 24 Jan 2005 10:41:06 +0000 (GMT) Received: from fw.ke.lt (fw.ke.lt [195.14.165.133]) by mx1.FreeBSD.org (Postfix) with ESMTP id E278343D4C for ; Mon, 24 Jan 2005 10:41:05 +0000 (GMT) (envelope-from norvydas@enss.lt) Received: by fw.ke.lt (Postfix, from userid 426) id 5FB16138DFA; Mon, 24 Jan 2005 12:40:57 +0200 (EET) Received: from admin (admin.ke.lt [192.168.29.37]) by fw.ke.lt (Postfix) with ESMTP id 06AAC137F48 for ; Mon, 24 Jan 2005 12:40:48 +0200 (EET) Message-ID: <07a701c50201$2a68a0d0$251da8c0@kte.lt> From: "L.Norvydas" To: Date: Mon, 24 Jan 2005 12:40:47 +0200 MIME-Version: 1.0 Content-Type: text/plain; charset="windows-1257" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1437 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1441 X-Spam-Checker-Version: SpamAssassin 3.0.1 (2004-10-22) on fw.ke.lt X-Spam-Level: X-Spam-Status: No, score=-2.3 required=9.0 tests=AWL,BAYES_00 autolearn=ham version=3.0.1 Subject: Transparent Proxy going astray X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 24 Jan 2005 10:41:07 -0000 Hello, Paul, I saw your message in freebsd-questions forum about transparent proxy. Right now I'm facing the same problem: gateway with ipfw/natd and squid proxy on different machine. Maybe you have solved this problem? Everywhere I look, I see the same questions I'm asking, i.e. "has anyone successfuly configured gateway and proxy, working on different machines?" :) I have FreeBSD-4.10 with ipfw/natd working with quite complex ruleset and other box with squid. When I install squid on the gateway machine and make "fwd GW_LOOPBACK,3128 tcp from MY_TEST_PC to any 80" then this squid works just fine. But when I try to forward to other, not gateway machine, i.e. "fwd OTHER_BOX_WITH_SQUID,3128 tcp from MY_TEST_PC to any 80", then it isn't working... I see packets maching fwd rule (counter increases), but no traffic reaches squid machine. I have wandered through lots of forums and mailing lists, but haven't found solution until now. Thought maybe you have successfuly coped with this and maybe you can help or advice something? Lawrence, network / systems administrator