From owner-freebsd-questions@freebsd.org Fri May 20 06:59:00 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 B8F27B38CDE for ; Fri, 20 May 2016 06:59:00 +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 8607018C1 for ; Fri, 20 May 2016 06:59:00 +0000 (UTC) (envelope-from me@niklaas.eu) Received: by box-fra-01.niklaas.eu (Postfix, from userid 1001) id 59CEF61FD7; Fri, 20 May 2016 08:58:57 +0200 (CEST) Date: Fri, 20 May 2016 08:58:57 +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: <20160520065857.GA59066@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> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <04e2cb6c-f8c3-7d30-dd53-ca18870c4598@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 06:59:00 -0000 Mark Tinka [2016-05-19 17:50 +0200] : > On 19/May/16 14:44, Niklaas Baudet von Gersdorff wrote: > > > I am trying to set up a tinc VPN that connects two servers. In fact, the > > VPN is working for IPv4, but I cannot get it work for IPv6. Because of > > this, I assume it's rather a routing problem with IPv6 than a problem with > > tinc. To be honest, I don't have any experience setting up a local IPv6; > > so I guess that I'm doing something wrong here. > > Firstly, does your ISP support IPv6? Yes, I could set up IPv6 on both machines. I can `curl -6 google.com` and get a response. Niklaas