Date: Mon, 28 Apr 2003 22:35:15 +0100 From: Ceri Davies <setantae@submonkey.net> To: massey@rmci.net Cc: freebsd-questions@freebsd.org Subject: Re: IPFW and Port forwarding Message-ID: <20030428213515.GA83782@submonkey.net> In-Reply-To: <4928.216.222.104.2.1051555885.squirrel@webmail.velocitus.net> References: <4928.216.222.104.2.1051555885.squirrel@webmail.velocitus.net>
next in thread | previous in thread | raw e-mail | index | archive | help
On Mon, Apr 28, 2003 at 12:51:25PM -0600, massey@rmci.net wrote: > Using NATD and IPFW, working great by the way, I need to forward a port > into a specific box. Where can I find some examples of properly doing > this. $ grep natd /etc/rc.conf ## natd - goes with Firewall section above natd_enable="YES" natd_interface="vr0" natd_flags="-s -m -u -dynamic -punch_fw 2850:48 -redirect_port tcp 192.168.10.1:2234 2234" If you need a whole boatload then you'd be better off putting them in a config file; check the -config option of natd. Ceri --
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030428213515.GA83782>