From owner-freebsd-questions@FreeBSD.ORG Mon Sep 12 07:55:01 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org 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 CF7C516A41F for ; Mon, 12 Sep 2005 07:55:01 +0000 (GMT) (envelope-from parv@pair.com) Received: from mta13.adelphia.net (mta13.adelphia.net [68.168.78.44]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3572443D46 for ; Mon, 12 Sep 2005 07:55:00 +0000 (GMT) (envelope-from parv@pair.com) Received: from default.chvlva.adelphia.net ([69.160.76.67]) by mta13.adelphia.net (InterMail vM.6.01.04.01 201-2131-118-101-20041129) with ESMTP id <20050912075500.JNLU12299.mta13.adelphia.net@default.chvlva.adelphia.net>; Mon, 12 Sep 2005 03:55:00 -0400 Received: by default.chvlva.adelphia.net (Postfix, from userid 1000) id ADB4FB558; Mon, 12 Sep 2005 03:54:59 -0400 (EDT) Date: Mon, 12 Sep 2005 03:54:59 -0400 From: Parv To: Bob Perry Message-ID: <20050912075459.GB85219@holestein.holy.cow> Mail-Followup-To: Bob Perry , "freebsd-questions@freebsd.org" References: <1126485205.806.27.camel@homey.my.domain> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1126485205.806.27.camel@homey.my.domain> Cc: "freebsd-questions@freebsd.org" Subject: Re: Unable to Replace Currently Running IPF Rules With IPF Command X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: f-q List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 Sep 2005 07:55:01 -0000 in message <1126485205.806.27.camel@homey.my.domain>, wrote Bob Perry thusly... > > I notice that when I attempt to replace the currently running > ruleset, my system (FreeBSD 5.4 RELEASE) is unable to recognize > the file name. For instance, the command, "ipf -Fa -f > /etc/ipf.rules" results in "26: unknown words at end: [/], ipf: > /etc/ipf.rules: parse error (1), quitting." There is no problem w/ the system not recoginizing the file per se, as ipf(8) parses some of the rules before line 26. The error seems to be w/ the (rule on) line 26 of /etc/ipf.rules. Care to show what you have in there? - Parv --