Bug 27511

Summary: ipnat not initialized by rc.network w/o ipfilter_enable=YES
Product: Base System Reporter: william.carrel <william.carrel>
Component: confAssignee: Darern Reed <darrenr>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: 4.3-STABLE   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

Description william.carrel 2001-05-21 20:50:01 UTC
With ipfilter_enable=NO, ipnat_enable=YES and all other related settings at
their defaults, ipnat will not have its rules installed at boot time, even 
though it can operate just fine without ipfilter being "enabled"

Fix: The following diff applied to /usr/src/etc/rc.network resolves the problem 
by allowing ipnat and ipfilter to function independent of one another:
How-To-Repeat: Place ipnat_enable=YES in an otherwise orthogonal rc.conf and notice that 
ipnat rules are not setup during the rc.network part of the boot.
Comment 1 Jesper Skriver freebsd_committer freebsd_triage 2001-05-28 00:48:33 UTC
Responsible Changed
From-To: freebsd-bugs->darrenr

darrenr looks after ipfilter
Comment 2 Jesper Skriver freebsd_committer freebsd_triage 2001-05-28 22:10:32 UTC
State Changed
From-To: open->closed

Is a duplicate of 25223 which is assigned to darrenr too.