From owner-freebsd-pf@FreeBSD.ORG Mon Feb 4 00:06:42 2008 Return-Path: Delivered-To: freebsd-pf@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6581916A417 for ; Mon, 4 Feb 2008 00:06:42 +0000 (UTC) (envelope-from bounces@nabble.com) Received: from kuber.nabble.com (kuber.nabble.com [216.139.236.158]) by mx1.freebsd.org (Postfix) with ESMTP id 4734313C447 for ; Mon, 4 Feb 2008 00:06:42 +0000 (UTC) (envelope-from bounces@nabble.com) Received: from isper.nabble.com ([192.168.236.156]) by kuber.nabble.com with esmtp (Exim 4.63) (envelope-from ) id 1JLoZk-0006IK-0G for freebsd-pf@freebsd.org; Sun, 03 Feb 2008 15:48:40 -0800 Message-ID: <15260126.post@talk.nabble.com> Date: Sun, 3 Feb 2008 15:48:40 -0800 (PST) From: cnupm To: freebsd-pf@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Nabble-From: sizov@phys.ru Subject: altq: dynamic queues 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: Mon, 04 Feb 2008 00:06:42 -0000 My English is no good, so I tried to describe what I want at this example: ### /etc/pf.conf altq on bge0 bandwidth 10Mb hfsc queue { u1_in, u1_out, u2_in, u2_out...} anchor users_queues block all anchor users_rules ### When user connected - teke parameter $x from DB (for example) and execute: echo "queue u1_in bandwidth 1Kb hfsc (upperlimit $xKb)" | pfctl -a user_queues:u1_in -f - echo "queue u1_out bandwidth 1Kb hfsc (upperlimit $xKb)" | pfctl -a user_queues:u1_out -f - *** ... users_rules... *** I know: it doesn't works - it's simplest way (with my English) to explain what I wont. How to dynamicly create/delete queues? -- View this message in context: http://www.nabble.com/altq%3A-dynamic-queues-tp15260126p15260126.html Sent from the freebsd-pf mailing list archive at Nabble.com. From owner-freebsd-pf@FreeBSD.ORG Mon Feb 4 07:13:48 2008 Return-Path: Delivered-To: freebsd-pf@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 70D6C16A417 for ; Mon, 4 Feb 2008 07:13:48 +0000 (UTC) (envelope-from guntis@rixtel.com) Received: from bute.rixtel.com (bute.rixtel.com [159.148.78.40]) by mx1.freebsd.org (Postfix) with ESMTP id 2626013C457 for ; Mon, 4 Feb 2008 07:13:47 +0000 (UTC) (envelope-from guntis@rixtel.com) Received: from localhost (localhost.rixtel.com [127.0.0.1]) by bute.rixtel.com (Postfix) with ESMTP id 65FD71CC2E for ; Mon, 4 Feb 2008 08:36:22 +0200 (EET) X-Virus-Scanned: amavisd-new at rixtel.com Received: from bute.rixtel.com ([127.0.0.1]) by localhost (bute.rixtel.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 71n78uHZWWyz for ; Mon, 4 Feb 2008 08:36:19 +0200 (EET) Received: from [192.168.10.105] (localhost.rixtel.com [127.0.0.1]) (Authenticated sender: guntis@rixtel.com) by bute.rixtel.com (Postfix) with ESMTP id 38AE81CC28 for ; Mon, 4 Feb 2008 08:36:19 +0200 (EET) From: Guntis Bumburs Organization: Rixtel To: freebsd-pf@freebsd.org Date: Mon, 4 Feb 2008 08:36:18 +0200 User-Agent: KMail/1.9.7 References: <15260126.post@talk.nabble.com> In-Reply-To: <15260126.post@talk.nabble.com> X-Face: $dO4505L-bM3\Iz"(=?utf-8?q?V=3Dy=2EbL/75=7B5ys3=3AB=5B-aPBQvs*Z=25fdBqFhvc85hmZN4j1kwRzwvY*?= =?utf-8?q?R=0A=094nvQ/=23/+kWXH?=((aXWh\%mvG1V()Z0k:NwZAIu\S0d1%,nv`^ MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200802040836.18611.guntis@rixtel.com> Subject: Re: altq: dynamic queues 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: Mon, 04 Feb 2008 07:13:48 -0000 On Monday 04 February 2008 01:48:40 cnupm wrote: > > My English is no good, so I tried to describe what I want at this example: > > ### /etc/pf.conf > altq on bge0 bandwidth 10Mb hfsc queue { u1_in, u1_out, u2_in, u2_out...} > anchor users_queues > > block all > anchor users_rules > > ### When user connected - teke parameter $x from DB (for example) and > execute: > echo "queue u1_in bandwidth 1Kb hfsc (upperlimit $xKb)" | pfctl -a > user_queues:u1_in -f - > echo "queue u1_out bandwidth 1Kb hfsc (upperlimit $xKb)" | pfctl -a > user_queues:u1_out -f - > *** ... users_rules... *** > > I know: it doesn't works - it's simplest way (with my English) to explain > what I wont. > How to dynamicly create/delete queues? Hello, It's no possible. You can't define queues in anchors. ANCHORS Besides the main ruleset, pfctl(8) can load rulesets into anchor attach- ment points. An anchor is a container that can hold rules, address tables, and other anchors. -- Best Regards, Guntis Bumburs From owner-freebsd-pf@FreeBSD.ORG Mon Feb 4 11:07:05 2008 Return-Path: Delivered-To: freebsd-pf@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7F43816A49C for ; Mon, 4 Feb 2008 11:07:05 +0000 (UTC) (envelope-from owner-bugmaster@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 69EED13C46B for ; Mon, 4 Feb 2008 11:07:05 +0000 (UTC) (envelope-from owner-bugmaster@FreeBSD.org) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m14B75Em017348 for ; Mon, 4 Feb 2008 11:07:05 GMT (envelope-from owner-bugmaster@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m14B74aw017344 for freebsd-pf@FreeBSD.org; Mon, 4 Feb 2008 11:07:04 GMT (envelope-from owner-bugmaster@FreeBSD.org) Date: Mon, 4 Feb 2008 11:07:04 GMT Message-Id: <200802041107.m14B74aw017344@freefall.freebsd.org> X-Authentication-Warning: freefall.freebsd.org: gnats set sender to owner-bugmaster@FreeBSD.org using -f From: FreeBSD bugmaster To: freebsd-pf@FreeBSD.org Cc: Subject: Current problem reports assigned to freebsd-pf@FreeBSD.org 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: Mon, 04 Feb 2008 11:07:05 -0000 Current FreeBSD problem reports Critical problems S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/111220 pf [pf] repeatable hangs while manipulating pf tables 1 problem total. Serious problems S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/82271 pf [pf] cbq scheduler cause bad latency o kern/92949 pf [pf] PF + ALTQ problems with latency o kern/110698 pf [pf] nat rule of pf without "on" clause causes invalid o bin/116610 pf [patch] teach tcpdump(1) to cope with the new-style pf o kern/117827 pf [pf] [panic] kernel panic with pf and ng 5 problems total. Non-critical problems S Tracker Resp. Description -------------------------------------------------------------------------------- o sparc/93530 pf [pf] Incorrect checksums when using pf's route-to on s o kern/93825 pf [pf] pf reply-to doesn't work o kern/106400 pf [pf] fatal trap 12 at restart of PF with ALTQ if ng0 d s conf/110838 pf tagged parameter on nat not working on FreeBSD 5.2 o kern/114095 pf [carp] carp+pf delay with high state limit o kern/114567 pf [pf] LOR pf_ioctl.c + if.c f kern/116645 pf [request] pfctl -k does not work in securelevel 3 o kern/118355 pf [pf] [patch] pfctl help message options order false -t f kern/119661 pf [pf] "queue (someq, empy_acks)" doesn't work o kern/120057 pf [patch] Allow proper settings of ALTQ_HFSC. The check 10 problems total. From owner-freebsd-pf@FreeBSD.ORG Mon Feb 4 14:36:03 2008 Return-Path: Delivered-To: freebsd-pf@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E12F916A41B for ; Mon, 4 Feb 2008 14:36:03 +0000 (UTC) (envelope-from tom@tomjudge.com) Received: from tomjudge.vm.bytemark.co.uk (tomjudge.vm.bytemark.co.uk [80.68.91.100]) by mx1.freebsd.org (Postfix) with ESMTP id A5D2C13C4E5 for ; Mon, 4 Feb 2008 14:36:03 +0000 (UTC) (envelope-from tom@tomjudge.com) Received: from localhost (localhost [127.0.0.1]) by tomjudge.vm.bytemark.co.uk (Postfix) with ESMTP id 2A08B341E7; Mon, 4 Feb 2008 14:04:43 +0000 (GMT) Received: from tomjudge.vm.bytemark.co.uk ([127.0.0.1]) by localhost (tomjudge.vm.bytemark.co.uk [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id A24u6BQyJS5n; Mon, 4 Feb 2008 14:04:42 +0000 (GMT) Received: from [192.168.255.6] (unknown [192.168.255.6]) by tomjudge.vm.bytemark.co.uk (Postfix) with ESMTP id BDCF3340E8; Mon, 4 Feb 2008 14:04:41 +0000 (GMT) Message-ID: <47A71B7B.6020806@tomjudge.com> Date: Mon, 04 Feb 2008 14:04:43 +0000 From: Tom Judge User-Agent: Thunderbird 2.0.0.6 (X11/20071022) MIME-Version: 1.0 To: Guntis Bumburs References: <15260126.post@talk.nabble.com> <200802040836.18611.guntis@rixtel.com> In-Reply-To: <200802040836.18611.guntis@rixtel.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-pf@freebsd.org Subject: Re: altq: dynamic queues 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: Mon, 04 Feb 2008 14:36:04 -0000 Guntis Bumburs wrote: > On Monday 04 February 2008 01:48:40 cnupm wrote: >> My English is no good, so I tried to describe what I want at this example: >> >> ### /etc/pf.conf >> altq on bge0 bandwidth 10Mb hfsc queue { u1_in, u1_out, u2_in, u2_out...} >> anchor users_queues >> >> block all >> anchor users_rules >> >> ### When user connected - teke parameter $x from DB (for example) and >> execute: >> echo "queue u1_in bandwidth 1Kb hfsc (upperlimit $xKb)" | pfctl -a >> user_queues:u1_in -f - >> echo "queue u1_out bandwidth 1Kb hfsc (upperlimit $xKb)" | pfctl -a >> user_queues:u1_out -f - >> *** ... users_rules... *** >> >> I know: it doesn't works - it's simplest way (with my English) to explain >> what I wont. >> How to dynamicly create/delete queues? > > Hello, > > It's no possible. > You can't define queues in anchors. > > ANCHORS > Besides the main ruleset, pfctl(8) can load rulesets into anchor attach- > ment points. An anchor is a container that can hold rules, address > tables, and other anchors. > What you could do is define X queues to start with and then use the pre allocated queues in dynamically added rules. If you set them up as borrow you should be able to get the queues to scale fairly with the number of users connected. Tom From owner-freebsd-pf@FreeBSD.ORG Tue Feb 5 04:21:08 2008 Return-Path: Delivered-To: freebsd-pf@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9189A16A417; Tue, 5 Feb 2008 04:21:08 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 6A2D913C459; Tue, 5 Feb 2008 04:21:08 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (linimon@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m154L8vB004699; Tue, 5 Feb 2008 04:21:08 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m154L8bS004695; Tue, 5 Feb 2008 04:21:08 GMT (envelope-from linimon) Date: Tue, 5 Feb 2008 04:21:08 GMT Message-Id: <200802050421.m154L8bS004695@freefall.freebsd.org> To: linimon@FreeBSD.org, freebsd-bugs@FreeBSD.org, freebsd-pf@FreeBSD.org From: linimon@FreeBSD.org Cc: Subject: Re: kern/120281: [request] lost returning packets to PF for a rdr rule 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, 05 Feb 2008 04:21:08 -0000 Synopsis: [request] lost returning packets to PF for a rdr rule Responsible-Changed-From-To: freebsd-bugs->freebsd-pf Responsible-Changed-By: linimon Responsible-Changed-When: Tue Feb 5 04:20:58 UTC 2008 Responsible-Changed-Why: Over to maintainer(s). http://www.freebsd.org/cgi/query-pr.cgi?pr=120281 From owner-freebsd-pf@FreeBSD.ORG Wed Feb 6 20:28:12 2008 Return-Path: Delivered-To: freebsd-pf@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id EEB8416A468 for ; Wed, 6 Feb 2008 20:28:12 +0000 (UTC) (envelope-from m.pagulayan@auckland.ac.nz) Received: from mailhost.auckland.ac.nz (curly.its.auckland.ac.nz [130.216.12.33]) by mx1.freebsd.org (Postfix) with ESMTP id 6A22513C4E1 for ; Wed, 6 Feb 2008 20:28:12 +0000 (UTC) (envelope-from m.pagulayan@auckland.ac.nz) Received: from localhost (localhost.localdomain [127.0.0.1]) by mailhost.auckland.ac.nz (Postfix) with ESMTP id C57419C64D for ; Thu, 7 Feb 2008 09:28:11 +1300 (NZDT) X-Virus-Scanned: by amavisd-new at mailhost.auckland.ac.nz Received: from mailhost.auckland.ac.nz ([127.0.0.1]) by localhost (curly.its.auckland.ac.nz [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id Nlgx+cCd0LM4 for ; Thu, 7 Feb 2008 09:28:11 +1300 (NZDT) Received: from UXCHANGE2.UoA.auckland.ac.nz (uxcn2.itss.auckland.ac.nz [130.216.190.119]) by mailhost.auckland.ac.nz (Postfix) with ESMTP id 9E2769C63A for ; Thu, 7 Feb 2008 09:28:11 +1300 (NZDT) Received: from UXCHANGE1.UoA.auckland.ac.nz ([130.216.190.118]) by UXCHANGE2.UoA.auckland.ac.nz with Microsoft SMTPSVC(6.0.3790.1830); Thu, 7 Feb 2008 09:28:10 +1300 X-MimeOLE: Produced By Microsoft Exchange V6.5 Content-class: urn:content-classes:message MIME-Version: 1.0 Date: Thu, 7 Feb 2008 09:28:10 +1300 Message-ID: X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: enable multicast forwarding in the kernel Thread-Index: Acho/so/H0xI/iaCTrqZLPHvl3INEg== From: "Mark Pagulayan" To: X-OriginalArrivalTime: 06 Feb 2008 20:28:10.0961 (UTC) FILETIME=[CA920C10:01C868FE] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: enable multicast forwarding in the kernel 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: Wed, 06 Feb 2008 20:28:13 -0000 Hi Guys,=20 =20 I am customizing my own kernel, and part of it is enabling multicast forwarding. I have been trying to figure out how to enable multicast forwarding in the kernel for both ipv4 and ipv6 (e.g.net.inet.ip.mforwarding) but no luck. Can you please help on how to do this?=20 =20 =20 Cheers, =20 Mark=20 University of Auckland =20 From owner-freebsd-pf@FreeBSD.ORG Wed Feb 6 22:08:06 2008 Return-Path: Delivered-To: freebsd-pf@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D876F16A417 for ; Wed, 6 Feb 2008 22:08:06 +0000 (UTC) (envelope-from m.pagulayan@auckland.ac.nz) Received: from mailhost.auckland.ac.nz (larry.its.auckland.ac.nz [130.216.12.34]) by mx1.freebsd.org (Postfix) with ESMTP id 6F72413C45A for ; Wed, 6 Feb 2008 22:08:05 +0000 (UTC) (envelope-from m.pagulayan@auckland.ac.nz) Received: from localhost (localhost.localdomain [127.0.0.1]) by mailhost.auckland.ac.nz (Postfix) with ESMTP id B63CE1861D for ; Thu, 7 Feb 2008 11:08:03 +1300 (NZDT) X-Virus-Scanned: by amavisd-new at mailhost.auckland.ac.nz Received: from mailhost.auckland.ac.nz ([127.0.0.1]) by localhost (larry.its.auckland.ac.nz [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 8O+mfBD3s7xN for ; Thu, 7 Feb 2008 11:08:03 +1300 (NZDT) Received: from UXCHANGE2.UoA.auckland.ac.nz (uxcn2.itss.auckland.ac.nz [130.216.190.119]) by mailhost.auckland.ac.nz (Postfix) with ESMTP id 8045418611 for ; Thu, 7 Feb 2008 11:08:03 +1300 (NZDT) Received: from UXCHANGE1.UoA.auckland.ac.nz ([130.216.190.118]) by UXCHANGE2.UoA.auckland.ac.nz with Microsoft SMTPSVC(6.0.3790.1830); Thu, 7 Feb 2008 11:07:15 +1300 X-MimeOLE: Produced By Microsoft Exchange V6.5 Content-class: urn:content-classes:message MIME-Version: 1.0 Date: Thu, 7 Feb 2008 11:07:14 +1300 Message-ID: X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: version of PF on freebsd 7.0 Thread-Index: AchpDKFiB929LegMTK+jpU9kb7Z8gQ== From: "Mark Pagulayan" To: X-OriginalArrivalTime: 06 Feb 2008 22:07:15.0308 (UTC) FILETIME=[A1AD6AC0:01C8690C] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: version of PF on freebsd 7.0 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: Wed, 06 Feb 2008 22:08:07 -0000 Hi Guys,=20 =20 I was just thinking what version of OpenBSD PF would be running on FreeBSD 7.0, any idea on this guys? =20 Also on which FreeBSD Release will OpenBSD 4.2 PF version be included? =20 =20 Best Regards,=20 =20 Mark From owner-freebsd-pf@FreeBSD.ORG Thu Feb 7 16:02:34 2008 Return-Path: Delivered-To: freebsd-pf@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CE96416A41A for ; Thu, 7 Feb 2008 16:02:34 +0000 (UTC) (envelope-from dalibor.gudzic@gmail.com) Received: from ik-out-1112.google.com (ik-out-1112.google.com [66.249.90.179]) by mx1.freebsd.org (Postfix) with ESMTP id 4317513C4D3 for ; Thu, 7 Feb 2008 16:02:33 +0000 (UTC) (envelope-from dalibor.gudzic@gmail.com) Received: by ik-out-1112.google.com with SMTP id c21so629825ika.3 for ; Thu, 07 Feb 2008 08:02:32 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:references; bh=nq5B00H8z4uEljvNhMzIfXhlVuvuqWwnlog8TXRiDX8=; b=CrDSfehHQkXVaJlGCJW0aJHHuxDrCFqm5x695yoWKwAwfmzjvAZmTIi46PKkKQ80r7Uypxbg730R6Dr1FvItqrXiPvaFM7g3q225u0zRI7bKI+SE2mLKWpkW7LXdIMY93lngOAdJ7q0YCzJDKcUNOKntv3+ftTLpGjJ1rfgxaC8= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:references; b=UFH7IUrFERxHfa+iaZX9rpWXJ2HmyDAcGihVeuU1hBVa5LJXDD/wQZcZ4CMCZcBqNKcIHgNB6RkP82hTOznbyxs//AAUfkuzcSh/z56a7YrID7FFiJLDuvKwyspq9h+QceZ5GNF+z/Slm+bdVAGiZoIxiIum2qkBxBYnR6UaYPE= Received: by 10.150.138.8 with SMTP id l8mr4718159ybd.141.1202398503841; Thu, 07 Feb 2008 07:35:03 -0800 (PST) Received: by 10.150.156.6 with HTTP; Thu, 7 Feb 2008 07:35:03 -0800 (PST) Message-ID: <866fa9520802070735u3b045672k3a3c24ba4f5e0673@mail.gmail.com> Date: Thu, 7 Feb 2008 16:35:03 +0100 From: "Dalibor Gudzic" To: "Mark Pagulayan" In-Reply-To: MIME-Version: 1.0 References: Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-pf@freebsd.org Subject: Re: version of PF on freebsd 7.0 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: Thu, 07 Feb 2008 16:02:34 -0000 On Feb 6, 2008 11:07 PM, Mark Pagulayan wrote: > Hi Guys, > > I was just thinking what version of OpenBSD PF would be running on > FreeBSD 7.0, any idea on this guys? > PF is from OpenBSD 4.1. http://people.freebsd.org/~mlaier/PF41/ From owner-freebsd-pf@FreeBSD.ORG Thu Feb 7 20:37:40 2008 Return-Path: Delivered-To: freebsd-pf@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8F88416A46D for ; Thu, 7 Feb 2008 20:37:40 +0000 (UTC) (envelope-from m.pagulayan@auckland.ac.nz) Received: from mailhost.auckland.ac.nz (moe.its.auckland.ac.nz [130.216.12.35]) by mx1.freebsd.org (Postfix) with ESMTP id 1B9E313C467 for ; Thu, 7 Feb 2008 20:37:39 +0000 (UTC) (envelope-from m.pagulayan@auckland.ac.nz) Received: from localhost (localhost.localdomain [127.0.0.1]) by mailhost.auckland.ac.nz (Postfix) with ESMTP id 656ED4807D8; Fri, 8 Feb 2008 09:37:38 +1300 (NZDT) X-Virus-Scanned: by amavisd-new at mailhost.auckland.ac.nz Received: from mailhost.auckland.ac.nz ([127.0.0.1]) by localhost (moe.its.auckland.ac.nz [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id W3MmSoaOFvYW; Fri, 8 Feb 2008 09:37:38 +1300 (NZDT) Received: from UXCHANGE2.UoA.auckland.ac.nz (uxcn2.itss.auckland.ac.nz [130.216.190.119]) by mailhost.auckland.ac.nz (Postfix) with ESMTP id 19D284807D4; Fri, 8 Feb 2008 09:37:38 +1300 (NZDT) Received: from UXCHANGE1.UoA.auckland.ac.nz ([130.216.190.118]) by UXCHANGE2.UoA.auckland.ac.nz with Microsoft SMTPSVC(6.0.3790.1830); Fri, 8 Feb 2008 09:36:38 +1300 X-MimeOLE: Produced By Microsoft Exchange V6.5 Content-class: urn:content-classes:message MIME-Version: 1.0 Date: Fri, 8 Feb 2008 09:36:37 +1300 Message-ID: In-Reply-To: <866fa9520802070735u3b045672k3a3c24ba4f5e0673@mail.gmail.com> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: version of PF on freebsd 7.0 Thread-Index: AchpnwqdOla1kW12Qvqh1wbbGzZTgQAKS1Eg References: <866fa9520802070735u3b045672k3a3c24ba4f5e0673@mail.gmail.com> From: "Mark Pagulayan" To: "Dalibor Gudzic" X-OriginalArrivalTime: 07 Feb 2008 20:36:38.0034 (UTC) FILETIME=[2338FF20:01C869C9] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-pf@freebsd.org Subject: RE: version of PF on freebsd 7.0 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: Thu, 07 Feb 2008 20:37:40 -0000 HI,=20 =20 Thanks for the info. I am also wondering with the link you provided below, Is it possible for me to see updates on bug fixes for PF on FreeBSD? =20 Cheers, =20 Mark ________________________________ From: Dalibor Gudzic [mailto:dalibor.gudzic@gmail.com]=20 Sent: Friday, 8 February 2008 4:35 a.m. To: Mark Pagulayan Cc: freebsd-pf@freebsd.org Subject: Re: version of PF on freebsd 7.0 =20 On Feb 6, 2008 11:07 PM, Mark Pagulayan wrote: Hi Guys, =09 I was just thinking what version of OpenBSD PF would be running on FreeBSD 7.0, any idea on this guys? PF is from OpenBSD 4.1. http://people.freebsd.org/~mlaier/PF41/=20 =20 From owner-freebsd-pf@FreeBSD.ORG Thu Feb 7 20:44:27 2008 Return-Path: Delivered-To: freebsd-pf@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 83F5816A417 for ; Thu, 7 Feb 2008 20:44:27 +0000 (UTC) (envelope-from jdc@parodius.com) Received: from mx01.sc1.parodius.com (mx01.sc1.parodius.com [72.20.106.3]) by mx1.freebsd.org (Postfix) with ESMTP id 71AC413C4CC for ; Thu, 7 Feb 2008 20:44:27 +0000 (UTC) (envelope-from jdc@parodius.com) Received: by mx01.sc1.parodius.com (Postfix, from userid 1000) id 50BF91CC031; Thu, 7 Feb 2008 12:44:27 -0800 (PST) Date: Thu, 7 Feb 2008 12:44:27 -0800 From: Jeremy Chadwick To: Mark Pagulayan Message-ID: <20080207204427.GA9662@eos.sc1.parodius.com> References: <866fa9520802070735u3b045672k3a3c24ba4f5e0673@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.16 (2007-06-09) Cc: freebsd-pf@freebsd.org Subject: Re: version of PF on freebsd 7.0 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: Thu, 07 Feb 2008 20:44:27 -0000 On Fri, Feb 08, 2008 at 09:36:37AM +1300, Mark Pagulayan wrote: > Thanks for the info. I am also wondering with the link you provided > below, Is it possible for me to see updates on bug fixes for PF on > FreeBSD? Generally speaking, no. What I do is when I csup my src-all tree and see a file that's changed which interests me, I use cvsweb to look at the CVS commit message. Here's the cvsweb URL for pf. Most of the stuff relevant is under the net/ subdirectory. http://www.freebsd.org/cgi/cvsweb.cgi/src/sys/contrib/pf/ Another option would be to subscribe to the CVS commit list, but you'll see changes for all branches/tags, and for everything (not just pf). -- | Jeremy Chadwick jdc at parodius.com | | Parodius Networking http://www.parodius.com/ | | UNIX Systems Administrator Mountain View, CA, USA | | Making life hard for others since 1977. PGP: 4BD6C0CB | From owner-freebsd-pf@FreeBSD.ORG Thu Feb 7 21:41:31 2008 Return-Path: Delivered-To: freebsd-pf@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1927D16A418 for ; Thu, 7 Feb 2008 21:41:30 +0000 (UTC) (envelope-from m.pagulayan@auckland.ac.nz) Received: from mailhost.auckland.ac.nz (larry.its.auckland.ac.nz [130.216.12.34]) by mx1.freebsd.org (Postfix) with ESMTP id 4763E13C46E for ; Thu, 7 Feb 2008 21:41:29 +0000 (UTC) (envelope-from m.pagulayan@auckland.ac.nz) Received: from localhost (localhost.localdomain [127.0.0.1]) by mailhost.auckland.ac.nz (Postfix) with ESMTP id 5002D182B6; Fri, 8 Feb 2008 10:41:28 +1300 (NZDT) X-Virus-Scanned: by amavisd-new at mailhost.auckland.ac.nz Received: from mailhost.auckland.ac.nz ([127.0.0.1]) by localhost (larry.its.auckland.ac.nz [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id Br+f2X4splLU; Fri, 8 Feb 2008 10:41:28 +1300 (NZDT) Received: from UXCHANGE2.UoA.auckland.ac.nz (uxcn2.itss.auckland.ac.nz [130.216.190.119]) by mailhost.auckland.ac.nz (Postfix) with ESMTP id 13CAF182AE; Fri, 8 Feb 2008 10:41:28 +1300 (NZDT) Received: from UXCHANGE1.UoA.auckland.ac.nz ([130.216.190.118]) by UXCHANGE2.UoA.auckland.ac.nz with Microsoft SMTPSVC(6.0.3790.1830); Fri, 8 Feb 2008 10:40:40 +1300 X-MimeOLE: Produced By Microsoft Exchange V6.5 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Date: Fri, 8 Feb 2008 10:40:40 +1300 Message-ID: In-Reply-To: <20080207204427.GA9662@eos.sc1.parodius.com> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: version of PF on freebsd 7.0 Thread-Index: Achpyk1zj5He6GoHS2i2jTplJxDDBQABzkOw References: <866fa9520802070735u3b045672k3a3c24ba4f5e0673@mail.gmail.com> <20080207204427.GA9662@eos.sc1.parodius.com> From: "Mark Pagulayan" To: "Jeremy Chadwick" X-OriginalArrivalTime: 07 Feb 2008 21:40:40.0623 (UTC) FILETIME=[15958BF0:01C869D2] Cc: freebsd-pf@freebsd.org Subject: RE: version of PF on freebsd 7.0 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: Thu, 07 Feb 2008 21:41:31 -0000 Hi Jeremy,=20 Thanks for the help.=20 I will just check the cvsweb for updates on pf and update my kernel using csup with collection "src-sys release=3Dcvs" Regards, Mark -----Original Message----- From: Jeremy Chadwick [mailto:koitsu@freebsd.org]=20 Sent: Friday, 8 February 2008 9:44 a.m. To: Mark Pagulayan Cc: Dalibor Gudzic; freebsd-pf@freebsd.org Subject: Re: version of PF on freebsd 7.0 On Fri, Feb 08, 2008 at 09:36:37AM +1300, Mark Pagulayan wrote: > Thanks for the info. I am also wondering with the link you provided > below, Is it possible for me to see updates on bug fixes for PF on > FreeBSD? Generally speaking, no. What I do is when I csup my src-all tree and see a file that's changed which interests me, I use cvsweb to look at the CVS commit message. Here's the cvsweb URL for pf. Most of the stuff relevant is under the net/ subdirectory. http://www.freebsd.org/cgi/cvsweb.cgi/src/sys/contrib/pf/ Another option would be to subscribe to the CVS commit list, but you'll see changes for all branches/tags, and for everything (not just pf). --=20 | Jeremy Chadwick jdc at parodius.com | | Parodius Networking http://www.parodius.com/ | | UNIX Systems Administrator Mountain View, CA, USA | | Making life hard for others since 1977. PGP: 4BD6C0CB |