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
- :
- Re: V6 on the TG589 v3
Re: V6 on the TG589 v3
17-12-2013 10:49 AM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
OK
Quote {Administrator}=> dhcp clientv6 iflist expand=enabled
DHCPv6 Client Info :
Interface : Internet
Mode : stateful
DHCPv6 Client State : [BOUND]
Client DUID : 00:01:00:14:18:7a:dd:c7:a4:b1:e9:98:14:2e
Non Temporary Adress list :
Prefix list :
IA ID : a4:b1:e9:98
Renew value : infinite
Rebind value : infinite
Prefix : 2a02:16c8:2000:1000::/56 [active]
Preferred lifetime : infinite
Valid lifetime : infinite
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 : 0
Number of IA PD options proposed : 1
Lease history : enabled
DNS metric : 10
Qos label : Management
Link state : up
DHCPv6 Options :
Transmitted : 1 (client-identifier)
Requested : 23 (domain-name-servers)
25 (ia-prefix-delegation)
{Administrator}=>
What about a drop of the ppp?
Re: V6 on the TG589 v3
17-12-2013 11:38 AM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
Back up and still connected as testuser.
Still no ping:
Quote {Administrator}=>ping proto=ip addr=2001:470:20::2
Legend : Pingv6 successful(!)
Pingv6 Timeout(.)
Hit ctrl-g to abort...
.....
--- Pingv6 statistics ---
5 packet(s) transmitted, 0 successful, 100% packet loss
{Administrator}=>
Re: V6 on the TG589 v3
17-12-2013 3:05 PM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
How about starting with factory default and just log in with the test account in the GUI, no CLI commands. Then just see where it gets to.
Re: V6 on the TG589 v3
17-12-2013 3:11 PM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
With no cli changes I get no ipv6 (disabled)
Re: V6 on the TG589 v3
17-12-2013 3:40 PM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
Quote from: RPMozley The IPv6 gateway address appears to be wrong, from that GUI test page, it's a local one. Something is really wrong with the config.
That's actually fine, and indeed expected. The gateway address is that of Plusnet's router or whatever it is that sits on their end of the link. Remember that packets are routed on a hop-by-hop basis and so they only need to get as far as Plusnet's end of the link at which point they are routed onwards.
If you run an ipconfig/ifconfig on one of your clients you'll see that your gateway address is again a link local address (of your router as it is the next hop).
The use of link local addresses cuts down on the number of globally unique addresses required, but more importantly cuts down on routing table size because their existance does not need to be known beyond the realms of the link itself.
Re: V6 on the TG589 v3
17-12-2013 3:53 PM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
So in theory a routing and/or firewall issue could be in play here.
Re: V6 on the TG589 v3
17-12-2013 4:35 PM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
if it's any consolation to Hairy McBiker it is exactly these sort of problems that the trial exist to flush out. If it all works out-of-the-box we'd end up learning very little...
Re: V6 on the TG589 v3
17-12-2013 4:42 PM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
Quote Pv6 Default Gateway: fe80::90:1a00:ca3:8d40
DNS Server 1: 2001:470:20::2
So from the router:
Quote {Administrator}=>: ping proto=ip addr=fe80::90:1a00:ca3:8d40 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 = 30 / 30 / 31 ms
{Administrator}=>: ping proto=ip addr=2001:470:20::2 intf=Internet
Legend : Pingv6 successful(!)
Pingv6 Timeout(.)
Hit ctrl-g to abort...
.....
--- Pingv6 statistics ---
5 packet(s) transmitted, 0 successful, 100% packet loss
{Administrator}=>
So it can reach the default g/w which I assume is the PN side. But not he dns server.
Re: V6 on the TG589 v3
17-12-2013 4:47 PM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
Re: V6 on the TG589 v3
17-12-2013 5:39 PM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
ip rt6advd ifdetach intf=LocalNetwork(be careful of the line wraps - all commands should start 'ip')
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
It will enable router advertisements on to the LAN which will hopefully allow your clients to autoconfigure themselves an IPv6 address (check with ipconfig /all, or ifconfig on Linux).
As mentioned previously it is entirely possible to enable IPv6 access for your clients even if the router itself cannot reach external (global) IPv6 devices (because it hasn't configured itself a GUA IPv6 from the PN-assigned prefix).
Re: V6 on the TG589 v3
17-12-2013 5:45 PM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
dhcp serverv6 pool add name=LAN6_pool
dhcp serverv6 pool config name=LAN6_pool state=enabled intf=LocalNetwork localdns=enabled
Re: V6 on the TG589 v3
17-12-2013 5:58 PM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
Quote hairybiker@Duo:~$ ifconfig eth0
eth0 Link encap:Ethernet HWaddr 00:16:76:b4:bc:e9
inet addr:192.168.1.66 Bcast:192.168.1.255 Mask:255.255.255.0
inet6 addr: 2a02:16c8:2000:1000:6972:e768:8cb4:b0ca/64 Scope:Global
inet6 addr: 2a02:16c8:2000:1000:216:76ff:feb4:bce9/64 Scope:Global
inet6 addr: fe80::216:76ff:feb4:bce9/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:17423 errors:0 dropped:0 overruns:0 frame:0
TX packets:15429 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:16138614 (16.1 MB) TX bytes:2488847 (2.4 MB)
Interrupt:21 Memory:dffe0000-e0000000
So I now have an ipv6 ip address on this pc.
Re: V6 on the TG589 v3
17-12-2013 6:01 PM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
Quote hairybiker@Duo:~$ ping6 2001:470:20::2
PING 2001:470:20::2(2001:470:20::2) 56 data bytes
64 bytes from 2001:470:20::2: icmp_seq=1 ttl=58 time=33.2 ms
64 bytes from 2001:470:20::2: icmp_seq=2 ttl=58 time=30.7 ms
64 bytes from 2001:470:20::2: icmp_seq=3 ttl=58 time=30.7 ms
64 bytes from 2001:470:20::2: icmp_seq=4 ttl=58 time=30.9 ms
64 bytes from 2001:470:20::2: icmp_seq=5 ttl=58 time=30.6 ms
64 bytes from 2001:470:20::2: icmp_seq=6 ttl=58 time=30.7 ms
^C
--- 2001:470:20::2 ping statistics ---
6 packets transmitted, 6 received, 0% packet loss, time 5007ms
rtt min/avg/max/mdev = 30.682/31.166/33.219/0.932 ms
hairybiker@Duo:~$
BUT the ipv6 test still fail. (restarted FF just incase)
Re: V6 on the TG589 v3
17-12-2013 6:02 PM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
There could be some caching of previous failings going on, although I thought that test-ipv6.com tries to not allow that to happen. You could try a different test site (or different browser - your 'file manager' probably has one built in)
Re: V6 on the TG589 v3
17-12-2013 6:05 PM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
BUT on Chrome:
Quote Excellent!
You are successfully using IPv6 to connect to this server!
Your IPv6 address is 2a02:16c8:2000:1000:6972:e768::etc
So how do I get FF to step up?
And how to boil this down
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page