From owner-freebsd-questions@FreeBSD.ORG  Tue Nov 11 08:24:16 2003
Return-Path: <owner-freebsd-questions@FreeBSD.ORG>
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 173F816A4CE
	for <freebsd-questions@freebsd.org>;
	Tue, 11 Nov 2003 08:24:16 -0800 (PST)
Received: from ns1.tiadon.com (SMTP.tiadon.com [69.27.132.161])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 1FCEF43FCB
	for <freebsd-questions@freebsd.org>;
	Tue, 11 Nov 2003 08:24:15 -0800 (PST)	(envelope-from kdk@daleco.biz)
Received: from daleco.biz ([69.27.131.0]) by ns1.tiadon.com with Microsoft
	SMTPSVC(6.0.3790.0);	 Tue, 11 Nov 2003 10:27:01 -0600
Message-ID: <3FB10D24.9080005@daleco.biz>
Date: Tue, 11 Nov 2003 10:24:04 -0600
From: "Kevin D. Kinsey, DaleCo, S.P." <kdk@daleco.biz>
User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.4) Gecko/20030920
X-Accept-Language: en-us, en
MIME-Version: 1.0
To: Shawn Guillemette <shawn@guillemette.org>
References: <006201c3a7ff$a9b227b0$6701a8c0@tacstation>
In-Reply-To: <006201c3a7ff$a9b227b0$6701a8c0@tacstation>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit
X-OriginalArrivalTime: 11 Nov 2003 16:27:01.0781 (UTC)
	FILETIME=[A2CF6450:01C3A870]
cc: freebsd-questions@freebsd.org
Subject: Re: ipfw question
X-BeenThere: freebsd-questions@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: User questions <freebsd-questions.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>,
	<mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions>
List-Post: <mailto:freebsd-questions@freebsd.org>
List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>,
	<mailto:freebsd-questions-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Tue, 11 Nov 2003 16:24:16 -0000

Shawn Guillemette wrote:

>Looking at ipfw show 
>
>63000    0      0     deny log logamount 100 udp from any to any 119 via sis0
>63000   24   1152  deny log logamount 100 tcp from any to any 135 via sis0
>63000    0      0     deny log logamount 100 udp from any to any 135 via sis0
>
>63000 is the rule number correct?
>

Yes it is; but I'm not sure how ipfw reacts
when you have 3 rules that all have the same
number ... I'd test it thoroughly at the very least.

>IM wondering what the other 2 places are.. 
>
>24  and 1152
>

IIRC (and maybe I don't) that is the
number of packets received that
match this rule (24) and the total
size of those packets (in Bytes??)

>
>Are they inbound and outbound?
>  
>

No.

>Do I make any sence?
>  
>

Some  ;-)

>There is no place like 127.0.0.1
>  
>

Don't you mean "There's no place like '~' ???

Kevin Kinsey
DaleCo, S.P.