From owner-freebsd-questions Tue Nov 7 9: 9:57 2000 Delivered-To: freebsd-questions@freebsd.org Received: from dh198-236.dhcp.sunysb.edu (dh198-236.dhcp.sunysb.edu [129.49.198.236]) by hub.freebsd.org (Postfix) with ESMTP id BCF2C37B479 for ; Tue, 7 Nov 2000 09:09:53 -0800 (PST) Received: (from chris@localhost) by dh198-236.dhcp.sunysb.edu (8.9.3/8.9.3) id MAA80587; Tue, 7 Nov 2000 12:09:51 -0500 (EST) (envelope-from chris) From: Christopher Rued MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <14856.14174.822814.831268@chris.xsb.com> Date: Tue, 7 Nov 2000 12:09:50 -0500 (EST) To: freebsd-questions@freebsd.org X-Mailer: VM 6.75 under 21.1 (patch 10) "Capitol Reef" XEmacs Lucid Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I am attempting to set up a firewall, and I am curious as to how I can configure it so that when someone from the outside attempts to connect on some port (80, for example), this request will be forwarded to a machine on the internal network. ,--------, | Client | '--------' / / Internet / / ,----------, | Firewall | (public IP: a.b.c.d) '----------' | ,------------, | Web server | (internal ip, e.g., 192.168.0.4) '------------' For example, if the client requests a page from my public IP address (a.b.c.d), I would like this request to be handled transparently by my internal web server. If you could point me in the right direction, I'd appreciate it. -- Christopher Rued To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message