From owner-freebsd-questions@FreeBSD.ORG Mon Mar 14 19:45:02 2005 Return-Path: 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 BCD3B16A4CE for ; Mon, 14 Mar 2005 19:45:02 +0000 (GMT) Received: from sockeye.firmanix.com (sockeye.firmanix.com [216.127.139.23]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6E5E243D55 for ; Mon, 14 Mar 2005 19:45:02 +0000 (GMT) (envelope-from andy@firman.us) Received: from andy by sockeye.firmanix.com with local (Exim 4.44 (FreeBSD)) id 1DAvUu-000Dm5-JT for freebsd-questions@freebsd.org; Mon, 14 Mar 2005 14:45:04 -0500 Date: Mon, 14 Mar 2005 14:45:04 -0500 From: Andy Firman To: freebsd-questions@freebsd.org Message-ID: <20050314194504.GA52623@sockeye.firmanix.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.2.1i Subject: need help getting around kern/70401 so I can load ipl.ko X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Andy Firman List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 14 Mar 2005 19:45:02 -0000 I have not been able to get ipfilter working on a system and it is because I don't have INET6 in my custom kernel, and therefore the system cannot load the ipl.ko module. Here is the issue: http://www.freebsd.org/cgi/query-pr.cgi?pr=70401 Can someone help me understand this following fix? ------------------------------------------------------------------------- Fix: Tweak around USE_INET6 option in /sys/contrib/ipfilter/netinet/ip_compat.h to cover the case when there is no INET6 in the kernel and ipfilter is loaded as KLD. ------------------------------------------------------------------------- Or should I just go back and compile the GENERIC kernel? There is no problem running the GENERIC kernel from what I can tell. This is a production system, so compiling the kernel makes me nervous. Would I simply do this?: # cd /usr/src # make buildkernel KERNCONF=GENERIC # make installkernel KERNCONF=GENERIC then reboot and that is all right? Thanks, Andy