So I got IPv6 working on my Asus RT-AC68U, and I just wanted to share my notes so that anyone else with this router can also set it up.
On the IPv6 tab under advanced settings:
Connection type: Tunnel 6in4
Server IPv4 Address: 208.201.234.221
Client IPv6 Address: My transport IPv6 as gotten from the sonic tunnel request page
IPv6 Prefix Length: 64 (note, you cannot use the suggested /127, 64 is the highest you can go)
Tunnel MTU: 0 (default, I think this automatically sets an appropriate MTU)
Tunnel TTL: 255 (default)
Lan IPv6 address: you can't set this, it defaults to your prefix + ::1
Lan Prefix Length: 64 (you can try 60 here, but I didnt bother, 18 Quintillion host addresses was enough!, but you have a total allocation from sonic of 295.15 Quintillion hosts)
Lan IPv6 Prefix: 2001:5a8:4:8470:: (note the trailing ::)
IPv6 DNS Server1: I pointed this at one of my internal DNS servers, not sure what the sonic IPv6 DNS servers are.
Enable Router Advertisement: Enable
Saved/Rebooted
On my windows based DHCP server, I setup a 64 bit IPv6 scope. I only had to setup option 23 DNS Recursive Name Servers (all point at my internal windows DNS servers) and option 24 Domain Search List.
additional note: I noticed after I setup the router that the client machines dropped all the DNS servers I setup in DHCP and used the address I entered into the router, so I'm thinking option 23 is a moot point. The one good thing about using DHCP was supposed to be so that I could check the leases and see which computers were using IPv6, but sadly it seems the clients started dropping off the lease list after I setup the router.
Time to ping away:
Linux: ping6 ipv6.google.com
Windows: ping -6 ipv6.google.com
On the IPv6 tab under advanced settings:
Connection type: Tunnel 6in4
Server IPv4 Address: 208.201.234.221
Client IPv6 Address: My transport IPv6 as gotten from the sonic tunnel request page
IPv6 Prefix Length: 64 (note, you cannot use the suggested /127, 64 is the highest you can go)
Tunnel MTU: 0 (default, I think this automatically sets an appropriate MTU)
Tunnel TTL: 255 (default)
Lan IPv6 address: you can't set this, it defaults to your prefix + ::1
Lan Prefix Length: 64 (you can try 60 here, but I didnt bother, 18 Quintillion host addresses was enough!, but you have a total allocation from sonic of 295.15 Quintillion hosts)
Lan IPv6 Prefix: 2001:5a8:4:8470:: (note the trailing ::)
IPv6 DNS Server1: I pointed this at one of my internal DNS servers, not sure what the sonic IPv6 DNS servers are.
Enable Router Advertisement: Enable
Saved/Rebooted
On my windows based DHCP server, I setup a 64 bit IPv6 scope. I only had to setup option 23 DNS Recursive Name Servers (all point at my internal windows DNS servers) and option 24 Domain Search List.
additional note: I noticed after I setup the router that the client machines dropped all the DNS servers I setup in DHCP and used the address I entered into the router, so I'm thinking option 23 is a moot point. The one good thing about using DHCP was supposed to be so that I could check the leases and see which computers were using IPv6, but sadly it seems the clients started dropping off the lease list after I setup the router.
Time to ping away:
Linux: ping6 ipv6.google.com
Windows: ping -6 ipv6.google.com