From owner-freebsd-questions@FreeBSD.ORG Fri Dec 28 00:10:54 2007 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 F041716A419 for ; Fri, 28 Dec 2007 00:10:54 +0000 (UTC) (envelope-from admin2@enabled.com) Received: from typhoon.enabled.com (typhoon.enabled.com [216.218.220.21]) by mx1.freebsd.org (Postfix) with ESMTP id D69E613C44B for ; Fri, 28 Dec 2007 00:10:54 +0000 (UTC) (envelope-from admin2@enabled.com) Received: from Macintosh-5.local (natint3.juniper.net [66.129.224.36]) (authenticated bits=0) by typhoon.enabled.com (8.14.1/8.14.1) with ESMTP id lBRNln0C072633 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT) for ; Thu, 27 Dec 2007 15:47:50 -0800 (PST) (envelope-from admin2@enabled.com) Message-ID: <47743999.3010908@enabled.com> Date: Thu, 27 Dec 2007 15:47:37 -0800 From: Noah User-Agent: Thunderbird 2.0.0.9 (Macintosh/20071031) MIME-Version: 1.0 To: User Questions Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: removing ipfw rules 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: Fri, 28 Dec 2007 00:10:55 -0000 Hi, I have two ipfw rules that I want to remove. They are viewable with the "ipfw show" command --- snip --- 06600 0 0 allow ip from any to any proto tcp src-ip 66.66.66.66 dst-port 22 06700 0 0 allow ip from any to any proto tcp src-ip 66.66.66.66 dst-port 22 --- snip ---- I am typing the command "/sbin/ipfw -q delete pass proto tcp src-ip 66.66.66.66 dst-port 22" but both lines remain. What am I doing wrong? Cheers, Noah