Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 17 May 2005 10:40:51 -0700
From:      Erick Mechler <emechler@techometer.net>
To:        george roman <thewolfro@yahoo.com>
Cc:        freebsd-security@freebsd.org
Subject:   Re: ipfw question
Message-ID:  <20050517174051.GR11146@techometer.net>
In-Reply-To: <20050517124235.23298.qmail@web32911.mail.mud.yahoo.com>
References:  <20050517124235.23298.qmail@web32911.mail.mud.yahoo.com>

next in thread | previous in thread | raw e-mail | index | archive | help
:: does anyone what is the ipfw equivalent line for this one?
:: 
:: rdr fxp0 external_ip_addres/32 port 69 -> 192.168.66.3
:: port 69 udp 

IPFW doesn't do nat like ipf does.  You need to use natd(8):

  natd -n outside_iface -redirect_port udp 192.168.66.3:69 69

Cheers - Erick



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20050517174051.GR11146>