Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 23 Nov 1999 10:11:56 -0700 (MST)
From:      Nick Rogness <nick@rapidnet.com>
To:        Robin Gruyters <robin@wish.net>
Cc:        freebsd-ipfw@freebsd.org
Subject:   Re: IPFW and forward
Message-ID:  <Pine.BSF.4.05.9911231001120.38825-100000@rapidnet.com>
In-Reply-To: <19991123171119.N49519@bofh.wish.net>

next in thread | previous in thread | raw e-mail | index | archive | help
On Tue, 23 Nov 1999, Robin Gruyters wrote:

> ipfw add fwd <internal address>:<port> tcp from any to <external
> address> <port>
> 
> Something like that?!?! Please, help me.
> 

  You might want to use divert for this.  Something like this:

   ipfw add divert natd ip from any to any via outside_interface

  Then run natd:

   /sbin/natd -port 8668 -redirect_port tcp external:port internal:port

  There is some other information that nat will need but you can add that
  from the natd man page.

********************************************************
Nick Rogness		       File not found...
System Administrator	       Should I fake it (Y/N)?
RapidNet, INC   	       
********************************************************




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.05.9911231001120.38825-100000>