From owner-freebsd-ipfw Tue Nov 23 8:22: 7 1999 Delivered-To: freebsd-ipfw@freebsd.org Received: from epic.purefusion.com (core.fedz.org [216.94.188.115]) by hub.freebsd.org (Postfix) with ESMTP id 9F72114A1A for ; Tue, 23 Nov 1999 08:21:29 -0800 (PST) (envelope-from relapz@purefusion.com) Received: from localhost (relapz@localhost) by epic.purefusion.com (8.9.3/8.9.3) with ESMTP id LAA67798; Tue, 23 Nov 1999 11:20:52 -0500 (EST) Date: Tue, 23 Nov 1999 11:20:51 -0500 (EST) From: relapz To: Robin Gruyters Cc: freebsd-ipfw@FreeBSD.ORG Subject: Re: IPFW and forward In-Reply-To: <19991123171119.N49519@bofh.wish.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-ipfw@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG actually, the fwd command is used for forward routing traffic... sorta like: ipfw add ### fwd 10.0.0.1 all from 10.0.1.0/24 to any it will forward traffic to 10.0.0.1 (another router perhaps) when the traffic comes from 10.0.1.0/24. What you are probably trying to due actually uses the tee or divert command. You can also do it with natd. DJM:> On Tue, 23 Nov 1999, Robin Gruyters wrote: > hi, > > > How do I set a forward: > > ipfw add fwd : tcp from any to > > Something like that?!?! Please, help me. > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-ipfw" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ipfw" in the body of the message