Date: Wed, 9 Aug 2000 06:39:05 -0400 From: Ben Williams <williamsl@home.com> To: "Daryl Chance" <dchance@valuedata.net> Cc: "FreeBSD Questions" <questions@FreeBSD.ORG>, "FreeBSD IPFW" <ipfw@freesd.org> Subject: Re: IPFW rule rewrite to be more "flexable" and "readable" Message-ID: <10320686036.20000809063905@home.com> In-Reply-To: <000b01c0016c$a0e2fca0$0200000a@development1> References: <000b01c0016c$a0e2fca0$0200000a@development1>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?10320686036.20000809063905>