From owner-freebsd-ipfw Mon May 29 9:35:57 2000 Delivered-To: freebsd-ipfw@freebsd.org Received: from cc942873-a.ewndsr1.nj.home.com (cc942873-a.ewndsr1.nj.home.com [24.2.89.207]) by hub.freebsd.org (Postfix) with ESMTP id E125E37BC15 for ; Mon, 29 May 2000 09:35:48 -0700 (PDT) (envelope-from cjc@cc942873-a.ewndsr1.nj.home.com) Received: (from cjc@localhost) by cc942873-a.ewndsr1.nj.home.com (8.9.3/8.9.3) id MAA59433; Mon, 29 May 2000 12:35:44 -0400 (EDT) (envelope-from cjc) Date: Mon, 29 May 2000 12:35:44 -0400 From: "Crist J. Clark" To: "George M. Ellenburg" Cc: freebsd-ipfw@FreeBSD.ORG Subject: Re: IPFW Web Resources Message-ID: <20000529123544.E58958@cc942873-a.ewndsr1.nj.home.com> Reply-To: cjclark@home.com References: <393271E0.CCB12B68@atl.mediaone.net> <20000529105333.A58958@cc942873-a.ewndsr1.nj.home.com> <39328962.36D5C769@atl.mediaone.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i In-Reply-To: <39328962.36D5C769@atl.mediaone.net>; from lnbrg@atl.mediaone.net on Mon, May 29, 2000 at 03:14:42PM +0000 Sender: owner-freebsd-ipfw@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Mon, May 29, 2000 at 03:14:42PM +0000, George M. Ellenburg wrote: > "Crist J. Clark" wrote: > > > On Mon, May 29, 2000 at 01:34:25PM +0000, George M. Ellenburg wrote: > > > 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. > > What exactly is the 'fwd' argument used for with ipfw, then? $ man ipfw . . . fwd ipaddr[,port] Change the next-hop on matching packets to ipaddr, which can be an IP address in dotted quad or a host name. . . . This is intended for use with transparent proxy servers. . . . -- Crist J. Clark cjclark@home.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ipfw" in the body of the message