From owner-freebsd-pf@FreeBSD.ORG Tue Mar 6 17:23:32 2007 Return-Path: X-Original-To: freebsd-pf@freebsd.org Delivered-To: freebsd-pf@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 26A8B16A404 for ; Tue, 6 Mar 2007 17:23:32 +0000 (UTC) (envelope-from stom@free.fr) Received: from postfix1-g20.free.fr (postfix1-g20.free.fr [212.27.60.42]) by mx1.freebsd.org (Postfix) with ESMTP id DD2E113C4A6 for ; Tue, 6 Mar 2007 17:23:31 +0000 (UTC) (envelope-from stom@free.fr) Received: from smtp2-g19.free.fr (smtp2-g19.free.fr [212.27.42.28]) by postfix1-g20.free.fr (Postfix) with ESMTP id D82B1B080A0 for ; Tue, 6 Mar 2007 17:58:21 +0100 (CET) Received: from btn.mine.nu (tok69-1-82-67-36-224.fbx.proxad.net [82.67.36.224]) by smtp2-g19.free.fr (Postfix) with ESMTP id E917E8BF64; Tue, 6 Mar 2007 17:58:19 +0100 (CET) Received: from localhost (localhost.localdomain [127.0.0.1]) by btn.mine.nu (Postfix) with ESMTP id 3EB3047EE6; Tue, 6 Mar 2007 17:57:48 +0100 (CET) Received: from btn.mine.nu ([127.0.0.1]) by localhost (btn.mine.nu [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 16279-06; Tue, 6 Mar 2007 17:57:48 +0100 (CET) Received: from [192.168.1.200] (windows.donblas.lan [192.168.1.200]) by btn.mine.nu (Postfix) with ESMTP id 1825747EE5; Tue, 6 Mar 2007 17:57:48 +0100 (CET) Message-ID: <45ED9DAB.6000306@free.fr> Date: Tue, 06 Mar 2007 17:58:19 +0100 From: Philippe Laquet User-Agent: Thunderbird 1.5.0.7 (X11/20061027) MIME-Version: 1.0 To: "rance@frontiernet.net" References: <20070306164250.n8w9y8c39x204cs0@webmail.frontiernet.net> In-Reply-To: <20070306164250.n8w9y8c39x204cs0@webmail.frontiernet.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new-20030616-p10 (Debian) at btn.mine.nu Cc: freebsd-pf@freebsd.org Subject: Re: adding to pf rules dynamically via a script X-BeenThere: freebsd-pf@freebsd.org X-Mailman-Version: 2.1.5 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: Tue, 06 Mar 2007 17:23:32 -0000 Hi You can probably use anchors and / or tables to do that under PF If you need some help to port your Linux IPTables' script to PF do not hesitate! For further info & doc : http://www.openbsd.org/faq/pf/ :P Kind Regards, Philippe Laquet. rance@frontiernet.net wrote: > could someone be so kind as to point to an example I can study as to > how to add pf rules via a log monitoring script Im trying to port from > linux. > > I know it can be done, but none of the docs I'm reading show how. > > I think I'm understanding that this is done with an anchor. > > but I'm having trouble finding a documented example I can study and > learn from. > > Anybody know of a good doc on this, or have a well documented example > they woulnt mind sharing? > > > > _______________________________________________ > freebsd-pf@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-pf > To unsubscribe, send any mail to "freebsd-pf-unsubscribe@freebsd.org"