From owner-freebsd-questions@FreeBSD.ORG Tue Nov 6 13:12:19 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3EF7516A417 for ; Tue, 6 Nov 2007 13:12:19 +0000 (UTC) (envelope-from ecrist@secure-computing.net) Received: from snipe.secure-computing.net (snipe.secure-computing.net [209.240.66.149]) by mx1.freebsd.org (Postfix) with ESMTP id F3E4213C4A5 for ; Tue, 6 Nov 2007 13:12:18 +0000 (UTC) (envelope-from ecrist@secure-computing.net) Received: from swordfish.local.claimlynx.com (unknown [74.95.66.25]) (using TLSv1 with cipher AES128-SHA (128/128 bits)) (No client certificate requested) (Authenticated sender: ecrist@secure-computing.net) by snipe.secure-computing.net (Postfix) with ESMTP id 9B74417043; Tue, 6 Nov 2007 07:12:02 -0600 (CST) Message-Id: <4C884976-8734-4112-8520-2E30893C0BE3@secure-computing.net> From: Eric F Crist To: "Andrey V. Elsukov" In-Reply-To: <473009B2.40406@yandex.ru> Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Mime-Version: 1.0 (Apple Message framework v912) Date: Tue, 6 Nov 2007 07:12:01 -0600 References: <473009B2.40406@yandex.ru> X-Mailer: Apple Mail (2.912) Cc: User Questions Subject: Re: IPFW/Divert problem... X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 06 Nov 2007 13:12:19 -0000 On Nov 6, 2007, at 12:29 AM, Andrey V. Elsukov wrote: > Eric F Crist wrote: >> I've been working on doing some bandwidth accounting with ipfw >> count rules, but I've come across a very crappy problem. After >> adding the following two lines to /etc/rc.conf, I'm posed with a >> question during boot: >> Loading divert daemons are you sure [yn]: > > About which lines you talk? Sorry, left that part out: firewall_enable="YES" firewall_script="/etc/ipfw.sh" FWIW, ipfw.sh ONLY has count rules it it. There isn't any NAT/etc going on here. Also, IPFW was compiled with DEFAULT TO ACCEPT, since I'm not really using it for anything other than accounting. ----- Eric F Crist Secure Computing Networks