Re: ipfw question

From: Erick Mechler (emechler_at_techometer.net)
Date: 05/17/05

  • Next message: David Schultz: "Re: FreeBSD Security Advisory FreeBSD-SA-05:09.htt [REVISED]"
    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"


  • Next message: David Schultz: "Re: FreeBSD Security Advisory FreeBSD-SA-05:09.htt [REVISED]"