From owner-freebsd-questions@FreeBSD.ORG Sun May 11 23:01:56 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8813237B401 for ; Sun, 11 May 2003 23:01:56 -0700 (PDT) Received: from spork.pantherdragon.org (spork.pantherdragon.org [206.29.168.146]) by mx1.FreeBSD.org (Postfix) with ESMTP id E4E4943FE9 for ; Sun, 11 May 2003 23:01:55 -0700 (PDT) (envelope-from dmp@pantherdragon.org) Received: from sparx.techno.pagans (12-224-208-117.client.attbi.com [12.224.208.117]) by spork.pantherdragon.org (Postfix) with ESMTP id 9AE9DFDB9 for ; Sun, 11 May 2003 23:01:55 -0700 (PDT) Received: from speck.techno.pagans (speck.techno.pagans [172.21.42.2]) by sparx.techno.pagans (Postfix) with SMTP id 3FF0DA913 for ; Sun, 11 May 2003 23:01:54 -0700 (PDT) Date: Sun, 11 May 2003 23:01:41 -0700 From: Darren Pilgrim To: questions@freebsd.org Message-Id: <20030511230141.3b7720db.dmp@pantherdragon.org> X-Mailer: Sylpheed version 0.8.9claws (GTK+ 1.2.10; i386-portbld-freebsd5.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: ipfw's "or-blocks" feature isn't working? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 May 2003 06:01:56 -0000 In my ruleset I have a rule with an "or-block" in it: ipfw add pass tcp from \{ ${oip} or ${inet} \} to 192.168.100.1 80 keep-state But when ipfw loads the rules, it returns "ipfw: hostname ''{'' unknown". The man page says the syntax is fine, so I'm stumped. Can someone explain why this isn't working?