From owner-freebsd-questions@FreeBSD.ORG Fri Sep 7 11:21:07 2012 Return-Path: Delivered-To: questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 31B261065675 for ; Fri, 7 Sep 2012 11:21:07 +0000 (UTC) (envelope-from fbsd8@a1poweruser.com) Received: from mail-03.name-services.com (mail-03.name-services.com [69.64.155.195]) by mx1.freebsd.org (Postfix) with ESMTP id 191108FC18 for ; Fri, 7 Sep 2012 11:21:06 +0000 (UTC) Received: from [10.0.10.3] ([173.88.198.112]) by mail-03.name-services.com with Microsoft SMTPSVC(6.0.3790.4675); Fri, 7 Sep 2012 04:20:03 -0700 Message-ID: <5049D862.8000906@a1poweruser.com> Date: Fri, 07 Sep 2012 07:20:02 -0400 From: Fbsd8 User-Agent: Thunderbird 2.0.0.17 (Windows/20080914) MIME-Version: 1.0 To: Darrel References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 07 Sep 2012 11:20:03.0118 (UTC) FILETIME=[B9CEB4E0:01CD8CEA] X-Sender: fbsd8@a1poweruser.com X-Authenticated-Sender: fbsd8@a1poweruser.com X-EchoSenderHash: [fbsd8]-[a1poweruser*com] Cc: questions@freebsd.org Subject: Re: openbsd packet firewall X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Sep 2012 11:21:07 -0000 Darrel wrote: > Hello, > > When I moved from -fbsd82 to -fbsd90 it required a total reinstall since > Packet Filter did not *work* any longer. Now that I have moved from > -fbsd90 to the new release candidate, Packet Filter does not work > considering at least IPv6 and ssh. > > I have tested a simple pf.conf on this system with the same result. > It seems like I will need to learn ipfw or give up on fbsd. > > Darrel > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to > "freebsd-questions-unsubscribe@freebsd.org" > > pf is way back level in Freebsd, the online openbsd pf manual is at the current pf level and uses the newer syntax for the nat function. You have to use the freebsd pf man pages for correct matching documentation. You can always use ipf (ipfilter) instead of ipfw.