QUOTE(XeactorZ @ Oct 21 2013, 10:45 AM)
any idea how to downgrade to 1.01 firmware ?
You need to get a copy of the 1.01 firmware first, where DellMalaysia has requested through an email awaiting reply from TM. This is also the reason why I am in search for that firmware.
QUOTE(rizvanrp @ Oct 21 2013, 01:43 PM)
Agreed, the mangle rules have an additional disadvantage of using more resources on the router. Setting the MTU flag in the RAs seems to work

My only remaining issue is getting rid of the expired v6 prefixes once the session is killed. My home server interface currently looks like this.. :
CODE
inet6 addr: 2001:e68:5420:15bf:16da:e9ff:fe98:e847/64 Scope:Global
inet6 addr: 2001:e68:5420:15bd:16da:e9ff:fe98:e847/64 Scope:Global
inet6 addr: 2001:e68:5420:15bc:16da:e9ff:fe98:e847/64 Scope:Global
inet6 addr: 2001:e68:5420:15bb:16da:e9ff:fe98:e847/64 Scope:Global
inet6 addr: 2001:e68:5420:15ba:16da:e9ff:fe98:e847/64 Scope:Global
inet6 addr: 2001:e68:5420:15b9:16da:e9ff:fe98:e847/64 Scope:Global
inet6 addr: 2001:e68:5420:15b8:16da:e9ff:fe98:e847/64 Scope:Global
inet6 addr: 2001:e68:5420:1590:16da:e9ff:fe98:e847/64 Scope:Global
inet6 addr: 2001:e68:5420:1585:16da:e9ff:fe98:e847/64 Scope:Global
inet6 addr: 2001:e68:5420:1583:16da:e9ff:fe98:e847/64 Scope:Global
inet6 addr: fe80::16da:e9ff:fe98:e847/64 Scope:Link
inet6 addr: 2001:e68:5420:1583:46:f4ff:fe2c:93f0/64 Scope:Global
inet6 addr: 2001:e68:5420:1581:46:f4ff:fe2c:93f0/64 Scope:Global
I was having the same issue with RA clients preferring the older prefixes over the newer ones, thus accumulating a long list of v6 addresses. For wireless devices, his can be fixed by disconnecting and reconnecting to the network. But this can be troublesome. The solution is to shorten the lifetime these prefixes remained preferred in the RA deamon. Most ISP provide static prefixes as v6 prefixes are meant to be static in general, hence why RA deamons have it set to 1 day or more. For some reason, TM is handing out dynamic prefixes. If your router uses radvd like mine for RAs, you can configure this in the config file within the prefix section:
QUOTE
# Shorter lifetimes 1 day valid and 2 hour preferred
AdvValidLifetime 86400;
AdvPreferredLifetime 7200;
Otherwise, look for settings related to the time advertised prefixes remain valid.
QUOTE(zhuoyang @ Oct 21 2013, 02:19 PM)
how to enable IPv6 on Unifi DIR-615 with DD-WRT firmware?
Just when I was about to wonder if anyone else was using DD-WRT with IPv6... I guess technically none yet?
Incidentally, I've spent the last few days relentlessly sorting out and getting IPv6 connection working with DD-WRT. It was an IPv6 learning experience for me too as I was completely new to IPv6. I finally have my Asus RT-N66U running on DD-WRT fully working with Unifi's native IPv6 along side 500 and 600 vlan tagging.
Currently DD-WRT has less support for IPv6 compared to other custom firmwares like Tomato and OpenWRT, at least this is according to the web interface of DD-WRT, most of which needs to be manually configure using the command line interface and script files. But being well accustomed to DD-WRT and its extensive features, I wanted this to work. Only the big builds have IPv6 modules included, but with optware and ipkg and lots of patience, it's fully possible.
In short, here are the applications I am using:
1) rdisc6 to get ICMPv6 from ISP for the WAN interface.
2) DHCPv6 client to get v6 prefix from ISP.
3) and finally radvd to advertise that obtained prefix out to clients.
I also added and configured ip6tables for the v6 firewall.
Here are more details on my setup. Note this is a custom web interface page I included using the MyPage feature of DD-WRT for debugging and status purposes. So far it's been running really stable. No point in masking my IP addresses since they are dynamic plus I run a server.
» Click to show Spoiler - click again to hide... «
This post has been edited by Alpha Wolf: Oct 21 2013, 08:17 PM Attached thumbnail(s)