From owner-freebsd-small Sun Oct 13 22:50: 8 2002 Delivered-To: freebsd-small@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 90D0B37B401 for ; Sun, 13 Oct 2002 22:50:07 -0700 (PDT) Received: from hotmail.com (f64.law3.hotmail.com [209.185.241.64]) by mx1.FreeBSD.org (Postfix) with ESMTP id 52D6843EA3 for ; Sun, 13 Oct 2002 22:50:07 -0700 (PDT) (envelope-from kuujinbo@hotmail.com) Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Sun, 13 Oct 2002 22:50:07 -0700 Received: from 219.164.150.182 by lw3fd.law3.hotmail.msn.com with HTTP; Mon, 14 Oct 2002 05:50:03 GMT X-Originating-IP: [219.164.150.182] From: "Keith Okamoto" To: freebsd-small@FreeBSD.ORG Subject: newbie ip filter question Date: Mon, 14 Oct 2002 05:50:03 +0000 Mime-Version: 1.0 Content-Type: text/plain; format=flowed Message-ID: X-OriginalArrivalTime: 14 Oct 2002 05:50:07.0289 (UTC) FILETIME=[8CDAEA90:01C27345] Sender: owner-freebsd-small@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi, First timer trying to do a custom picobsd build with 4.7 RELEASE. I would like get ip filter added to the custom build. To begin read the picobsd docs along with documentation at http://www.cse.ucsc.edu/~brucem/pico_notes.htm and http://thewall.sourceforge.net/. Being new to this process, trying to do everything in small steps. First I did a generic 'bridge' build, which went ok. Next tried to get the ipf executable in the build. Edited the PICOBSD kernel Took a looong while, but by looking at the messages and ipf Makefile finally figured out to add: progs ipf special srcdir /usr/src/contrib/ipfilter to the crunch.conf file in the custom build directory, which got the executable in the custom build. But after booting from floppy, get a 'ipf not compiled in' error. (once again, the executable is there) I don't know where to go from here. From reading the docs, the thing that comes to mind is adding some kind of 'special MYBUILD objvar OBJS' and 'special MYBUILD objdir /usr/my/demo/code' statements in the crunch.conf file. I'm also not a programmer, so I didn't understand much reading the CRUNCHGEN man page... I know I could probably get everything going by downloading theWall, but I would rather use IP Filter if possible. Any help is appreciated. Thanks in advance! _________________________________________________________________ Chat with friends online, try MSN Messenger: http://messenger.msn.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-small" in the body of the message