iBabajan / tomato-sdhc-vlan

Automatically exported from code.google.com/p/tomato-sdhc-vlan
0 stars 0 forks source link

Please fix broken DHCPv6 implementation with Comcast #23

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
It has been found that TomatoUSB (all versions) is not correctly implementing 
DHCPv6-PD.  As such it won't work with Comcast who assigns /64 blocks of IPv6 
addresses.

See 
http://forums.comcast.com/t5/Home-Networking-and-Router-Help/Tomato-IPv6/m-p/131
2667#M41980 for details.

The fixes look like they need to go in for the first issue of the missing ia-na 
line:

http://repo.or.cz/w/tomato.git/blob/refs/heads/Toastman-RT:/release/src/router/r
c/dhcp.c#l478

I haven't been able to find where the default gw route is added for inet6.

Original issue reported on code.google.com by morac1...@gmail.com on 13 Jun 2012 at 11:15

GoogleCodeExporter commented 8 years ago
Turns out the above isn't the correct fix.  See the following link for the 
solution:

http://www.linksysinfo.org/index.php?threads/ipv6-and-comcast.38006/#post-184504

Original comment by morac1...@gmail.com on 18 Jun 2012 at 12:06