Hi Everyone,
I'm having problems trying to get the tunnel to work, here is my attempts;
When i could not get the tunnel working i tried gogo6 client at
http://www.gogo6.com/freenet6It setup with no problems & used IPv6-in-UDP-IPv4 Tunnel (NAT Traversal)
I could not tell if my router supports protocol 41
My Tunnel Details;IPv6 Tunnel Endpoints
Server IPv4 Address:216.66.80.26
Server IPv6 Address:2001:470:1f08:8d1::1/64
Client IPv4 Address:176.24.194.38
Client IPv6 Address:2001:470:1f08:8d1::2/64
Routed IPv6 Prefixes
Routed /64:2001:470:1f09:8d1::/64I first ran the following on my pc (Winxp)
ipv6 install
ipv6 rtu ::/0 2/::216.66.80.26 pub
ipv6 adu 2/2001:470:1f08:8d1::2
Then i tried
netsh interface teredo set state disabled
netsh interface ipv6 add v6v4tunnel IP6Tunnel 192.168.0.5 216.66.80.26
netsh interface ipv6 add address IP6Tunnel 2001:470:1f08:8d1::2
netsh interface ipv6 add route ::/0 IP6Tunnel 2001:470:1f08:8d1::1
After that i tried
netsh interface teredo set state disabled
netsh interface ipv6 add v6v4tunnel IP6Tunnel 192.168.0.5 216.66.80.26
netsh interface ipv6 add address IP6Tunnel 2001:470:1f08:8d1::2
netsh interface ipv6 add route ::/0 IP6Tunnel 2001:470:1f08:8d1::1
netsh interface ipv6>add route 2001:470:1f09:8d1::/64 Local Area Connection publish=yes
I then ran show route
C:\Documents and Settings\david>netsh interface ipv6 show route
Querying active state...
Publish Type Met Prefix Idx Gateway/Interface Name
------- -------- ---- ------------------------ --- ---------------------
no Manual 1 ::/0 7 2001:470:1f08:8d1::1
yes Manual 1 ::/0 2 ::216.66.80.26
no Autoconf 10 2001::/32 6 Teredo Tunneling Pseudo-Interface
Then show interface
C:\Documents and Settings\david>netsh interface ipv6 show interface
Querying active state...
Idx Met MTU State Name
--- ---- ----- ------------ -----
7 1 1280 Connected IP6Tunnel
6 2 1280 Connected Teredo Tunneling Pseudo-Interface
5 0 1280 Disconnected Local Area Connection 4
4 0 1500 Connected Local Area Connection
3 1 1280 Connected 6to4 Pseudo-Interface
2 1 1280 Connected Automatic Tunneling Pseudo-Interface
1 0 1500 Connected Loopback Pseudo-Interface
Then i tried to ping ipv6.google.com it said timed out or unreachable
C:\Documents and Settings\david>ping -6 ipv6.google.com
Pinging ipv6.l.google.com [2a00:1450:400c:c03::63] with 32 bytes of data:
Request timed out.
Request timed out.
Request timed out.
Request timed out.
Ping statistics for 2a00:1450:400c:c03::63:
Packets: Sent = 4, Received = 0, Lost = 4 (100% loss),
I then fired up GoGo Client running as IPv6-in-UDP-IPv4 Tunnel (NAT Traversal) as tried to ping ipv6.google.com again
C:\Documents and Settings\david>ping -6 ipv6.google.com
Pinging ipv6.l.google.com [2a00:1450:400c:c03::63] with 32 bytes of data:
Reply from 2a00:1450:400c:c03::63: time=185ms
Reply from 2a00:1450:400c:c03::63: time=299ms
Reply from 2a00:1450:400c:c03::63: time=212ms
Reply from 2a00:1450:400c:c03::63: time=157ms
Ping statistics for 2a00:1450:400c:c03::63:
Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
Minimum = 157ms, Maximum = 299ms, Average = 213ms
It works with GoGo client without any router changes
I would like to try & get the he tunnel to work if possible
Can anyone possibly help me please??
Thanks in advance
David