<div dir="ltr"><div><div><div><div><div><div><div><div><div><div><div>Hello,<br><br></div>First, thanks for all the work to make cerowrt what it is.<br><br></div>I am having some difficulty with ipv6 on the "last hop", namely my internal network.<br><br></div>Platform: Netgear WNDR3800<br></div>Cerowrt version: CeroWrt Toronto 3.10.50-1 / LuCI Trunk (svn-r10459) <br><br></div>AQUISS, my UK ISP, provides an ipv6 address range:<br>    IPv6 Address 20xx:xxxx:xx55:ae00::/56<br> <br>Recommended MTU: 1458 bytes<br><br>I can make ipv6 work when connecting PC host "centaur" directly to the cable<br>modem and running pppd. ping6 <a href="http://ipv6.google.com">ipv6.google.com</a> etc works fine.<br><br></div>Reconnecting via the WNDR3800, everything ipv4 related works fine with "centaur" on the se00 subnet.<br><br></div>I can also ping6 without problems from the WNDR3800:<br>  root@cerowrt:~# ping6 <a href="http://ipv6.google.com">ipv6.google.com</a><br>  PING <a href="http://ipv6.google.com">ipv6.google.com</a> (2a00:1450:4009:80f::200e): 56 data bytes<br>  64 bytes from 2a00:1450:4009:80f::200e: seq=0 ttl=53 time=15.576 ms<br>  64 bytes from 2a00:1450:4009:80f::200e: seq=1 ttl=53 time=14.959 ms<br>  64 bytes from 2a00:1450:4009:80f::200e: seq=2 ttl=53 time=15.156 ms<br>  64 bytes from 2a00:1450:4009:80f::200e: seq=3 ttl=53 time=15.044 ms<br>  ^C<br>  --- <a href="http://ipv6.google.com">ipv6.google.com</a> ping statistics ---<br>  4 packets transmitted, 4 packets received, 0% packet loss<br>  round-trip min/avg/max = 14.959/15.183/15.576 ms<br><br>but ping6 can't get through from centaur on se00:<br>  root@centaur:/etc/network# ping6 <a href="http://ipv6.google.com">ipv6.google.com</a><br>  PING <a href="http://ipv6.google.com">ipv6.google.com</a>(<a href="http://lhr25s02-in-x200e.1e100.net">lhr25s02-in-x200e.1e100.net</a>) 56 data bytes<br>  From <a href="http://lhr25s02-in-x200e.1e100.net">lhr25s02-in-x200e.1e100.net</a> icmp_seq=1 Destination unreachable: No route<br>  >From <a href="http://lhr25s02-in-x200e.1e100.net">lhr25s02-in-x200e.1e100.net</a> icmp_seq=2 Destination unreachable: No route<br>  From <a href="http://lhr25s02-in-x200e.1e100.net">lhr25s02-in-x200e.1e100.net</a> icmp_seq=3 Destination unreachable: No route<br>  From <a href="http://lhr25s02-in-x200e.1e100.net">lhr25s02-in-x200e.1e100.net</a> icmp_seq=4 Destination unreachable: No route<br>  ^C<br>  --- <a href="http://ipv6.google.com">ipv6.google.com</a> ping statistics ---<br>  4 packets transmitted, 0 received, +4 errors, 100% packet loss, time 3024ms<br><br></div>For your information, ipv6 routes on centaur are:<br>  root@centaur:/etc/network# ip -6 route<br>  20xx:xxxx:xx55:ae10::f48 dev eth0  proto kernel  metric 256  expires 84847sec pref medium<br>  20xx:xxxx:xx55:ae10::/64 dev eth0  proto ra  metric 100  pref medium<br>  20xx:xxxx:xx55:ae00::/56 via fe80::2cb0:5dff:fea6:94ad dev eth0  proto ra  metric 100  pref medium<br>  fe80::/64 dev eth0  proto kernel  metric 256  pref medium<br>  default via fe80::2cb0:5dff:fea6:94ad dev eth0  proto static  metric 100  pref medium<br><br></div>and on the router are:<br>  root@cerowrt:~# ip -6 route<br>  default from :: via fe80::f60f:1bff:fe17:8d00 dev pppoe-ge00  proto static  metric 1024 <br>  default from 20:xx:xxxx:xx00:55ae::/64 via fe80::f60f:1bff:fe17:8d00 dev pppoe-ge00  proto static  metric 1024 <br>  20xx:xxxx:xx55:ae00::/64 dev gw00  proto kernel  metric 256 <br>  20xx:xxxx:xx55:ae01::/64 dev gw10  proto kernel  metric 256 <br>  20xx:xxxx:xx55:ae02::/64 dev sw00  proto kernel  metric 256 <br>  20xx:xxxx:xx55:ae03::/64 dev sw10  proto kernel  metric 256 <br>  20xx:xxxx:xx55:ae10::/60 dev se00  proto kernel  metric 256 <br>  unreachable 20xx:xxxx:xx55:ae00::/56 dev lo  proto static  metric 2147483647  error -128<br>  fe80::/64 dev se00  proto kernel  metric 256 <br>  fe80::/64 dev ifb0  proto kernel  metric 256 <br>  fe80::/64 dev sw10  proto kernel  metric 256 <br>  fe80::/64 dev sw00  proto kernel  metric 256 <br>  fe80::/64 dev gw10  proto kernel  metric 256 <br>  fe80::/64 dev gw00  proto kernel  metric 256 <br>  fe80::/64 dev ge00  proto kernel  metric 256 <br>  fe80::/10 dev pppoe-ge00  metric 1 <br>  fe80::/10 dev pppoe-ge00  proto kernel  metric 256<br><br></div>I'm stumped. Can anybody help?<br><br></div>regards, Simon<br></div>