From owner-freebsd-questions@FreeBSD.ORG Thu Dec 30 14:06:27 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A115E16A4CE for ; Thu, 30 Dec 2004 14:06:27 +0000 (GMT) Received: from fledge.watson.org (fledge.watson.org [204.156.12.50]) by mx1.FreeBSD.org (Postfix) with ESMTP id 259CE43D60 for ; Thu, 30 Dec 2004 14:06:27 +0000 (GMT) (envelope-from robert@fledge.watson.org) Received: from fledge.watson.org (localhost [127.0.0.1]) by fledge.watson.org (8.13.1/8.13.1) with ESMTP id iBUE31b5074786; Thu, 30 Dec 2004 09:03:01 -0500 (EST) (envelope-from robert@fledge.watson.org) Received: from localhost (robert@localhost)iBUE31Cr074783; Thu, 30 Dec 2004 14:03:01 GMT (envelope-from robert@fledge.watson.org) Date: Thu, 30 Dec 2004 14:03:01 +0000 (GMT) From: Robert Watson X-Sender: robert@fledge.watson.org To: ann kok In-Reply-To: <20041229195404.39577.qmail@web52008.mail.yahoo.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: freebsd-questions@FreeBSD.org Subject: Re: icmp message in the log file X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Dec 2004 14:06:27 -0000 On Wed, 29 Dec 2004, ann kok wrote: > I got big bandwidth traffic from outside and there are messages the > following > > and I don't know what is the meaning! > > eg: ICMP:52.29 0.108.84.77 > > in /var/log/messages It looks like ICMP packets may be matching a "log" rule in your rule chain. Does your ipfw rule set include "log" actions? Robert Watson