看板 DFBSD_bugs 關於我們 聯絡資訊
: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>