cancel
Showing results for 
Search instead for 
Did you mean: 

V6 on the TG589 v3

MJN
Pro
Posts: 1,318
Thanks: 161
Fixes: 5
Registered: ‎26-08-2010

Re: V6 on the TG589 v3

It says it needs a destination interface, not address.
Try ping proto=ip addr=fe80::90:1a00:ca3:8d26 intf=Internet instead.
(The problem here is that link-local addresses are only valid on individual interfaces and so the router needs to know which one we want to send it out of)
It might be useful to see the output of dhcp clientv6 iflist to see if a global prefix is successfully being received.
HairyMcbiker
All Star
Posts: 6,792
Thanks: 266
Fixes: 21
Registered: ‎16-02-2009

Re: V6 on the TG589 v3

Ok a bit better:
Quote
{Administrator}=>: ping proto=ip addr=fe80::90:1a00:ca3:8d26 intf=Internet
Legend : Pingv6 successful(!)
        Pingv6 Timeout(.)
        Hit ctrl-g to abort...
.!...
--- Pingv6 statistics ---
5 packet(s) transmitted, 1 successful, 80% packet loss
rtt min/avg/max = 110 / 110 / 110 ms
{Administrator}=>: ping proto=ip addr=fe80::90:1a00:ca3:8d26 intf=Internet
Legend : Pingv6 successful(!)
        Pingv6 Timeout(.)
        Hit ctrl-g to abort...
!!!!!
--- Pingv6 statistics ---
5 packet(s) transmitted, 5 successful, 0% packet loss
rtt min/avg/max = 25 / 27 / 32 ms
dhcp clientv6 iflist
MJN
Pro
Posts: 1,318
Thanks: 161
Fixes: 5
Registered: ‎26-08-2010

Re: V6 on the TG589 v3

Blank output for dhcp clientv6 iflist? What does ip iplist give?
(Apologies for the scattergun apprach to solving this but I'm still getting to grips with exactly how the Thomson's function, and not just with IPv6!)
HairyMcbiker
All Star
Posts: 6,792
Thanks: 266
Fixes: 21
Registered: ‎16-02-2009

Re: V6 on the TG589 v3

Quote
{Administrator}=>ip iplist
Flags legend:

referred  primar    oute    ost route  dprecated  nvalid
              entative  dplicated  nycast  autoonf    ynamic    perational
            Prefix Interface        Type          Flags    ...












MJN
Pro
Posts: 1,318
Thanks: 161
Fixes: 5
Registered: ‎26-08-2010

Re: V6 on the TG589 v3

For some reason you aren't getting a global addresses - this should be being obtained via DHCPv6. Unfortunately I'm not home at the moment to be able to dig through the config to see why this might be the case....
Prior to you enabling native IPv6 on the interface did you have any other IPv6 config in place (e.g. a 6in4 tunnel) that may have disabled DHCPv6 or otherwise got in the way of it?
HairyMcbiker
All Star
Posts: 6,792
Thanks: 266
Fixes: 21
Registered: ‎16-02-2009

Re: V6 on the TG589 v3

Nope straight ipv4 config. Never had ipv6 (still haven't)
EDIT:
OK changed the dhcpv6 options:
Now have
Quote
{Administrator}=>:dhcp clientv6 iflist
DHCPv6 Client Info :
  Interface                                      : Internet 
        Mode                                    : stateful
        DHCPv6 Client State                      : [INIT]
        Client DUID                              : 00:01:00:14:18:7a:dd:c7:a4:b1:e9:98:14:2e
        Non Temporary Adress list                :
        Prefix list                              :

Still don't have ping.
MJN
Pro
Posts: 1,318
Thanks: 161
Fixes: 5
Registered: ‎26-08-2010

Re: V6 on the TG589 v3

The ping to GUA addresses won't work until you have a GUA address.
What do you mean by 'OK changed the dhcpv6 options'? What commands did you use? (The DHCPv6 still isn't completing - it is still sitting in the initialisation step).
HairyMcbiker
All Star
Posts: 6,792
Thanks: 266
Fixes: 21
Registered: ‎16-02-2009

Re: V6 on the TG589 v3

I was in the menu playing with the dhcpv6
:dhcp clientv6 ifadd intf=Internet
:dhcp clientv6 ifattach intf=Internet
:dhcp clientv6 ifrenew intf=Internet
I then dropped and reconnected the ppp.
MJN
Pro
Posts: 1,318
Thanks: 161
Fixes: 5
Registered: ‎26-08-2010

Re: V6 on the TG589 v3

When you executed those commands did the response give any hints as to what the default values of those parameters you didn't set were?
It might be worth running dhcp clientv6 iflist expand=enabled to give the full output which might hint at what these are/were.
HairyMcbiker
All Star
Posts: 6,792
Thanks: 266
Fixes: 21
Registered: ‎16-02-2009

Re: V6 on the TG589 v3

Nope.
I could reboot it to get it back as I haven't saved the settings.
Quote
{Administrator}=>dhcp clientv6 iflist expand=enabled
DHCPv6 Client Info :
  Interface                                      : Internet  
        Mode                                     : stateful
        DHCPv6 Client State                      : [INIT]
        Client DUID                              : 00:01:00:14:18:7a:dd:c7:a4:b1:e9:98:14:2e
        Non Temporary Adress list                :
        Prefix list                              :
        Listen to RA messages                    : enabled
        RA Managed flag                          : enabled
        RA Other Config flag                     : enabled
        RA flags lifetime                        : 0 days, 0:30:00
        Max Solicit timeout                      : 0 days, 1:00:00
        Rapid commit                             : disabled
        Proposed leasetime                       : 0 days, 2:00:00
        Number of IA NA options proposed         : 1
        Number of IA PD options proposed         : 1
        Lease history                            : enabled
        DNS metric                               : 0
        Link state                               : up
        DHCPv6 Options                           :
                 Transmitted                     :     1 (client-identifier)
                 Requested                       :
        Trying to get a stateful lease for       : 0 days, 0:02:49
        Nr of SOLICITs transmitted               : 8
        Retransmission timeout                   : 92 sec
        IRT                                      : 1 sec
        MRT                                      : 3600 sec
        MRC                                      : 0
        MRD                                      : 0 sec
{Administrator}=>

For a router that is supposed to be ipv6 gold standard enabled. It is being a pita to setup.
MJN
Pro
Posts: 1,318
Thanks: 161
Fixes: 5
Registered: ‎26-08-2010

Re: V6 on the TG589 v3

It is interesting to note that the DHCPv6 Options requested line is empty, and most notably that it is not requesting a prefix delegation (and indeed that would cause the symptoms we are seeing.
Try readjusting your DHCP client options to the following (note the iapd=1 is the prefix delegation request):
dhcp clientv6 ifconfig intf=Internet listenra=enabled stateless=disabled rapidcommit=disabled leasetime=7200 irt=86400 iana=1 iapd=1 duidtype=duid-llt leasehist=enabled
MJN
Pro
Posts: 1,318
Thanks: 161
Fixes: 5
Registered: ‎26-08-2010

Re: V6 on the TG589 v3

If that command doesn't suffice on its own, try these two afterwards:
dhcp clientv6 oro add intf=wan_ip option=domain-name-servers required=enabled
dhcp clientv6 oro add intf=wan_ip option=ia-prefix-delegation required=enabled

This will force the addition of DNS and prefix options to the DHCPv6 request.
HairyMcbiker
All Star
Posts: 6,792
Thanks: 266
Fixes: 21
Registered: ‎16-02-2009

Re: V6 on the TG589 v3

OK got:
Quote
{Administrator}=>:dhcp clientv6 ifconfig intf=Internet listenra=enabled rapidco
mmit=disabled leasetime=7200 irt=86400 iana=1 iapd=1 duidtype=duid-llt leasehis
t=enabled                                            
Cannot configure DHCPv6 client which is already attached.
{Administrator}=>

so
Quote
:dhcp clientv6 ifdetach intf=Internet
{Administrator}=>:dhcp clientv6 ifconfig intf=Internet listenra=enabled rapidco
mmit=disabled leasetime=7200 irt=86400 iana=1 iapd=1 duidtype=duid-llt leasehis
t=enabled
:dhcp clientv6 ifattach intf=Internet
:dhcp clientv6 ifrenew intf=Internet
:dhcp clientv6 iflist intf=Internet
DHCPv6 Client Info :
  Interface                                      : Internet  
        Mode                                     : stateful
        DHCPv6 Client State                      : [INIT]
        Client DUID                              : 00:01:00:14:18:7a:dd:c7:a4:b1:e9:98:14:2e
        Non Temporary Adress list                :
        Prefix list                              :
{Administrator}=>

Quote
dhcp clientv6 oro add intf=wan_ip option=domain-name-servers required=enabled
dhcp clientv6 oro add intf=wan_ip option=ia-prefix-delegation required=enabled

doesn't like the intf=wan_ip bit
With Internet
Quote
{Administrator}=>dhcp clientv6 oro add intf=Internet option=domain-name-servers
required=enabled
Failed to add option 23 to the ORO list!
{Administrator}=>

MJN
Pro
Posts: 1,318
Thanks: 161
Fixes: 5
Registered: ‎26-08-2010

Re: V6 on the TG589 v3

Did the dhcp clientv6 oro add intf=Internet option=ia-prefix-delegation required=enabled option line work? This is the key one to get working.
(Sorry about the wan_ip interface inclusion - I'm getting these commands from a Thomson CLI reference manual but missed out the interface swap  applicable to your setup)
Remember to run the full dhcp clientv6 iflist expand=enabled command in order to get the full request listed.
MJN
Pro
Posts: 1,318
Thanks: 161
Fixes: 5
Registered: ‎26-08-2010

Re: V6 on the TG589 v3

By the way, I am assuming you are running the latest firmware?