Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 26 Feb 2010 13:17:55 -0600
From:      Bob Willcox <bob@immure.com>
To:        stable list <freebsd-stable@freebsd.org>
Subject:   ipfw & natd with recent MFC of firewall_coscripts functionality
Message-ID:  <20100226191755.GA42384@rancor.immure.com>

next in thread | raw e-mail | index | archive | help

I just updated my gateway machine to 7.3-PRERELEASE and immediately noticed
that natd no longer started (hard to miss, no outside network access).

It looks like the MFC of the firewall_coscripts function may be the cause
(cvs rev 1.15.2.3 to /usr/src/etc/rc.d/ipfw). These changes add the two lines
(along with other stuff):

...
                       ${_coscript} quietstart
...
                       ${_coscript} quietstop
...

I believe the problem is that neither "quietstart" or "quietstop" are
recognized as valid arguments in by /etc/rc.d/natd so natd isn't started.
Further, my hunch is that by removing the "quiet" prefix it will work (I'm
reluctant to try this at the moment as I am remote).

Bob

-- 
Bob Willcox             The shifts of Fortune test the reliability of friends.
bob@immure.com                -- Marcus Tullius Cicero
Austin, TX



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20100226191755.GA42384>