The UPnP problem is a simple mistake: the LuCI interface is strict XML, and the upnp code uses a bare ampersand without XML escapes. To fix:
edit /usr/lib/lua/luci/model/cbi/upnp/upnp.lua, line 16, replacing the '&' character in "Universal Plug & Play" with 'and' For ipv6 (using 6to4), I followed the instructions here and got things to work: http://wiki.openwrt.org/doc/uci/network6. In my case, all I needed to do was add 2 lines to /etc/config/network6, after adding a 6to4 interface called "ipv6" through LuCI: config interface 'ipv6' option mode '6to4' Unlike before there doesn't seem to be an option to specify where to start the subnet numbering (and the old setting in /etc/config/network is ignored), but it works fine regardless. Thanks Dave! Chris On Wed, Dec 26, 2012 at 4:19 PM, Richard Brown <[email protected]> wrote: > Update on 3.6.11-3: > > - re: Firmware version. The web GUI now says, "CeroWrt Modena 3.6.11-3" - So > this is fixed. > > - re: the DHCP address after initial firmware install. Patience, grasshopper… > The Flashing Instructions in the wiki say to wait at least 5 minutes after > the tftp completes. I waited six minutes, and it got a 172.30.42.x address as > desired. > > - I'm still planning to play with IPv6. > > Rich Brown > Hanover, NH > _______________________________________________ > Cerowrt-devel mailing list > [email protected] > https://lists.bufferbloat.net/listinfo/cerowrt-devel -- Chris Lawrence <[email protected]> Website: http://www.cnlawrence.com/ _______________________________________________ Cerowrt-devel mailing list [email protected] https://lists.bufferbloat.net/listinfo/cerowrt-devel
