From owner-freebsd-pf@FreeBSD.ORG Wed Oct 27 13:57:23 2004 Return-Path: Delivered-To: freebsd-pf@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2BE2316A4CE for ; Wed, 27 Oct 2004 13:57:23 +0000 (GMT) Received: from gunfright.epcdirect.co.uk (gunfright.epcdirect.co.uk [195.10.242.32]) by mx1.FreeBSD.org (Postfix) with ESMTP id 787D643D46 for ; Wed, 27 Oct 2004 13:57:22 +0000 (GMT) (envelope-from freebsd-isp@epcdirect.co.uk) Received: from lfarr (l-farr.int.epcdirect.co.uk [192.168.6.200]) by gunfright.epcdirect.co.uk (Postfix) with ESMTP id C553C68004 for ; Wed, 27 Oct 2004 14:57:21 +0100 (BST) From: "Lawrence Farr" To: Date: Wed, 27 Oct 2004 14:57:19 +0100 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook, Build 11.0.6353 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180 In-Reply-To: <20041026052355.GA4914@kt-is.co.kr> Thread-Index: AcS7HArtAWG/5hoKSmO6p937BxRG1wBDt8/Q Message-Id: <20041027135721.C553C68004@gunfright.epcdirect.co.uk> Subject: rdr to another machine and back X-BeenThere: freebsd-pf@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Technical discussion and general questions about packet filter (pf) List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 Oct 2004 13:57:23 -0000 Hi, I'm trying to work out how to get a gateway machine to send all http requests to a separate machine and get them back, network looks like this: internet | | router-----------http_proxy | | | | ----internal------- So the router has 3 interfaces, one to the outside world, one externally available network and one internal. The proxy has 2 interfaces one to internal and one externally available. I can redirect port 80 to a proxy on the router without any issue, but want to send them to the separate proxy machine. Has anyone done this, or does anyone know of a howto? Many thanks Lawrence Farr