From owner-freebsd-questions@FreeBSD.ORG Tue Jun 16 09:31:27 2009 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 EA9DD106566B for ; Tue, 16 Jun 2009 09:31:27 +0000 (UTC) (envelope-from oxyopes@googlemail.com) Received: from mail-ew0-f212.google.com (mail-ew0-f212.google.com [209.85.219.212]) by mx1.freebsd.org (Postfix) with ESMTP id 7FCE98FC1A for ; Tue, 16 Jun 2009 09:31:27 +0000 (UTC) (envelope-from oxyopes@googlemail.com) Received: by ewy8 with SMTP id 8so4891067ewy.43 for ; Tue, 16 Jun 2009 02:31:26 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:mime-version:received:date:message-id:subject :from:to:content-type:content-transfer-encoding; bh=d9EAXURlhnY0ZAyPCDq+ityMg1KY4AgzTlDFX46TUMY=; b=ESV3xkttEqyV7lyZrIvOfSy5ZstgGadfTiVZcdssiGa9hb+EPz2TpSpCMzbEcTpBWN ph395csjPKsstSKfjXIXJESMU0b3xtSGl8AJV0XZy+zKfgzCp6Dvipxziz8AACRThy2V UF3t8N61Uy08kK3TuuF8a+RDNMLp+Blhgax9g= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type :content-transfer-encoding; b=uaVr0wPGjxGRLdTS/uMngzX+uvlFSfLlG9+LYi86wHkyAuySwpX/hGpv2DxCp17ue2 viTXq44FwjIbvVZgu1EiYqdGgZjlky9ZaOmCFnUl1gYfwBip3tzdMGVLLCHYLZ0708mT vOpobBEZg60Uw9kijLh32pxEU+eEEcnZrYlOU= MIME-Version: 1.0 Received: by 10.210.53.1 with SMTP id b1mr9409202eba.78.1245143434745; Tue, 16 Jun 2009 02:10:34 -0700 (PDT) Date: Tue, 16 Jun 2009 11:10:34 +0200 Message-ID: <98aa46640906160210n35c4b5fck6e151ff03396bb09@mail.gmail.com> From: oxy To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: ipmon-like tool for ipfw 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, 16 Jun 2009 09:31:28 -0000 Hi, I' ve being searching but found no direct way to monitor indivitually logged entries of ipfw in real time. Something like ipmon from ipf. >From the ipfw --option command i get only summaries. How do i get real time logs on my screen? Thanks in advance ...