From owner-freebsd-questions@freebsd.org Mon Aug 6 22:50:16 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 CDE641068488 for ; Mon, 6 Aug 2018 22:50:16 +0000 (UTC) (envelope-from ultima1252@gmail.com) Received: from mail-yw1-f53.google.com (mail-yw1-f53.google.com [209.85.161.53]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 71EFF8F236 for ; Mon, 6 Aug 2018 22:50:16 +0000 (UTC) (envelope-from ultima1252@gmail.com) Received: by mail-yw1-f53.google.com with SMTP id s68-v6so1218973ywg.2 for ; Mon, 06 Aug 2018 15:50:16 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=SgoWWYRZzpV1ZtdIYCsmckgoIdEYiYoR8H8A8o0LMWQ=; b=ZBcQvg8DObHGGgywB7avZZQ04LHKCOAGijja9OXmky8NGjUa+uPyOWFJ13IfmQ1yzy jYeW4FaYdDl/01kBaYlWT0YagDiYFdOCt+YoVZ/CjSiZtiaNtyPJNnzBDv0NpdVu+a3k k9Mvc3A4SouKPWO07FW7QliNosMWyUXeOaAKsFX9s0MHXhz55XB4oWrGrhKwrHAc9MB1 ZWfhOIQlfpqjP0g0LklP1o5zeac2LjY6C+fQlrk8m/eTpYWZiHt944IewEgEpY3bG5jh rgGazg25fHQriZ9+qm7rAa7hJkXZ6xVvRkFEntU1ZdrHbck2hzSD7/td28u9iVCr7Twr KCLg== X-Gm-Message-State: AOUpUlGl6wHmAvt2A3hIpKXg+/MLbDPl/k0mBwmuAxtpNweL46sllbIH elimQ3SQ3FmuSMUYYx5V5p5owH5w X-Google-Smtp-Source: AAOMgpfPlbtXBpajAqPOKP5hZaMTJheDDfLFffrp/dF9WqPZfpkr3kV4Tn5+WK6Dlus0nqSveBzL2Q== X-Received: by 2002:a81:25d6:: with SMTP id l205-v6mr8599039ywl.242.1533591825842; Mon, 06 Aug 2018 14:43:45 -0700 (PDT) Received: from mail-yw1-f43.google.com (mail-yw1-f43.google.com. [209.85.161.43]) by smtp.gmail.com with ESMTPSA id 203-v6sm7360368ywv.34.2018.08.06.14.43.45 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 06 Aug 2018 14:43:45 -0700 (PDT) Received: by mail-yw1-f43.google.com with SMTP id z143-v6so4177682ywa.7 for ; Mon, 06 Aug 2018 14:43:45 -0700 (PDT) X-Received: by 2002:a81:1d87:: with SMTP id d129-v6mr8507091ywd.374.1533591825330; Mon, 06 Aug 2018 14:43:45 -0700 (PDT) MIME-Version: 1.0 Received: by 2002:a81:3213:0:0:0:0:0 with HTTP; Mon, 6 Aug 2018 14:43:44 -0700 (PDT) In-Reply-To: <5B6895CB.1070004@gmail.com> References: <5B6895CB.1070004@gmail.com> From: Ultima Date: Mon, 6 Aug 2018 14:43:44 -0700 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: Jails - IPv4 and IPv6 To: Ernie Luzar Cc: Philipp Vlassakakis , FreeBSD Mailing List Content-Type: text/plain; charset="UTF-8" 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: Mon, 06 Aug 2018 22:50:17 -0000 Hey there, VIMAGE is one way to go about it. Another is setting a static address via "ip6.addr" if it is using a real interface or a bridge. When using lo1 interfaces, I will just use the private ipv6 subnet space, fd00::/8 and forward the traffic required from the host to the jail. Really it all depends on what you need or want to achieve. Best regards, Richard Gallamore On Mon, Aug 6, 2018 at 11:39 AM, Ernie Luzar wrote: > Philipp Vlassakakis wrote: > >> Hello, everybody, >> >> does anyone use IPv4 and IPv6 in production jails and can provide >> feedback about the configuration and stability of VIMAGE/VNET in FreeBSD >> 11.2? >> >> Currently I only use IPv4 in my jails (via NAT) and would like to switch >> to VIMAGE and roll out IPv6. >> How do you use IPv4 and IPv6 with jails? >> >> Thanks and greetings >> Philipp >> >> >> > I use VIMAGE/VNET jails with IPv4 & IPv6 addresses for public access. > VIMAGE/VNET has been stable but only supports ipfw firewall which includes > a bug where all the VNET jails IPFW firewalls log files write to the hosts > IPFW firewall log intermingling the log records. I use qjail to create and > manage my VIMAGE/VNET jails. > > > _______________________________________________ > freebsd-questions@freebsd.org mailing list > https://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe > @freebsd.org" >