Re: kern/148928: [ipfw] Problem with loading of ipfw NAT rules during system startup

2011-01-04 Thread hrs
Synopsis: [ipfw] Problem with loading of ipfw NAT rules during system startup

Responsible-Changed-From-To: freebsd-ipfw-hrs
Responsible-Changed-By: hrs
Responsible-Changed-When: Wed Jan 5 01:05:33 UTC 2011
Responsible-Changed-Why: 
Take.

http://www.freebsd.org/cgi/query-pr.cgi?pr=148928
___
freebsd-ipfw@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ipfw
To unsubscribe, send any mail to freebsd-ipfw-unsubscr...@freebsd.org


Re: kern/148928: [ipfw] Problem with loading of ipfw NAT rules during system startup

2010-09-12 Thread Thomas Sandford
The following reply was made to PR kern/148928; it has been noted by GNATS.

From: Thomas Sandford freebsdu...@paradisegreen.co.uk
To: bug-follo...@freebsd.org, fmy...@gmail.com
Cc:  
Subject: Re: kern/148928: [ipfw] Problem with loading of ipfw NAT rules during
 system startup
Date: Sun, 12 Sep 2010 19:24:39 +0100

 The problem seems to be that ipdivert.ko is not loaded prior to the 
 /etc/rc.d/ipfw script being run.
 
 /etc/rc.d/natd _does_ load this module so restarting the firewall after 
 boot sequence is complete works.
 
 I've fixed this on my own system by adding
 === cut here 8===
  if checkyesno natd_enable; then
  required_modules=$required_modules ipdivert
  fi
 === cut here 8===
 at the end of the ipfw_prestart() function in /etc/rc.d/ipfw
 
 This appears to be a regression between the out of the box states for 
 8.0-RELEASE and 8.1-RELEASE.
___
freebsd-ipfw@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ipfw
To unsubscribe, send any mail to freebsd-ipfw-unsubscr...@freebsd.org


Re: kern/148928: [ipfw] Problem with loading of ipfw NAT rules during system startup

2010-07-25 Thread linimon
Old Synopsis: Problem with loading of ipfw NAT rules during system startup
New Synopsis: [ipfw] Problem with loading of ipfw NAT rules during system 
startup

Responsible-Changed-From-To: freebsd-bugs-freebsd-ipfw
Responsible-Changed-By: linimon
Responsible-Changed-When: Sun Jul 25 17:48:11 UTC 2010
Responsible-Changed-Why: 
Over to maintainer(s).

http://www.freebsd.org/cgi/query-pr.cgi?pr=148928
___
freebsd-ipfw@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ipfw
To unsubscribe, send any mail to freebsd-ipfw-unsubscr...@freebsd.org