From owner-freebsd-questions Mon Oct 15 9:20:44 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mail.XtremeDev.com (xtremedev.com [216.241.38.65]) by hub.freebsd.org (Postfix) with ESMTP id 6207F37B40B for ; Mon, 15 Oct 2001 09:20:40 -0700 (PDT) Received: from xtremedev.com (xtremedev.com [216.241.38.65]) by mail.XtremeDev.com (Postfix) with ESMTP id 3163C70614; Mon, 15 Oct 2001 10:20:34 -0600 (MDT) Date: Mon, 15 Oct 2001 10:20:34 -0600 (MDT) From: FreeBSD To: Hervey Wilson Cc: freebsd-questions@freebsd.org Subject: Re: Install IPFilter on FreeBSD 4.4 Release In-Reply-To: <000d01c15594$06002c80$0101a8c0@chillipepper> Message-ID: <20011015101534.U82316-100000@Amber.XtremeDev.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG FreeBSD 4.4-RELEASE comes with IPF 3.4.20 in the kernel. You can either load it dymically through a kernel module (kldload ipl.ko), or compile a custom kernel. To make a custom kernel with ipf build static, do: 1. Put the following in your kernel config file: options IPFILTER # required options IPFILTER_LOG # (optional) options IPFILTER_DEFAULT_BLOCK # (optional, default to block) 2. Compile new kernel as per instructions in the FreeBSD handbook (www.freebsd.org/handbook) The instructions you're following is for installing a new version of ipf into FreeBSD different than what's already there, or something along that line. On Mon, 15 Oct 2001, Hervey Wilson wrote: > I read the instructions and searched the mailing list archives and came up with the following commands to install > IPFilter into my system (FreeBSD matrix.dynamic-cast.com 4.4-RELEASE FreeBSD 4.4-RELEASE #0: Sat Sep 22 21:27:24 PDT > 2001): > > cd /usr/src/contrib/ipfilter > make freebsd4 > make install-bsd > cd FreeBSD-4.0;./kinstall > > 'make freebsd4' fails with "can't cd into netinet". OK, so I mkdir netinet and try again - both 'make freebsd4' and > 'make install-bsd' succeed. However, now I don't have a FreeBSD-4.0 directory for the final step, just FreeBSD, > FreeBSD-2.2 and FreeBSD-3. At this point, I'm concerned that things ain't quite right. > > Anyone care to confirm the install steps for kernel-based IPFilter on 4.4-Release ? > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message