From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from chi.subsignal.org (cxd-2-pt.tunnel.tserv11.ams1.ipv6.he.net [IPv6:2001:470:1f14:ed::2]) by huchra.bufferbloat.net (Postfix) with ESMTP id 55ABA21F15E for ; Sun, 23 Dec 2012 12:31:02 -0800 (PST) Received: from [192.168.178.21] (unknown [212.255.254.87]) by chi.subsignal.org (Postfix) with ESMTPSA id E0A951260CE for ; Sun, 23 Dec 2012 21:31:40 +0100 (CET) Message-ID: <50D76A0E.9070508@openwrt.org> Date: Sun, 23 Dec 2012 21:31:10 +0100 From: Steven Barth User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/17.0 Icedove/17.0 MIME-Version: 1.0 To: cerowrt-devel@lists.bufferbloat.net Content-Type: multipart/alternative; boundary="------------030008080104050500070009" Subject: [Cerowrt-devel] Configuration of new ipv6-support in bleeding-edge CeroWrt X-BeenThere: cerowrt-devel@lists.bufferbloat.net X-Mailman-Version: 2.1.13 Precedence: list List-Id: Development issues regarding the cerowrt test router project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 23 Dec 2012 20:31:02 -0000 This is a multi-part message in MIME format. --------------030008080104050500070009 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Hi, just for you testers testing the latest bleeding edge in OpenWrt / CeroWrt ipv6-support. Documentation of the new functionality: http://wiki.openwrt.org/doc/uci/network6 For the extra brave who want to enable dnsmasq-support (requires version 2.66 which is not stable yet). Put this into the "config global global" section your /etc/config/network6. option router_service dnsmasq As there is still an issue with stateful DHCPv6 (announcing addresses of deprecated prefixes in some ocassions) - you might want to put this into the individual interface sections in /etc/config/network6 to override. option dnsmasq_opts "ra-stateless,ra-names,24h" The default value for this doesn't contain ra-stateless and thus dnsmasq also offers stateful-operation. Happy holidays, Steven --------------030008080104050500070009 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Hi,

just for you testers testing the latest bleeding edge in OpenWrt / CeroWrt ipv6-support.

Documentation of the new functionality:
http://wiki.openwrt.org/doc/uci/network6


For the extra brave who want to enable dnsmasq-support (requires version 2.66 which is not stable yet).
Put this into the "config global global" section your /etc/config/network6.

option router_service dnsmasq



As there is still an issue with stateful DHCPv6 (announcing addresses of deprecated prefixes in some ocassions) - you might want to put this into the individual interface sections in /etc/config/network6 to override.

option dnsmasq_opts "ra-stateless,ra-names,24h"


The default value for this doesn't contain ra-stateless and thus dnsmasq also offers stateful-operation.


Happy holidays,


Steven
--------------030008080104050500070009--