From owner-freebsd-questions Wed Aug 9 3:37:20 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mail.rdc1.tn.home.com (ha1.rdc1.tn.home.com [24.2.7.66]) by hub.freebsd.org (Postfix) with ESMTP id 96F0A37BE01 for ; Wed, 9 Aug 2000 03:37:17 -0700 (PDT) (envelope-from williamsl@home.com) Received: from RELIABLE ([24.4.115.31]) by mail.rdc1.tn.home.com (InterMail vM.4.01.02.00 201-229-116) with ESMTP id <20000809103717.CRHW1259.mail.rdc1.tn.home.com@RELIABLE>; Wed, 9 Aug 2000 03:37:17 -0700 Date: Wed, 9 Aug 2000 06:39:05 -0400 From: Ben Williams X-Mailer: The Bat! (v1.45) Personal Organization: Williams Enterprises X-Priority: 3 (Normal) Message-ID: <10320686036.20000809063905@home.com> To: "Daryl Chance" Cc: "FreeBSD Questions" , "FreeBSD IPFW" Subject: Re: IPFW rule rewrite to be more "flexable" and "readable" In-reply-To: <000b01c0016c$a0e2fca0$0200000a@development1> References: <000b01c0016c$a0e2fca0$0200000a@development1> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Have you tried using ' (single quotes) instead of " (double quotes)? --Ben Williams mailto:received@email dot com Quoting Daryl Chance Wednesday, August 09, 2000 > Hi, > I'm in the process of changing my ipfw rules to be a little more flexable > and readable. basiclaly i'm changing the rules from: > ipfw add allow tcp from any to any 21 > to: > ipfw add allow tcp from any to any ftp > I'm having a problem with ftp-data(port 20) though. ipfw won't accept it in > "" > or ''. it keeps thinking i'm trying to pass it a port range. Here's the > actual > message: > $ ipfw add allow tcp from any "ftp-data" to any setup > ipfw: unknown port ``data'' > Is there ANY way to get this to work, or is this a known issue that needs to > be > fixed. > Thanks, > Daryl Chance > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message