From owner-freebsd-ipfw@FreeBSD.ORG Mon Apr 2 19:58:37 2007 Return-Path: X-Original-To: ipfw@freebsd.org Delivered-To: freebsd-ipfw@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id B33CE16A401 for ; Mon, 2 Apr 2007 19:58:37 +0000 (UTC) (envelope-from sean@mcneil.com) Received: from mail.mcneil.com (mcneil.com [24.199.45.54]) by mx1.freebsd.org (Postfix) with ESMTP id 8A24713C455 for ; Mon, 2 Apr 2007 19:58:37 +0000 (UTC) (envelope-from sean@mcneil.com) Received: from localhost (localhost.mcneil.com [127.0.0.1]) by mail.mcneil.com (Postfix) with ESMTP id E4F45F2326 for ; Mon, 2 Apr 2007 12:31:16 -0700 (PDT) X-Virus-Scanned: amavisd-new at mcneil.com Received: from mail.mcneil.com ([127.0.0.1]) by localhost (mcneil.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id CfvxXBjRizpd for ; Mon, 2 Apr 2007 12:31:16 -0700 (PDT) Received: from ferrari (ferrari.mcneil.com [10.1.0.50]) (using TLSv1 with cipher RC4-MD5 (128/128 bits)) (No client certificate requested) by mail.mcneil.com (Postfix) with ESMTP id 81BD6F18C1 for ; Mon, 2 Apr 2007 12:31:16 -0700 (PDT) Message-ID: <001601c7755d$79cf1010$07e90b93@ferrari> From: "Sean McNeil" To: Date: Mon, 2 Apr 2007 12:31:13 -0700 MIME-Version: 1.0 X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2900.3028 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.3028 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Subject: bad test in /etc/rc.d/ip6fw X-BeenThere: freebsd-ipfw@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: IPFW Technical Discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 02 Apr 2007 19:58:37 -0000 I just noticed that ip6fw isn't loading the ip6fw kernel module because = my kernel somehow already has the sysctl value in it. This is FreeBSD = -STABLE and I have the following in my kernel: options INET # InterNETworking options INET6 # IPv6 communications protocols options IPFIREWALL options IPFIREWALL_FORWARD options IPDIVERT options DUMMYNET net.inet6.ip6.fw.enable managed to get in the kernel. Cheers, Sean