Show
Ignore:
Timestamp:
05/14/08 09:01:43 (7 months ago)
Author:
kris
Message:

Added firewall_enable to rc.conf to allow ipfw to work properly, so we can
use a NAT system down the road.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • pcbsd/trunk/system-overlay/etc/rc.conf

    r1551 r1897  
    6262pf_flags="" 
    6363 
     64# Enable ipfw and open it by default since we have PF 
     65firewall_enable="YES" 
     66firewall_type="open" 
     67 
    6468snddetect_enable="YES" 
    6569mixer_enable="YES"