From owner-freebsd-questions@FreeBSD.ORG Fri Jan 17 04:53:26 2014 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 5075F541 for ; Fri, 17 Jan 2014 04:53:26 +0000 (UTC) Received: from kuller.raad.tartu.ee (kuller.raad.tartu.ee [213.184.43.8]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 01BB31D81 for ; Fri, 17 Jan 2014 04:53:25 +0000 (UTC) Received: from kuller.raad.tartu.ee (localhost [127.0.0.1]) by kuller.raad.tartu.ee (Postfix) with ESMTP id 278413986E; Fri, 17 Jan 2014 06:53:23 +0200 (EET) X-Virus-Scanned: amavisd-new at post.raad.tartu.ee Received: from kuller.raad.tartu.ee ([127.0.0.1]) by kuller.raad.tartu.ee (kuller.raad.tartu.ee [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 0q8_RQBOmYAB; Fri, 17 Jan 2014 06:53:18 +0200 (EET) Received: by kuller.raad.tartu.ee (Postfix, from userid 80) id 224A839845; Fri, 17 Jan 2014 06:53:18 +0200 (EET) Received: from 76.20.190.90.dyn.estpak.ee (76.20.190.90.dyn.estpak.ee [90.190.20.76]) by webmail.raad.tartu.ee (Horde Framework) with HTTP; Fri, 17 Jan 2014 06:53:17 +0200 Message-ID: <20140117065317.61967iefdlygzwo4@webmail.raad.tartu.ee> Date: Fri, 17 Jan 2014 06:53:17 +0200 From: Toomas Aas To: nightrecon@hotmail.com Subject: RE: about pfctl References: <102201ce0478$23453d90$69cfb8b0$@ihlas.net.tr> <44mwvh5lfn.fsf@lowell-desk.lan> <10a201ce049d$6c4375a0$44ca60e0$@ihlas.net.tr> <010801cf11ed$03a99340$0afcb9c0$@ihlas.net.tr> <20140116222918.319028hnbra5z85c@webmail.raad.tartu.ee> In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; DelSp="Yes"; format="flowed" Content-Disposition: inline Content-Transfer-Encoding: 7bit User-Agent: Internet Messaging Program (IMP) H3 (4.3.7) X-Originating-IP: 90.190.20.76 Cc: freebsd-questions@freebsd.org X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Jan 2014 04:53:26 -0000 Hello! On Thu, 16 Jan 2014 Michael Powell wrote: > Toomas Aas wrote: > >> On Wed, 15 Jan 2014 Ahmet Bulut wrote: >> >>> I have a serious problem about pfctl statics. When I put "pfctl -t >>> tablename -vT show" I can not see the statics for each ip. >>> >>> I am getting the results like below, >>> >>> 192.168.3.115 >>> Cleared: Wed Jan 15 13:33:11 2014 >>> 192.168.3.116 >>> Cleared: Wed Jan 15 13:33:11 2014 >>> 192.168.3.117 >>> Cleared: Wed Jan 15 13:33:11 2014 >>> 192.168.3.118 >>> Cleared: Wed Jan 15 13:33:11 2014 >>> 192.168.3.239 >>> Cleared: Wed Jan 15 13:33:11 2014 >>> 192.168.3.242 >>> Cleared: Wed Jan 15 13:33:11 2014 >> >> Me too. The command given by Ahmet works as expected on FreeBSD 8.4, >> but not on 10.0-RC5. >> >> The pfctl manpage has an example of slightly different syntax: >> # pfctl -t tablename -vTshow >> >> ...but that misbehaves exactly the same way. >> > > Does is behave differently if you do: pfctl -T show -t irchost - where > 'irchost' is the table name for your table? That is what I do, but it is > also on version 9.2 Release. That command runs correctly for me on 10.0-RC5. Seems that only the -v switch is misbehaving. -- Toomas Aas