Date: Mon, 29 May 2000 10:53:34 -0400 From: "Crist J. Clark" <cjc@cc942873-a.ewndsr1.nj.home.com> To: "George M. Ellenburg" <lnbrg@atl.mediaone.net> Cc: freebsd-ipfw@FreeBSD.ORG Subject: Re: IPFW Web Resources Message-ID: <20000529105333.A58958@cc942873-a.ewndsr1.nj.home.com> In-Reply-To: <393271E0.CCB12B68@atl.mediaone.net>; from lnbrg@atl.mediaone.net on Mon, May 29, 2000 at 01:34:25PM %2B0000 References: <393271E0.CCB12B68@atl.mediaone.net>
next in thread | previous in thread | raw e-mail | index | archive | help
On Mon, May 29, 2000 at 01:34:25PM +0000, George M. Ellenburg wrote: > Can anyone recommend some decent online resources for ipfw? > > I'm having a little difficulty getting port-redirection to work. > > ipfw add fwd 24.88.37.x,23 tcp from any to 192.168.0.2 23 via fxp1 This is not going to work how you want. Remember: ipfw(8) does not change the content of packets. > Where fxp1 is my internal interface. > > Natd is running. Good, because you should be using natd(8) to do this. See 'redirect_port' on the natd manpage. -- Crist J. Clark cjclark@home.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ipfw" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20000529105333.A58958>