From owner-freebsd-ipfw@FreeBSD.ORG Thu Sep 10 06:37:29 2009 Return-Path: Delivered-To: freebsd-ipfw@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 47F05106566C for ; Thu, 10 Sep 2009 06:37:29 +0000 (UTC) (envelope-from bounces@nabble.com) Received: from kuber.nabble.com (kuber.nabble.com [216.139.236.158]) by mx1.freebsd.org (Postfix) with ESMTP id 249208FC1E for ; Thu, 10 Sep 2009 06:37:28 +0000 (UTC) Received: from isper.nabble.com ([192.168.236.156]) by kuber.nabble.com with esmtp (Exim 4.63) (envelope-from ) id 1Mlcyc-0007HS-BO for freebsd-ipfw@freebsd.org; Wed, 09 Sep 2009 23:17:50 -0700 Message-ID: <25377926.post@talk.nabble.com> Date: Wed, 9 Sep 2009 23:17:50 -0700 (PDT) From: mkarjal To: freebsd-ipfw@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Nabble-From: matti.karjalainen@nsn.com Subject: IPFW and SCTP port number X-BeenThere: freebsd-ipfw@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: IPFW Technical Discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 10 Sep 2009 06:37:29 -0000 Hi, I'm trying to catch SCTP packets with IPFW by SCTP port numbers, should it be working or not? Or is there some different syntax for this? "ipfw add count sctp from any to any" works, counts all SCTP packets. "ipfw add count sctp from any 49606 to any" does not work. Counters show zero reading. I have tried adding IP address, with different port ranges and combinations. I have tested this with 7.2-RELEASE and 8.0-BETA3. regards, Matti -- View this message in context: http://www.nabble.com/IPFW-and-SCTP-port-number-tp25377926p25377926.html Sent from the freebsd-ipfw mailing list archive at Nabble.com.