From owner-freebsd-questions@FreeBSD.ORG Thu Sep 18 05:43:44 2008 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 653BB1065678 for ; Thu, 18 Sep 2008 05:43:44 +0000 (UTC) (envelope-from auk@startext.tomsk.ru) Received: from startext.tomsk.ru (commit-tomline.tomline.ru [213.183.96.188]) by mx1.freebsd.org (Postfix) with ESMTP id 0D7738FC16 for ; Thu, 18 Sep 2008 05:43:43 +0000 (UTC) (envelope-from auk@startext.tomsk.ru) Received: by startext.tomsk.ru (Postfix, from userid 58) id A92FF33C05F; Thu, 18 Sep 2008 12:43:41 +0700 (NOVST) X-Spam-Checker-Version: 3.2.5 (2008-06-10) on startext.tomsk.ru X-Spam-Level: X-Spam-Status: No, score=-4.4 required=5.0 tests=ALL_TRUSTED,BAYES_00 autolearn=ham version=3.2.5 Received: from [127.0.0.1] (unknown [10.10.1.9]) by startext.tomsk.ru (Postfix) with ESMTPA id 4015633C052 for ; Thu, 18 Sep 2008 12:43:38 +0700 (NOVST) Message-ID: <48D1EA85.6090804@startext.tomsk.ru> Date: Thu, 18 Sep 2008 12:43:33 +0700 From: "Alexey A. Ukhov" User-Agent: Thunderbird 2.0.0.16 (Windows/20080708) MIME-Version: 1.0 To: freebsd-questions@freebsd.org References: <48D1DB29.8020809@startext.tomsk.ru> In-Reply-To: <48D1DB29.8020809@startext.tomsk.ru> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: problem with ng_ipacct 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: Thu, 18 Sep 2008 05:43:44 -0000 Hello all. I found reason - recompile kernel with the following options. options IPFIREWALL #firewall options IPFIREWALL_DEFAULT_TO_ACCEPT #allow everything by default options IPDIVERT #divert sockets Alexey