Date: Tue, 8 Aug 2000 14:12:40 -0500 From: "Daryl Chance" <dchance@valuedata.net> To: "FreeBSD Questions" <questions@freebsd.org>, "FreeBSD IPFW" <ipfw@freesd.org> Subject: IPFW rule rewrite to be more "flexable" and "readable" Message-ID: <000b01c0016c$a0e2fca0$0200000a@development1>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?000b01c0016c$a0e2fca0$0200000a>