Bug 25223

Summary: PATCH for rc.network to enable ipnat seperately from ipfilter
Product: Base System Reporter: Andre Albsmeier <Andre.Albsmeier>
Component: confAssignee: Darern Reed <darrenr>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: 4.2-STABLE   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

Description Andre Albsmeier 2001-02-20 07:00:01 UTC
The current way of initialasing ipfilter during system boot
makes it very hard to use ipnat without ipfilter since
${ipfilter_enable} must be "yes" in order to get ${ipnat_enable}
evaluated at all.

Fix: Move ${ipnat_enable} stuff out of the ${ipfilter_enable}
conditional. Don't know if the ipmon stuff should
be seperate as well...
How-To-Repeat: 
Try a config in rc.network where ipnat rules are loaded and
ipfilter stuff is left alone.
Comment 1 Darern Reed freebsd_committer freebsd_triage 2001-02-21 21:33:40 UTC
Responsible Changed
From-To: freebsd-bugs->darrenr

darrenr is responsible for ipnat
Comment 2 Thomas Quinot 2001-10-21 00:59:27 UTC
See also bin/27016.

--
    Thomas.Quinot@Cuivre.FR.EU.ORG
Comment 3 guido freebsd_committer freebsd_triage 2001-11-14 13:24:05 UTC
State Changed
From-To: open->feedback

Arjan de Vet and Doug Barton have made patches to the FreeBSD rc system 
that should solve all of the known problems with IPFilter. 
Current and stable patches are available at the URL underneath. 
Please be so kind to: 
1) Test the patches if they do work for you 
2) mail your feedback to Arjan de Vet (devet@devet.org) 
3) If al is worked out and Arjan has the patches committed, please 
update the PR. 

Url: 
http://home.iae.nl/users/devet/freebsd/
Comment 4 Andre Albsmeier 2001-12-06 06:47:09 UTC
This was fixed by recent commit to rc.network, thanks!

	-Andre
Comment 5 Giorgos Keramidas freebsd_committer freebsd_triage 2002-01-09 17:52:15 UTC
State Changed
From-To: feedback->closed

Submitter says the latest ipfilter changes that were made to 
rc.network fixed the problem.