Crash using natd
Matthew Dillon
dillon at apollo.backplane.com
Tue May 11 11:18:11 PDT 2010
: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 at backplane.com>
More information about the Bugs
mailing list