DragonFly BSD
DragonFly bugs List (threaded) for 2010-05
[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]

Re: Crash using natd


From: Matthew Dillon <dillon@xxxxxxxxxxxxxxxxxxxx>
Date: Tue, 11 May 2010 11:17:24 -0700 (PDT)

:Removing these lines from /etc/rc.conf stopped the panics, but also lost
:my gateway for internal systems.
:
:gateway_enable="YES"
:natd_enable="YES"
:natd_interface="em0"
:
:So: is anyone else still using ipfw2 on DragonFly?  For NAT?  Does it work?
:
:It looks like my next best idea is to switch to pf.

    I've been using NAT with pf with good success.  Basically its a line
    something like this:

extif="sk1"
nat on $extif from 10.0.0.0/16 to any -> ($extif)

    I use ipfw2 but only basic rules.  We should probably remove the
    NAT functionality from ipfw2 entirely.

					-Matt
					Matthew Dillon 
					<dillon@backplane.com>



[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]