Re: ipfw question
From: Erick Mechler (emechler_at_techometer.net)
Date: 05/17/05
- Previous message: Danil V. Gerun: "Re: HOW TO Enable IPSec for FreeBSD.......???"
- In reply to: george roman: "ipfw question"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Tue, 17 May 2005 10:40:51 -0700 To: george roman <thewolfro@yahoo.com>
:: 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
_______________________________________________
freebsd-security@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-security
To unsubscribe, send any mail to "freebsd-security-unsubscribe@freebsd.org"
- Previous message: Danil V. Gerun: "Re: HOW TO Enable IPSec for FreeBSD.......???"
- In reply to: george roman: "ipfw question"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]