From owner-freebsd-net@freebsd.org Thu Aug 20 20:55:38 2015 Return-Path: Delivered-To: freebsd-net@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 0D5589BF78F for ; Thu, 20 Aug 2015 20:55:38 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from out3-smtp.messagingengine.com (out3-smtp.messagingengine.com [66.111.4.27]) (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 DA1C1199F for ; Thu, 20 Aug 2015 20:55:37 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from compute2.internal (compute2.nyi.internal [10.202.2.42]) by mailout.nyi.internal (Postfix) with ESMTP id 072452095E for ; Thu, 20 Aug 2015 16:55:37 -0400 (EDT) Received: from web3 ([10.202.2.213]) by compute2.internal (MEProxy); Thu, 20 Aug 2015 16:55:37 -0400 DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d= messagingengine.com; h=content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-sasl-enc:x-sasl-enc; s=smtpout; bh=u2GezBLjSo6wFZv CL2dMu9+9HPQ=; b=Vl0gKl8zsKHKdfjpiH6QcNIsF79gK8SyTqYfk57a4/oZTMh g75zAmuHNTodsFHDqQPBZrjSF7tNA6Gkg2b3MOS9TDBWmNHoSPSxoq6/McLWyz4+ RJrv9J1uOHEoRMHBM++gVKsSCHfceBjJutDXKyD0w8+nZ6bm4uKtaS1JmSJ0= Received: by web3.nyi.internal (Postfix, from userid 99) id DB9AF10A65A; Thu, 20 Aug 2015 16:55:36 -0400 (EDT) Message-Id: <1440104136.948992.361675545.1F50290F@webmail.messagingengine.com> X-Sasl-Enc: UxgWlEBuWHWzQ/OhDkB+GVI1Jadu4jQKgdTtqIdFKL/z 1440104136 From: Mark Felder To: Gary Palmer , freebsd-net@freebsd.org MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain X-Mailer: MessagingEngine.com Webmail Interface - ajax-4fee8ba5 In-Reply-To: <20150817112408.GB13503@in-addr.com> References: <20150817112408.GB13503@in-addr.com> Subject: Re: RFC7084 "Basic Requirements for IPv6 Customer Edge Routers" Date: Thu, 20 Aug 2015 15:55:36 -0500 X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.20 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, 20 Aug 2015 20:55:38 -0000 On Mon, Aug 17, 2015, at 06:24, Gary Palmer wrote: > > Hi, > > Does anyone know if FreeBSD 9.3 is compliant with RFC7034? > > Thanks, > > Gary > One of the requirements is 6rd. This is not supported out of the box by FreeBSD. It is handled by the patched "stf" driver you can get from ports/packages: net/stf-6rd-kmod It has not made it into the kernel yet. As I understand it is incomplete. I need it for IPv6 from my ISP, but you can also use a GRE tunnel to get functional IPv6 from a provider who uses 6rd. The caveat is that you can't communicate with others on your same subnet, but that's not something a consumer is probably trying to do. They're trying to get to the greater internet, not connect to a device on their neighbor's IPv6 network.