From owner-freebsd-questions@FreeBSD.ORG Tue Mar 1 03:20:18 2005 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 846AF16A4CE for ; Tue, 1 Mar 2005 03:20:18 +0000 (GMT) Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.207]) by mx1.FreeBSD.org (Postfix) with ESMTP id 30CFE43D2D for ; Tue, 1 Mar 2005 03:20:18 +0000 (GMT) (envelope-from freebsd.ml@gmail.com) Received: by wproxy.gmail.com with SMTP id 49so53530wri for ; Mon, 28 Feb 2005 19:20:17 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:mime-version:content-type:content-transfer-encoding; b=rmrdSDOnak+nSPE1jkzIn45KLt8SdkqCozBhJ8A05iwdxs2wsm106RqflGFEFbsD7uXvil97xwDwknUD+r2RP9kxkQCtRsQXA50JTtjDnThrQtarZVD1Skr4nj+KE4Pya8RwAguzOuDskGHYs8Mb9hXvyzfgZebzQhs6Cyj1qPA= Received: by 10.54.17.14 with SMTP id 14mr221027wrq; Mon, 28 Feb 2005 19:20:17 -0800 (PST) Received: by 10.54.20.64 with HTTP; Mon, 28 Feb 2005 19:20:17 -0800 (PST) Message-ID: Date: Tue, 1 Mar 2005 11:20:17 +0800 From: FreeBSD MailingLists To: questions Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: pf issues with anchor X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: FreeBSD MailingLists List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 01 Mar 2005 03:20:18 -0000 I recently installed 5.3. updated source and recompiled the kernel and world. now up to 5.4-PreRelase. I decided to try PF instead of IPFW that I am used to... I was setting up a simple pf.conf to test using anchors block in all pass in quick on em1 all anchor ssh-anchor load anchor ssh-anchor from "/etc/pf.ssh" when I start pf I get: Enabling pf. /etc/pf.conf:4: anchor '(null)' invalid pfctl: Syntax error in config file: pf rules not loaded pf enabled what am I doing wrong? TIA, Tomoki