From owner-freebsd-pf@FreeBSD.ORG Sat Jul 27 16:12:24 2013 Return-Path: Delivered-To: freebsd-pf@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 ESMTP id 4F6B9FCD for ; Sat, 27 Jul 2013 16:12:24 +0000 (UTC) (envelope-from yeris@netcrc.net) Received: from mail.netcrc.net (mail.netcrc.net [190.124.246.246]) by mx1.freebsd.org (Postfix) with ESMTP id 195242B2E for ; Sat, 27 Jul 2013 16:12:23 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netcrc.net (Postfix) with ESMTP id 5D4525343C6 for ; Sat, 27 Jul 2013 10:06:57 -0600 (CST) X-Virus-Scanned: Debian amavisd-new at mail.netcrc.net Received: from mail.netcrc.net ([127.0.0.1]) by localhost (mail.netcrc.net [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id aNZpHeogky0K for ; Sat, 27 Jul 2013 10:06:56 -0600 (CST) Received: from [192.168.50.110] (unknown [190.124.246.29]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) (Authenticated sender: yeris@netcrc.net) by mail.netcrc.net (Postfix) with ESMTPSA id A9E825343C5 for ; Sat, 27 Jul 2013 10:06:56 -0600 (CST) Message-ID: <51F3F06F.4000101@netcrc.net> Date: Sat, 27 Jul 2013 10:08:15 -0600 From: Yeris Antonio Madrigal Castro User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130623 Thunderbird/17.0.7 MIME-Version: 1.0 To: freebsd-pf@freebsd.org Subject: pf log script issue References: <51F30C00.2000007@netcrc.cr> In-Reply-To: <51F30C00.2000007@netcrc.cr> X-Enigmail-Version: 1.5.2 X-Forwarded-Message-Id: <51F30C00.2000007@netcrc.cr> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.14 X-BeenThere: freebsd-pf@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Technical discussion and general questions about packet filter \(pf\)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 27 Jul 2013 16:12:24 -0000 Hi I am using freebsd 9.1 R, and i am trying to make the pf firewall to log to the syslog. I am using the script at the openbsd fag: http://www.openbsd.org/faq/pf/logging.html The script works 100% if I run it manually, but when crontab runs it as root, the tcpdump wont work. I would appreciate any help. Regards ** **