From owner-freebsd-current@FreeBSD.ORG Thu Dec 16 08:06:19 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BA52516A4CF for ; Thu, 16 Dec 2004 08:06:19 +0000 (GMT) Received: from smtp02.net-yan.com (smtp02.hgcbroadband.com [210.0.255.157]) by mx1.FreeBSD.org (Postfix) with ESMTP id DB78B43D58 for ; Thu, 16 Dec 2004 08:06:18 +0000 (GMT) (envelope-from sam.wun@authtec.com) Received: (qmail 9163 invoked from network); 16 Dec 2004 08:06:18 -0000 Received: from unknown (HELO [192.168.4.70]) (samwun@hgcbroadband.com@[221.126.236.217]) (envelope-sender ) by localhost (qmail-ldap-1.03) with SMTP for ; 16 Dec 2004 08:06:18 -0000 Message-ID: <41C141D4.9030303@authtec.com> Date: Thu, 16 Dec 2004 16:05:40 +0800 From: sam wun User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7) Gecko/20040616 X-Accept-Language: en-us, en MIME-Version: 1.0 To: current@freebsd.org, freebsd-pf@freebsd.org Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Subject: pfctl -t private_ips -vTshow X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Dec 2004 08:06:19 -0000 Hi The following pfctl command returns error # pfctl -t private_ips -vTshow pfctl: Table does not exist. The table optin is defined in he pf.conf as shown below: table { 10.0.0.0/8, !10.1.0.0/16, 192.168.0.0/24, 192.168.1.18 } Have I used incorrect syntax? Thanks Sam.