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