From owner-freebsd-net@freebsd.org Wed May 4 10:23:44 2016 Return-Path: Delivered-To: freebsd-net@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 4B8CEB2B878 for ; Wed, 4 May 2016 10:23:44 +0000 (UTC) (envelope-from kristof@sigsegv.be) Received: from venus.codepro.be (venus.codepro.be [IPv6:2a01:4f8:162:1127::2]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "*.codepro.be", Issuer "Gandi Standard SSL CA 2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 0BE181AA0; Wed, 4 May 2016 10:23:43 +0000 (UTC) (envelope-from kristof@sigsegv.be) Received: from [IPv6:::1] (vega.codepro.be [IPv6:2a01:4f8:162:1127::3]) (Authenticated sender: kp) by venus.codepro.be (Postfix) with ESMTPSA id 3835B756D; Wed, 4 May 2016 12:23:40 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sigsegv.be; s=mail; t=1462357420; bh=71iW9ST0kRBIX4ZWUCZ2BGI3Z52jRCroxqG4giwTw30=; h=Subject:From:In-Reply-To:Date:Cc:References:To; b=cpdZUqRDV4OwMJYHElzpwCxTQB82qUJNvxLVDnGfctzEOmpZzMQuaqRHzbtI6gUgP rWz0OY4CoV9FLxCVVBLJQhUYzxo1A7kcVSx3YIjN2VF6nrZJGj34pSEr2vYx4eFKL2 kb4FEWAuQYeYQew5DC3oNiEWUILxk7PSGECjqQM4= Subject: Re: How to use pf with vimage jails? Mime-Version: 1.0 (Mac OS X Mail 9.3 \(3124\)) Content-Type: text/plain; charset=utf-8 From: Kristof Provost X-Checked-By-Nsa: Probably In-Reply-To: Date: Wed, 4 May 2016 12:23:40 +0200 Cc: FreeBSD Net Content-Transfer-Encoding: quoted-printable Message-Id: <67045371-07B8-4718-8A8B-98E3FBFF994E@sigsegv.be> References: To: Alan Somers X-Mailer: Apple Mail (2.3124) X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 04 May 2016 10:23:44 -0000 > On 04 May 2016, at 04:55, Alan Somers wrote: >=20 > Is there any documentation on how to run pf on a host, using it to = control > access to vimage jails? I see that only ipfw can be run from _inside_ = of > the jail, but I'm interested in running pf _outside_ of the jail. =20 That=E2=80=99s supported, and really no different from configuring pf = otherwise. Just treat the vimage jails as if they were on different machines, = behind your firewall. Regards, Kristof