ipfw question

Erick Mechler emechler at techometer.net
Tue May 17 10:40:58 PDT 2005


:: 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


More information about the freebsd-security mailing list