From owner-freebsd-questions Sun Nov 12 21: 8:12 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mailhost01.reflexnet.net (mailhost01.reflexnet.net [64.6.192.82]) by hub.freebsd.org (Postfix) with ESMTP id B56D037B4C5 for ; Sun, 12 Nov 2000 21:08:08 -0800 (PST) Received: from 149.211.6.64.reflexcom.com ([64.6.211.149]) by mailhost01.reflexnet.net with Microsoft SMTPSVC(5.5.1877.197.19); Sun, 12 Nov 2000 21:06:37 -0800 Received: (from cjc@localhost) by 149.211.6.64.reflexcom.com (8.11.0/8.11.0) id eAD57cv23812; Sun, 12 Nov 2000 21:07:38 -0800 (PST) (envelope-from cjc) Date: Sun, 12 Nov 2000 21:07:37 -0800 From: "Crist J . Clark" To: Chip Cc: Justin Thomas , freebsd-questions@FreeBSD.ORG Subject: Re: Port Forwarding Message-ID: <20001112210737.V75251@149.211.6.64.reflexcom.com> Reply-To: cjclark@alum.mit.edu References: <3A0F4B2E.ED0F8AE9@jdthomas.net> <3A0F5580.15136507@wiegand.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i In-Reply-To: <3A0F5580.15136507@wiegand.org>; from chip@wiegand.org on Sun, Nov 12, 2000 at 06:44:16PM -0800 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG [Broken line wraps from sender not repaired.] On Sun, Nov 12, 2000 at 06:44:16PM -0800, Chip wrote: > Justin Thomas wrote: > > > > How do I enable port forwarding using FreeBSD? I am using NATD and > > IPFW for my home network for connection over a cable modem. I would > > like to route packets coming into a particular port on my BSD box to > > reroute to an IP Address on my local network. How do I enable this? > > > > Thanks, > > Justin > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > > with "unsubscribe freebsd-questions" in the body of the message > > I do this on my home network, to forward incoming http requests > to my > web server. I changed the natd.conf to this - > > use_sockets yes > port 8668 > alias xxx.xxx.xxx.xx (enter your ipaddr provided by > your isp) > interface xxx (enter your nic with the above ip > addr) I am not sure why one would specify both the 'alias_address' and 'interface' options. -- Crist J. Clark cjclark@alum.mit.edu To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message