From owner-freebsd-questions@freebsd.org Tue Aug 7 17:24:04 2018 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CECF7106524B for ; Tue, 7 Aug 2018 17:24:04 +0000 (UTC) (envelope-from freebsd-en@lists.vlassakakis.de) Received: from dd14614.kasserver.com (dd14614.kasserver.com [85.13.136.14]) (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 593A4786BF for ; Tue, 7 Aug 2018 17:24:03 +0000 (UTC) (envelope-from freebsd-en@lists.vlassakakis.de) Received: from [192.168.3.57] (p5496E1D0.dip0.t-ipconnect.de [84.150.225.208]) by dd14614.kasserver.com (Postfix) with ESMTPSA id DF58343C1FB4; Tue, 7 Aug 2018 19:24:01 +0200 (CEST) From: Philipp Vlassakakis Message-Id: <8ACAABE6-5054-4AFC-81F1-2909F9D69EF8@lists.vlassakakis.de> Mime-Version: 1.0 (Mac OS X Mail 11.5 \(3445.9.1\)) Subject: Re: Jails - IPv4 and IPv6 Date: Tue, 7 Aug 2018 19:24:01 +0200 In-Reply-To: <5B6895CB.1070004@gmail.com> Cc: FreeBSD Mailing List To: shamim.shahriar@gmail.com References: <5B6895CB.1070004@gmail.com> X-Mailer: Apple Mail (2.3445.9.1) Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.27 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 07 Aug 2018 17:24:05 -0000 > Am 06.08.2018 um 20:21 schrieb Shamim Shahriar = : > Hi Philipp >=20 > I'm using both IPv4 and IPv6 in my vNet jails. The IPv4 gets = configured via the jail.conf, while v6 is via rc.conf from inside the = jail, two lines to define v6 on epair and the gw as well. If you need, u = can send you the configurations later. >=20 > They are quite stable, the pf on the hosts controls the access, works = as expected. >=20 > Regards >=20 I would like to configure the IP addresses outside the jails, because = customers may access these jails and I don't want customers to be able = to simply change the IP addresses which might lead to the Jail being = unreachable from the =E2=80=9Eoutside=E2=80=9C.=