Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 23 Nov 1999 11:20:51 -0500 (EST)
From:      relapz <relapz@purefusion.com>
To:        Robin Gruyters <robin@wish.net>
Cc:        freebsd-ipfw@FreeBSD.ORG
Subject:   Re: IPFW and forward
Message-ID:  <Pine.BSF.4.10.9911231119230.71447-100000@epic.purefusion.com>
In-Reply-To: <19991123171119.N49519@bofh.wish.net>

next in thread | previous in thread | raw e-mail | index | archive | help
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 <internal address>:<port> tcp from any to <external address> <port>
> 
> 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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.4.10.9911231119230.71447-100000>