V6 on the TG589 v3
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Plusnet Community
- :
- Forum
- :
- Trials
- :
- IPv6 Trial
- :
- V6 on the TG589 v3
Re: V6 on the TG589 v3
17-12-2013 6:07 PM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
Re: V6 on the TG589 v3
17-12-2013 6:08 PM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
Quote Firefox can't find the server at v6.testmyipv6.com.
I answered your q in on the cli bit in the other thread
Re: V6 on the TG589 v3
17-12-2013 6:14 PM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
Once the dust settles there are still a few things left to sort out:
- Assigning a GUA IPv6 address to the router itself (this at least allows local tests, e.g. ping, to be performed from the router)
- Ensuring that IPv6-accessible DNS server details are being passed to the LAN
I am hoping to also get as far as splitting out the /56 to give different /64 subnets to each switch port... But one step at a time!
Re: V6 on the TG589 v3
17-12-2013 6:16 PM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
Quote IPv6 connections work, but connections using DNS names do not use IPv6. For some reason, your browser or your OS is not doing IPv6 DNS 'AAAA' lookups. [more info]
Your DNS server (possibly run by your ISP) appears to have no access to the IPv6 Internet, or is not configured to use it. This may in the future restrict your ability to reach IPv6-only sites. [more info]
Your readiness score
0/10
Re: V6 on the TG589 v3
17-12-2013 6:19 PM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
Quote Since you have IPv6, we are including a tab that shows how well you can reach other IPv6 sites. [more info]
Your browser has real working IPv6 address - but is avoiding using it. We're concerned about this. [more info]
Good news! Your current configuration will continue to work as web sites enable IPv6.
Your DNS server (possibly run by your ISP) appears to have no access to the IPv6 Internet, or is not configured to use it. This may in the future restrict your ability to reach IPv6-only sites. [more info]
Your readiness score
9/10
Re: V6 on the TG589 v3
17-12-2013 6:20 PM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
Quote from: Hairy I answered your q in on the cli bit in the other thread
I wondered what you meant by that.... Forgot about the other thread! Thanks though for the tips - will give them a try when I'm home.
Re the DNS server bit - don't worry about that for the time being (this will be because we've not configured DHCPv6 to pass the IPv6-accessible DNS server details on yet).
I don't know why your browser isn't performing AAAA lookups. You say Chrome is working okay? You hadn't previously disabled IPv6 within Firefox have you? (It was a common step to take a few years back as it could cause delays if the browser thought it had IPv6 transport but actually didn't). [Edit: I see you've fixed this now - we both posted at the same time].
Re: V6 on the TG589 v3
17-12-2013 6:42 PM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
Now:
Quote 10/10
So I have saved it and will download the config
Then we can start again
Hopefully we can get a simple way of doing this on the this "new" router.
Re: V6 on the TG589 v3
17-12-2013 7:01 PM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
It has an ipv6 address and pings this pc (and google's v6 dns) happily
Re: V6 on the TG589 v3
17-12-2013 7:26 PM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
If you can condense it than I will try it tomorrow.
I have a backup so can get back to here and now. So any/all commands needed in the cli will be tried then.
Re: V6 on the TG589 v3
17-12-2013 7:31 PM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
Given you've got a router advertisement daemon now running on the LAN port I'm wondering if the router, just like the clients, might configure an address for itself because of it...
Re: V6 on the TG589 v3
17-12-2013 7:55 PM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
1. Disable WAN-side (PN) auto-configuration of router settings:
service system modify name=CWMP-S state=disabled
2. Change the username/password to the IPv6 trial credentials via the GUI. [Could do with seeing how this is done via CLI given we're here]
3. Enable IPv6CP on the PPP interface:
ppp ifdetach intf=Internet
ppp ifconfig ipv6=enabled intf=Internet
ppp ifattach intf=Internet
4. Configure a DHCPv6 client on the router to fetch an IPv6 delegated prefix and DNS server details from PN (IPv6CP will only fetch gateway details and allow link-local IPv6 connectivity):
dhcp ifdetach intf=Internet
dhcp clientv6 ifconfig intf=Internet listenra=enabled raflagslifetime=1800 stateless=disabled rapidcommit=disabled leasetime=7200 irt=86400 iana=0 iapd=1 duidtype=duid-llt leasehist=enabled dnsmetric=10 qoslabel=Management
dhcp clientv6 oro add intf=Internet option=domain-name-servers required=disabled
dhcp clientv6 oro add intf=Internet option=ia-prefix-delegation required=disabled
dhcp ifattach intf=Internet
(Be careful of line wrap - all commands above should start 'dhcp')
5. Configure RA's (Router Advertisements) to be sent on the LAN to advertise the first /64 prefix from the /56 delegated prefix to allow clients to create their own GUA IPv6 addresses and to tell them how to reach the router (as the gateway):
ip rt6advd ifdetach intf=LocalNetwork
ip rt6advd ifconfig intf=LocalNetwork maxinterval=600 mininterval=200 mflag=disabled oflag=enabled preference=medium reachabletime=0 curhoplimit=64 deflifetime=1800
ip rt6advd pdadd intf=LocalNetwork subnet-id=::/64 interface-id=slaac origin=Internet types=dhcp+6rd+6to4+ula aflag=enabled lflag=enabled
ip rt6advd ifattach intf=LocalNetwork
(Be careful of line wrap - all commands above should start 'ip')
6. Configure a DHCPv6 server to allow LAN clients to request a GUA IPv6 address and/or details of available IPv6 DNS servers to use:
dhcp serverv6 pool add name=LAN6_pool
dhcp serverv6 pool config name=LAN6_pool state=enabled intf=LocalNetwork localdns=enabled
(Be careful of line wrap - all commands above should start 'dhcp')
7. Save the config!
saveall
And I reckon that could be it apart from ensuring the router itself has a GUA IPv6 address for troubleshooting if nothing else and the inclusion of some additional verification steps. There's also plenty of tweaking that can be done but let's not run before we can walk!
Re: V6 on the TG589 v3
18-12-2013 9:58 AM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
Re: V6 on the TG589 v3
18-12-2013 10:15 AM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
Quote from: MJN Just one more thing - out of interest, does your router now have a GUA IPv6 address of its own? (i.e. and can therefore ping remote IPv6 hosts) You can check it with ip iplist
Quote {Administrator}=>:ip iplist
Flags legend:referred primar
oute ost route d precated nvalid
entative dplicated nycast auto onf ynamic perational
Prefix Interface Type Flags ...
Re: V6 on the TG589 v3
18-12-2013 10:43 AM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
You should be able to ping an IPv6 endpoint (e.g. the HE DNS server) from the router now whereas it was previously failing despite us actually having IPv6 connectivity (but only effectively on the local link to PN).
Re: V6 on the TG589 v3
18-12-2013 11:18 AM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
Quote {Administrator}=>service system modify name=CWMP-S state=disabled
{Administrator}=>ppp ifdetach intf=Internet
{Administrator}=>ppp ifconfig ipv6=enabled intf=Internet
{Administrator}=>ppp ifattach intf=Internet
{Administrator}=>dhcp client ifdetach intf=Internet
DHCP client for this interface does not exist.
{Administrator}=>dhcp clientv6 ifconfig intf=Internet listenra=enabled raflagsl
ifetime=1800 stateless=disabled rapidcommit=disabled leasetime=7200 irt=86400 i
ana=0 iapd=1 duidtype=duid-llt leasehist=enabled dnsmetric=10 qoslabel=Manageme
nt
DHCPv6 client for this interface does not exist.
{Administrator}=>dhcp clientv6 oro add intf=Internet option=domain-name-servers
required=disabled
Failed to add option 23 to the ORO list!
{Administrator}=>dhcp clientv6 oro add intf=Internet option=ia-prefix-delegatio
n required=disabled
Failed to add option 25 to the ORO list!
{Administrator}=>dhcp client ifattach intf=Internet
Lease for this dynamic interface does not exist.
{Administrator}=>ip rt6advd ifdetach intf=LocalNetwork
{Administrator}=>ip rt6advd ifconfig intf=LocalNetwork maxinterval=600 mininter
val=200 mflag=disabled oflag=enabled preference=medium reachabletime=0 curhopli
mit=64 deflifetime=1800
{Administrator}=>ip rt6advd pdadd intf=LocalNetwork subnet-id=::/64 interface-i
d=slaac origin=Internet types=dhcp+6rd+6to4+ula aflag=enabled lflag=enabled
Prefix delegation already exists.
{Administrator}=>ip rt6advd ifattach intf=LocalNetwork
{Administrator}=>dhcp serverv6 pool add name=LAN6_pool
Error : Name clash with existing DHCPv6 server pool.
{Administrator}=>dhcp serverv6 pool config name=LAN6_pool state=enabled intf=Lo
calNetwork localdns=enabled
{Administrator}=>
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page