From owner-freebsd-questions@FreeBSD.ORG Wed Feb 11 01:21:39 2004 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 5133E16A4CE for ; Wed, 11 Feb 2004 01:21:39 -0800 (PST) Received: from nalle.netsonic.fi (netsonic.fi [194.29.192.20]) by mx1.FreeBSD.org (Postfix) with ESMTP id 74EC943D1F for ; Wed, 11 Feb 2004 01:21:38 -0800 (PST) (envelope-from markus.kovero@grafikansi.fi) Received: from shaggy (wlan-node.muikkuverkko.net [81.17.198.67]) by nalle.netsonic.fi (8.11.6/8.11.6) with ESMTP id i1B9LaY18818 for ; Wed, 11 Feb 2004 11:21:36 +0200 Message-Id: <200402110921.i1B9LaY18818@nalle.netsonic.fi> From: "Markus Kovero" To: Date: Wed, 11 Feb 2004 11:21:36 +0200 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook, Build 11.0.5510 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 Thread-Index: AcPwgHKlUUdKbLlIQUSa92pjzrSUZg== Subject: ipnat transparent www proxy question 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: Wed, 11 Feb 2004 09:21:39 -0000 I would like to do transparent www proxy for nat-network which is 172.16.0.0/24 and wwwproxy being $ispcache I told ipnat to do: rdr xl0 from 172.16.0.0/24 to any port = 80 -> $ispcache port 8080 tcp but all www connections go straight through, not through cache. xl0 is LAN interface. Any clue? Markus Kovero