From owner-freebsd-net@FreeBSD.ORG Thu Jun 19 11:57:58 2014 Return-Path: Delivered-To: freebsd-net@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 4E04FA95 for ; Thu, 19 Jun 2014 11:57:58 +0000 (UTC) Received: from mailout.glevia.com (ns368239.ip-94-23-31.eu [94.23.31.182]) (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 145E12764 for ; Thu, 19 Jun 2014 11:57:57 +0000 (UTC) Received: from guest201.guestnet.ripe.net (guest201.guestnet.ripe.net [193.0.10.232]) (using TLSv1 with cipher ECDHE-RSA-AES128-SHA (128/128 bits)) (Client did not present a certificate) by mailout.glevia.com (Postfix) with ESMTPSA id 1186020AFDF8 for ; Thu, 19 Jun 2014 11:56:56 +0000 (UTC) Message-ID: <53A2D036.8000007@glevia.com> Date: Thu, 19 Jun 2014 13:57:42 +0200 From: Massimiliano Stucchi User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.9; rv:24.0) Gecko/20100101 Thunderbird/24.6.0 MIME-Version: 1.0 To: freebsd-net@freebsd.org Subject: Re: 6rd and DNS (bind/nsd) on FreeBSD References: <53A254F7.4040801@bluerosetech.com> In-Reply-To: <53A254F7.4040801@bluerosetech.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Jun 2014 11:57:58 -0000 On 19/06/14 05:11, Darren Pilgrim wrote: > > FreeBSD doesn't support 6rd. Ironically, pfSense does. This is not entirely true. 6RD is about establishing a 6to4 tunnel to a well-defined tunnel server in your provider's infrastructure, so as long as you have the details about the tunnel server's IP and the prefix you're assigned, you can easily do it manually (or, better, write a tiny script to do it for you). Cheers! -- Massimiliano Stucchi