From owner-freebsd-questions@freebsd.org Fri May 20 07:20:54 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 81FC8B426F4 for ; Fri, 20 May 2016 07:20:54 +0000 (UTC) (envelope-from me@niklaas.eu) Received: from box-fra-01.niklaas.eu (box-fra-01.niklaas.eu [IPv6:2a00:c98:2200:af07:6::1]) by mx1.freebsd.org (Postfix) with ESMTP id 4EBA51D14 for ; Fri, 20 May 2016 07:20:54 +0000 (UTC) (envelope-from me@niklaas.eu) Received: by box-fra-01.niklaas.eu (Postfix, from userid 1001) id 8E2A961FD7; Fri, 20 May 2016 09:20:52 +0200 (CEST) Date: Fri, 20 May 2016 09:20:52 +0200 From: Niklaas Baudet von Gersdorff To: Mark Tinka Cc: freebsd-questions@freebsd.org Subject: Re: tinc and IPv6 routing, or: how to set up a local IPv6 Message-ID: <20160520072052.GB59066@box-fra-01.niklaas.eu> Mail-Followup-To: Mark Tinka , freebsd-questions@freebsd.org References: <20160519124446.GB2444@box-fra-01.niklaas.eu> <04e2cb6c-f8c3-7d30-dd53-ca18870c4598@seacom.mu> <20160520065857.GA59066@box-fra-01.niklaas.eu> <545832b8-d7df-9858-82c4-dfe9cc4c7023@seacom.mu> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <545832b8-d7df-9858-82c4-dfe9cc4c7023@seacom.mu> User-Agent: Mutt/1.5.24 (2015-08-30) 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, 20 May 2016 07:20:54 -0000 Mark Tinka [2016-05-20 09:05 +0200] : > Has your ISP assigned you any IPv6 address space for you to use in your > network? Yes, they have. But that's not the one I want to use for the VPN. I would like to use ULAs. So I went to http://unique-local-ipv6.com/ and generated some randomly: fd16:dcc0:f4cc::/48 So, while both machines use the assigned addresses to communicate with the public internet, the ULA space I would like to use for the machines to communicate within the VPN. Does that make sense? Niklaas