Hello IPv6 guys!!
i really really need ur help right now!! im trying to reach a ipv6 webpage (ipv6.google.com). im using the HE tunnel configuration on my windows 7 laptop.
im actually able to ping the HE side of the tunnel but for some reason cant go to the ipv6 websites that i need.
this are the configurations that i have made--->
IPv6 Tunnel Endpoints
Server IPv4 Address:216.218.224.42
Server IPv6 Address:2001:470:1f0e:e10::1/64
Client IPv4 Address: 128.251.220.31
Client IPv6 Address:2001:470:1f0e:e10::2/64
netsh interface teredo set state disabled
netsh interface ipv6 add v6v4tunnel IP6Tunnel 128.251.220.31 216.218.224.42
netsh interface ipv6 add address IP6Tunnel 2001:470:1f0e:e10::2
netsh interface ipv6 set interface IP6Tunnel forwarding=enabled
netsh interface ipv6 set interface "Local Area Connection" forwarding=enabled advertise=enabled
netsh interface ipv6 add addr "Local Area Connection" 2001:470:1f0e:e10::1
netsh interface ipv6 add route 2001:470:1f0f:1ef0::/64 "Local Area Connection" publish=yes
netsh interface ipv6 add route ::/0 IP6Tunnel 2001:470:1f0e:e10::1 publish=yes
C:\windows\system32>ipconfig
Windows IP Configuration
Ethernet adapter Local Area Connection:
Connection-specific DNS Suffix . : ve.alcatel-lucent.com
IPv6 Address. . . . . . . . . . . : 2001:470:1f0e:e10::1
IPv6 Address. . . . . . . . . . . : 2001:470:1f0f:1ef0:5:3930:8a93:4e7b
Temporary IPv6 Address. . . . . . : 2001:470:1f0f:1ef0:c0ef:6f30:b211:8794
Link-local IPv6 Address . . . . . : fe80::5:3930:8a93:4e7b%11
IPv4 Address. . . . . . . . . . . : 128.251.220.31
Subnet Mask . . . . . . . . . . . : 255.255.255.0
Default Gateway . . . . . . . . . : 128.251.220.1
Tunnel adapter IP6Tunnel:
Connection-specific DNS Suffix . : ve.alcatel-lucent.com
IPv6 Address. . . . . . . . . . . : 2001:470:1f0e:e10::2
Link-local IPv6 Address . . . . . : fe80::41c4:b31a:910e:9572%24
Default Gateway . . . . . . . . . : 2001:470:1f0e:e10::1
---------------
PING HE SIDE OF THE TUNNEL
C:\windows\system32>ping 2001:470:1f0e:e10::2
Pinging 2001:470:1f0e:e10::2 with 32 bytes of data:
Reply from 2001:470:1f0e:e10::2: time=2ms
Reply from 2001:470:1f0e:e10::2: time<1ms
Reply from 2001:470:1f0e:e10::2: time<1ms
Reply from 2001:470:1f0e:e10::2: time<1ms
Ping statistics for 2001:470:1f0e:e10::2:
Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
Minimum = 0ms, Maximum = 2ms, Average = 0ms
C:\windows\system32>ping 2001:470:1f0e:e10::1
Pinging 2001:470:1f0e:e10::1 with 32 bytes of data:
Reply from 2001:470:1f0e:e10::1: time=4ms
Reply from 2001:470:1f0e:e10::1: time<1ms
Reply from 2001:470:1f0e:e10::1: time<1ms
Reply from 2001:470:1f0e:e10::1: time<1ms
Ping statistics for 2001:470:1f0e:e10::1:
Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
Minimum = 0ms, Maximum = 4ms, Average = 1ms
--------------------------
C:\windows\system32>netsh int ipv6 show int
Idx Met MTU State Name
--- ---------- ---------- ------------ ---------------------------
1 50 4294967295 connected Loopback Pseudo-Interface 1
11 20 1500 connected Local Area Connection
24 25 1280 connected IP6Tunnel
22 20 1280 disconnected Local Area Connection 3
28 10 1400 disconnected Local Area Connection 4
C:\windows\system32>netsh int ipv6 show int 24
Interface IP6Tunnel Parameters
----------------------------------------------
IfLuid : tunnel_17
IfIndex : 24
State : connected
Metric : 25
Link MTU : 1280 bytes
Reachable Time : 40500 ms
Base Reachable Time : 30000 ms
Retransmission Interval : 1000 ms
DAD Transmits : 1
Site Prefix Length : 64
Site Id : 1
Forwarding : enabled
Advertising : disabled
Neighbor Discovery : disabled
Neighbor Unreachability Detection : disabled
Router Discovery : enabled
Managed Address Configuration : disabled
Other Stateful Configuration : disabled
Weak Host Sends : disabled
Weak Host Receives : disabled
Use Automatic Metric : enabled
Ignore Default Routes : disabled
Advertised Router Lifetime : 1800 seconds
Advertise Default Route : enabled
Current Hop Limit : 0
Force ARPND Wake up patterns : disabled
Directed MAC Wake up patterns : disabled
Link-Layer Address : 128.251.220.31
Remote Link-Layer Address : 216.218.224.42
C:\windows\system32>netsh int ipv6 show int 11
Interface Local Area Connection Parameters
----------------------------------------------
IfLuid : ethernet_6
IfIndex : 11
State : connected
Metric : 20
Link MTU : 1500 bytes
Reachable Time : 31500 ms
Base Reachable Time : 30000 ms
Retransmission Interval : 1000 ms
DAD Transmits : 1
Site Prefix Length : 64
Site Id : 1
Forwarding : enabled
Advertising : enabled
Neighbor Discovery : enabled
Neighbor Unreachability Detection : enabled
Router Discovery : enabled
Managed Address Configuration : enabled
Other Stateful Configuration : enabled
Weak Host Sends : disabled
Weak Host Receives : disabled
Use Automatic Metric : enabled
Ignore Default Routes : disabled
Advertised Router Lifetime : 1800 seconds
Advertise Default Route : enabled
Current Hop Limit : 0
Force ARPND Wake up patterns : disabled
Directed MAC Wake up patterns : disabled
C:\windows\system32>
-------------------------------------
HELP ME PLEASE!!!!! 