From owner-freebsd-net@FreeBSD.ORG  Tue Nov  6 15:43:27 2007
Return-Path: <owner-freebsd-net@FreeBSD.ORG>
Delivered-To: freebsd-net@freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id BF88816A417;
	Tue,  6 Nov 2007 15:43:27 +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 7E7C613C4B2;
	Tue,  6 Nov 2007 15:43:27 +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 B213117043;
	Tue,  6 Nov 2007 09:43:12 -0600 (CST)
Message-Id: <405A9249-3680-48D9-9154-3149FCAB4367@secure-computing.net>
From: Eric F Crist <ecrist@secure-computing.net>
To: Andrey V. Elsukov <bu7cher@yandex.ru>
In-Reply-To: <17411194362935@webmail41.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 09:43:10 -0600
References: <F23889F8-D6A6-4741-9D05-A60DE5D20967@secure-computing.net>
	<473009B2.40406@yandex.ru>
	<4C884976-8734-4112-8520-2E30893C0BE3@secure-computing.net>
	<47306CD0.7030301@yandex.ru> 1550000000237526643
	<17411194362935@webmail41.yandex.ru>
X-Mailer: Apple Mail (2.912)
Cc: freebsd-net@freebsd.org, freebsd-questions@freebsd.org
Subject: Re: IPFW/Divert problem...
X-BeenThere: freebsd-net@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: Networking and TCP/IP with FreeBSD <freebsd-net.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-net>,
	<mailto:freebsd-net-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-net>
List-Post: <mailto:freebsd-net@freebsd.org>
List-Help: <mailto:freebsd-net-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-net>,
	<mailto:freebsd-net-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Tue, 06 Nov 2007 15:43:27 -0000

On Nov 6, 2007, at 9:28 AM, Andrey V. Elsukov wrote:

> Eric F Crist wrote:
>>> In the your /etc/ipfw.sh script you should use "-f" flag when you  
>>> run
>>> ipfw flush command.
>> I am, but that has nothing to do with my problem.  My problem is  
>> that,
>> during system boot, I'm asked the following question:
>> Loading divert daemons Are you sure? [yn]:
>> The system sits there indefinitely until the question is answered.  I
>> need this to go away.
>
> Are you sure? Please, show your script. I think these is two different
> messages:
> 1) Loading divert daemons - probably from some of your third party  
> software
> start script.
> 2) Are you sure? [yn] - message from ipfw, when you run `ipfw flush`  
> in the
> /etc/ipfw.sh script.


So, I looked, and you were right, it was two different messages. I had  
"ipfw flush -f" rather than "ipfw -f flush".

Thank you, thank you, thank you!
-----
Eric F Crist
Secure Computing Networks