From owner-freebsd-questions@freebsd.org Fri Jun 10 11:48:56 2016 Return-Path: Delivered-To: freebsd-questions@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 4A1ADB71200; Fri, 10 Jun 2016 11:48:56 +0000 (UTC) (envelope-from kraduk@gmail.com) Received: from mail-wm0-x22d.google.com (mail-wm0-x22d.google.com [IPv6:2a00:1450:400c:c09::22d]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id D7D4A1C9F; Fri, 10 Jun 2016 11:48:55 +0000 (UTC) (envelope-from kraduk@gmail.com) Received: by mail-wm0-x22d.google.com with SMTP id m124so98513492wme.1; Fri, 10 Jun 2016 04:48:55 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to; bh=7QBy4uZqMxTA16f5k49mY0sIbIvVAYvKJ6rTplM47w4=; b=jHjD7iGmxaHE9rHSPBL8wHNHc5ezQLxvEOAABT1PF3SZD0i1jq2QxEZCUyTnJxLloa 6TKPahGP7PgCY4p/GhIOYfcibYgoHxAAp429+hph60ezNOvMJTUlTRDxUBU52xyhnRSG mm8K+iUTsqS/pnG5ZTWtR7NRbTihYdi5FZbHgLV6VPbYqkVyfp5HBckIDU8yyMVSz3ot /k7dsy9gQFx9EE1Fdyu7lBFyPTnyI5jHWSoD+4RyXADiQzWWV/S/OFBFflRlrUGnhzjI bV3wn3gCyzlxr1RZIf/46rX8bJfXw5xNMBJ+vqr65XgTjjxGeMTW6MRhlOTjWquLokr4 Z98A== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to; bh=7QBy4uZqMxTA16f5k49mY0sIbIvVAYvKJ6rTplM47w4=; b=kXbxWu3qRs4rZCaD9kF9udUg5cmpySk0xL9zD45TwD1wVOlaBmlDe1uO0+B2jzUMD0 N+YxVFpTUttVVdQHQEBw3Fwh25NHGmeRDBHhc8GfNH6eJb0LAE8StUuWPVu7cRT6kwqI gv8SRW+mxegEhzV840JvvtzxJqV87DqGr6fcf6Yl5FhDeppJs0BnwvFYsywgq/LPA2ZU dlvIq8OOJeJXLdpJZlpzPnJT1cIQKIKtaeMWZdsHMZeUbPhSVidAqvJCmJv1oik6e4Uk cX82wnsxyUUKf65wjSkEXBHKB6BgB/FIqbm4vhUvO/Kl9guM0O6FTnIV5E2eBr8AlYr5 GMMw== X-Gm-Message-State: ALyK8tLkxceYKoeHjixFLgaSA9hyI/HqJUHQqcFSJQuGeQZyodOfhJNMfPBnsnW5+wkCjg0eoBosNoBlGISuNw== X-Received: by 10.28.155.196 with SMTP id d187mr2459743wme.30.1465559334421; Fri, 10 Jun 2016 04:48:54 -0700 (PDT) MIME-Version: 1.0 Received: by 10.28.6.12 with HTTP; Fri, 10 Jun 2016 04:48:53 -0700 (PDT) In-Reply-To: <20160610103154.GD2817@box-hlm-03.niklaas.eu> References: <20160610103154.GD2817@box-hlm-03.niklaas.eu> From: krad Date: Fri, 10 Jun 2016 12:48:53 +0100 Message-ID: Subject: Re: And what about ipv6_defaultrouter? To: freebsd-net@freebsd.org, FreeBSD Questions Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.22 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 10 Jun 2016 11:48:56 -0000 i cant remember exactly but i dont think you need them for jails either unless they are vnet ones (depending on your topology). I could be wrong on that though. On 10 June 2016 at 11:31, Niklaas Baudet von Gersdorff wrote: > krad [2016-06-10 11:23 +0100] : > > > No, you should only need the if you want to act as a router for some > other > > machines. > > > > gateway_enable="YES" > > ipv6_gateway_enable="YES" > > I need these for jails that are connected on lo1 and a VPN tunnel on > tap0. Sorry, in case that was essential information that I did not > provide. Does that change your recommendations? > > krad [2016-06-10 11:23 +0100] : > > > also dont forget to check in rc.conf.local as well as rc.conf > > I will look into these... > > Niklaas >