From owner-freebsd-ipfw@freebsd.org Sun Dec 27 01:18:43 2015 Return-Path: Delivered-To: freebsd-ipfw@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9D719A4CC12 for ; Sun, 27 Dec 2015 01:18:43 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from out3-smtp.messagingengine.com (out3-smtp.messagingengine.com [66.111.4.27]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 78A3F1A9D for ; Sun, 27 Dec 2015 01:18:43 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from compute5.internal (compute5.nyi.internal [10.202.2.45]) by mailout.nyi.internal (Postfix) with ESMTP id 0E5D3201A4 for ; Sat, 26 Dec 2015 20:18:36 -0500 (EST) Received: from web3 ([10.202.2.213]) by compute5.internal (MEProxy); Sat, 26 Dec 2015 20:18:36 -0500 DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d= messagingengine.com; h=content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-sasl-enc:x-sasl-enc; s=smtpout; bh=e0rlfgmOrwgCUS+ NVywIVvE6Bx4=; b=favYhV8PbxewFI0jd+m/75HL8fkSrdOUQla4lDUTIkzA14n YNFDHyGymVgUmLGFy/lppVwEjoX4dytfKTMUqN0CCLexpEDU+VYlnYRGDHVmvR1u CQGePliDfxgRH6wDbFnXBfLmZpZawFU8/7qEM4KoM1PyUxEUH4w+0ui9zVHc= Received: by web3.nyi.internal (Postfix, from userid 99) id CB9FB10CC91; Sat, 26 Dec 2015 20:18:35 -0500 (EST) Message-Id: <1451179115.484408.476859874.3C900687@webmail.messagingengine.com> X-Sasl-Enc: yPUxYTVSmPiwyfQpudU4j3wYet+sSbLtejSR8gRQmEu1 1451179115 From: Mark Felder To: Graham Menhennitt , freebsd-ipfw@freebsd.org MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain X-Mailer: MessagingEngine.com Webmail Interface - ajax-a93c17cb Subject: Re: connecting a PS4 via IPFW [solved] Date: Sat, 26 Dec 2015 19:18:35 -0600 In-Reply-To: <56764C6C.5060606@menhennitt.com.au> References: <5655405C.1060301@menhennitt.com.au> <56764C6C.5060606@menhennitt.com.au> X-BeenThere: freebsd-ipfw@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: IPFW Technical Discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 27 Dec 2015 01:18:43 -0000 On Sun, Dec 20, 2015, at 00:36, Graham Menhennitt wrote: > On 25/11/2015 16:00, Graham Menhennitt wrote: > > Hello IPFWers, > > > > I have a box running FreeBSD 10-stable that I use as a > > router/firewall/NAT. It runs IPFW and uses kernel NAT. My son is nagging > > me about playing multi-player online games on his Sony PS4. > > > > From what I've read, I could enable UPnP. But I've tried compiling the > > net/miniupnpd port but it won't build for IPFW (and I don't want to > > convert to PF). > > I've run into the same problem. The port needs to be modified or changed to be two different ports defining FWNAME. I can make it attempt to build against ipfw with: MAKE_ARGS= "FWNAME=ipfw" but it fails to build. Upstream docs seem to indicate it only supports OSX's ipfw. I would love to see this building for FreeBSD, though. -- Mark Felder ports-secteam member feld@FreeBSD.org