From owner-freebsd-questions Sun May 25 15:38:53 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id PAA12808 for questions-outgoing; Sun, 25 May 1997 15:38:53 -0700 (PDT) Received: from helbig.informatik.ba-stuttgart.de (helbig.informatik.ba-stuttgart.de [141.31.166.22]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id PAA12803 for ; Sun, 25 May 1997 15:38:50 -0700 (PDT) Received: (from helbig@localhost) by helbig.informatik.ba-stuttgart.de (8.8.5/8.8.5) id AAA00935; Mon, 26 May 1997 00:14:02 +0200 (MET DST) From: Wolfgang Helbig Message-Id: <199705252214.AAA00935@helbig.informatik.ba-stuttgart.de> Subject: Re: Cannot add IPFIREWALL option In-Reply-To: from Sudheer Tumuluru at "May 25, 97 03:41:38 pm" To: ts1@cise.ufl.edu (Sudheer Tumuluru) Date: Mon, 26 May 1997 00:14:02 +0200 (MET DST) Cc: freebsd-questions@FreeBSD.ORG X-Mailer: ELM [version 2.4ME+ PL30 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > Hi, > I am working on creating an ipfirewall on my FreeBSD machine > which is running version 3.0-CURRENT. When I add the line: > > options IPFIREWALL > > to the configuration file in /sys/i386/conf/ and run /usr/sbin/config > on it, it still does not take the new option into account. I had to ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ How do you know. Don't expect to see the options as command line parameters any more. Most of them are passed via header files by now. To find out about the effect of turning on the option IPFIREWALL check the file opt_ipfw.h in the kernel build directory. In it you should find a #define IPFIREWALL . > manually modify the Makefile to add this option and then compile it. > Is this a problem with the config program or am I doing something > wrong? Please reply back to ts1@cise.ufl.edu. > > Thanks a lot, You're welcome Wolfgang > > Sudheer Tumuluru > > *-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-* > * SUDHEER TUMULURU * Research Assistant * > * 307 SW 16th Avenue * E331 CSE * > * Apt. #307 * Dept. of Computer & Information * > * Gainesville * Sciences & Engineering * > * FL 32601-8508, USA * UNIVERSITY OF FLORIDA * > * Phone : (352) 335-8869 * Phone : (352) 392-5770 * > *-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-* > E-mail : ts1@cise.ufl.edu URL : http://www.cise.ufl.edu/~ts1/ > >