From owner-freebsd-questions@FreeBSD.ORG Thu Apr 26 23:17:16 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 67EB216A407 for ; Thu, 26 Apr 2007 23:17:16 +0000 (UTC) (envelope-from zbyszek@szalbot.homedns.org) Received: from lists.lc-words.com (lists.lc-words.com [83.19.156.210]) by mx1.freebsd.org (Postfix) with ESMTP id 271DA13C480 for ; Thu, 26 Apr 2007 23:17:16 +0000 (UTC) (envelope-from zbyszek@szalbot.homedns.org) Received: from [192.168.11.7] (helo=[192.168.0.100]) by lists.lc-words.com with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.66 (FreeBSD)) (envelope-from ) id 1HhDEI-0009BP-1H for freebsd-questions@freebsd.org; Fri, 27 Apr 2007 01:18:26 +0200 Message-ID: <463132D5.2090602@szalbot.homedns.org> Date: Fri, 27 Apr 2007 01:16:37 +0200 From: Zbigniew Szalbot User-Agent: Thunderbird 2.0.0.0 (Windows/20070326) MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-2; format=flowed Content-Transfer-Encoding: 7bit Subject: pfctl syntax error X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 26 Apr 2007 23:17:16 -0000 Hello, Can you please help me troubleshoot pfctl problem. I want to store table data in /etc/pfspammers so I created the file and also put in the pf.conf table definition on line 18 table persist file /etc/pfspammers and added a rule to block tcp connections if an IP is in /etc/pfspammers When I reload pfctl, I get a warning: No ALTQ support in kernel ALTQ related functions disabled /etc/pf.conf:18: syntax error pfctl: Syntax error in config file: pf rules not loaded What should I change to get rid of this error? Thanks! Zbigniew Szalbot