From owner-freebsd-questions Fri Aug 30 8: 1:46 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3FC2037B400 for ; Fri, 30 Aug 2002 08:01:43 -0700 (PDT) Received: from mta04ps.bigpond.com (mta04ps.bigpond.com [144.135.25.136]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3001543E42 for ; Fri, 30 Aug 2002 08:01:42 -0700 (PDT) (envelope-from leighv@roq.com) Received: from michael ([144.135.25.87]) by mta04ps.bigpond.com (Netscape Messaging Server 4.15 mta04ps May 23 2002 23:53:28) with SMTP id H1NWES00.AL7; Sat, 31 Aug 2002 01:01:40 +1000 Received: from CPE-203-45-56-16.vic.bigpond.net.au ([203.45.56.16]) by psmam07.mailsvc.email.bigpond.com(MailRouter V3.0n 125/10282920); 31 Aug 2002 01:01:40 Message-ID: <013b01c25036$2a4a6590$2d01a8c0@michael> From: "Leigh V" To: , References: <20020828164550.QGKR14185.rwcrmhc51.attbi.com@rwcrwbc70> Subject: Re: compiling kernelf for IPF Date: Sat, 31 Aug 2002 01:01:48 +1000 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2600.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 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 Just in case you didn't know. You don't actully need to compile in ipfilter, its infact is highly recommended to load the kernel module according to the ipfilter home page www.ipfilter.org You can just put this into /etc/rc.conf and the /etc/rc.network script will load the ipfilter module when the system is booting up. ipfilter_enable="YES" Cheers www.roq.com/bsd/ ----- Original Message ----- From: To: Sent: Thursday, August 29, 2002 2:45 AM Subject: compiling kernelf for IPF > question. i'm adding IPF to a fresh install of 4.6. > after i add the IPF options to the kernel, i do the > following, right? > > cp OLDKERNEL NEWKERNEL > run /usr/sbin/config NEWKERNEL > make depend ../../compile/NEWKERNEL > make > make install > reboot > > apparently my machine doesn't know how to make depend > > let me know if i'm screwing up, please? > -charlie > > 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