From owner-freebsd-pf@FreeBSD.ORG Mon Jun 8 00:50:23 2015 Return-Path: Delivered-To: freebsd-pf@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 9C48F48D for ; Mon, 8 Jun 2015 00:50:23 +0000 (UTC) (envelope-from graham@menhennitt.com.au) Received: from homiemail-a57.g.dreamhost.com (sub5.mail.dreamhost.com [208.113.200.129]) by mx1.freebsd.org (Postfix) with ESMTP id 7E771171A for ; Mon, 8 Jun 2015 00:50:22 +0000 (UTC) (envelope-from graham@menhennitt.com.au) Received: from homiemail-a57.g.dreamhost.com (localhost [127.0.0.1]) by homiemail-a57.g.dreamhost.com (Postfix) with ESMTP id 69F3F208063; Sun, 7 Jun 2015 17:50:22 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=menhennitt.com.au; h= message-id:date:from:mime-version:to:subject:references :in-reply-to:content-type:content-transfer-encoding; s= menhennitt.com.au; bh=gC5p3hny/wZGbbWx0HWqCmMbts8=; b=CFCxzTCmNh 6SJHFxSqJzUNGzSqLtvPuisZx3/cGNKJIC1AcmV2LHXYKFPnfs8kYZ+4CsY7etjf 2MuZMGMz6DA31evxrb3Ps2cwYC5HdnAyOQAyuLNzHIF3oZIhZPh4PZpj6LzhweTp PGOjfYan76t9EZ7XSLCi10H85MZYm4umU= Received: from [203.2.73.75] (c122-107-214-88.mckinn3.vic.optusnet.com.au [122.107.214.88]) (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) (Authenticated sender: graham@menhennitt.com.au) by homiemail-a57.g.dreamhost.com (Postfix) with ESMTPSA id CDB20208058; Sun, 7 Jun 2015 17:50:21 -0700 (PDT) Message-ID: <5574E6CC.7080109@menhennitt.com.au> Date: Mon, 08 Jun 2015 10:50:20 +1000 From: Graham Menhennitt User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:31.0) Gecko/20100101 Thunderbird/31.6.0 MIME-Version: 1.0 To: "Felix J. Ogrs" , freebsd-pf@freebsd.org Subject: Re: converting from ipfw to pf - not working at all References: <5573C050.7070407@menhennitt.com.au> <55740BC0.6080908@ogris.de> In-Reply-To: <55740BC0.6080908@ogris.de> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-pf@freebsd.org X-Mailman-Version: 2.1.20 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, 08 Jun 2015 00:50:23 -0000 On 07/06/2015 19:15, Felix J. Ogrs wrote: > > is ipfw still loaded and activated without any rules? > Thanks for replying, Felix. Yes, that's exactly what the problem was. I needed to remove ipfw_nat_load="YES" from /boot/loader.conf. Now it's at least it's partially working. It doesn't seem to be NATting though. I'll work on that some more. Thanks again, Graham