From owner-freebsd-net@FreeBSD.ORG Sat Oct 17 05:28:09 2009 Return-Path: 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 6610F1065693 for ; Sat, 17 Oct 2009 05:28:09 +0000 (UTC) (envelope-from rihad@mail.ru) Received: from mx34.mail.ru (mx34.mail.ru [94.100.176.48]) by mx1.freebsd.org (Postfix) with ESMTP id 248B28FC23 for ; Sat, 17 Oct 2009 05:28:09 +0000 (UTC) Received: from [217.25.27.27] (port=45252 helo=[217.25.27.27]) by mx34.mail.ru with asmtp id 1Mz1pn-00025N-00 for freebsd-net@freebsd.org; Sat, 17 Oct 2009 09:28:07 +0400 Message-ID: <4AD955E7.2000501@mail.ru> Date: Sat, 17 Oct 2009 10:28:07 +0500 From: rihad User-Agent: Mozilla-Thunderbird 2.0.0.22 (X11/20090706) MIME-Version: 1.0 To: freebsd-net@freebsd.org References: <4AD6D99E.10805@mail.ru> <4AD95493.40200@mail.ru> In-Reply-To: <4AD95493.40200@mail.ru> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Spam: Not detected X-Mras: Ok Subject: Re: dummynet dropping too many packets X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 17 Oct 2009 05:28:09 -0000 rihad wrote: > so the rules are silently failing without any trace in the log files > - I only saw the errors at the console. > It turns out to be quite easy to fix the logging: from /etc/syslog.conf: # uncomment this to log all writes to /dev/console to /var/log/console.log #console.info /var/log/console.log but the sysctl->ipfw rc inconsistency there still is.