From owner-freebsd-questions Fri Dec 1 23:26:27 2000 Delivered-To: freebsd-questions@freebsd.org Received: from beoclu-01.phy.gasou.edu (beoclu-01.phy.GaSoU.edu [141.165.40.55]) by hub.freebsd.org (Postfix) with ESMTP id A189137B401 for ; Fri, 1 Dec 2000 23:26:25 -0800 (PST) Received: (from sdodson@localhost) by beoclu-01.phy.gasou.edu (8.11.1/8.11.1) id eB27QKI00557 for freebsd-questions@freebsd.org; Sat, 2 Dec 2000 02:26:20 -0500 (EST) (envelope-from sdodson) Date: Sat, 2 Dec 2000 02:26:20 -0500 From: "Scott C. Dodson" To: freebsd-questions@freebsd.org Subject: natd & port_redirect Message-ID: <20001202022620.B513@beoclu-01.phy.gasou.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hello, I have a natd/ipfw setup and want incoming requests on port 80 to a machine on the internal network. So i have added the following line to my /etc/natd.conf : redirect_port tcp 123.456.789.012:80 80 I have read where ipfw rules may be an issue, so i have flushed the rules and only added the following : divert 8668 ip from any to any via de0 allow ip from any to any via lo0 allow ip from any to any If you have any suggestions please reply offlist. This is 4.2-stable as of a day or two ago. -- scott To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message