Hi there,
I'm trying to get my IP6 Tunnel work over my network.... I'm almost done but I'm missing only one thing (go outside my network with IPv6).
Both pc's are Windows 7 systems.
First I've enabled RRAS on my "server".
I got my tunnel working on my "server" systems with the commands dawkco posted above. I could ping around the world of IPv6.
But when i try to surf to "
http://ipv6.whatismyv6.com/" of "
http://ipv6.google.com" I got a 404 error. But I could ping that hosts so the tunnel is working.
I tried to give my server a IPv6 IP with the following commands:
netsh int ipv6 add address "LAN verbinding" 2001:470:1f14:132f::5
netsh int ipv6 set interface "LAN verbinding" forwarding=enabled nud=enabled routerdiscovery=enabled
"LAN verbinding" is dutch for "Local Area Connection"And see here I can surve around the world too! The site
http://ipv6.whatismyv6.com/ tell me my IPv6 is 2001:470:1f14:132f::5 and thats correct!
So my job on the server is done I guess?
I tried my other Windows 7 system en put the commands in here:
netsh int ipv6 add address "Draadloze netwerkverbinding" 2001:470:1f14:132f::6
netsh int ipv6 set interface "Draadloze netwerkverbinding" forwarding=enabled nud=enabled routerdiscovery=enabled
"Draadloze netwerkverbinding" is dutch for "Wireless networkconnection"When I try to ping to 2001:470:1f14:132f::5 i got the following results:
Reply from 2001:470:1f14:132f::55: tijd=564 ms
Reply from 2001:470:1f14:132f::5: tijd=1 ms
Reply from 2001:470:1f14:132f::5: tijd=1 ms
Reply from 2001:470:1f14:132f::5: tijd=4 ms
So my internal connection is working.
When I try to ping the host-end-point IP from my tunnel: 2001:470:1f14:132f::2
I got 4 times "Destination Unreachable"
So I can't come out my network with IPv6.
I'm hoping someone can help me out to fix IPv6 for my local network. What did I do wrong?
This are my ipv6 routes:
[edit]
C:\Users\Sandertjuhh>netsh int ipv6 show route
Public. Type Met Voorvoegsel Idx Naam gateway/interface
------- -------- --- ------------------------ --- ------------------------
Nee Handmatig 256 ::1/128 1 Loopback Pseudo-Interface
1
Nee Handmatig 256 2001:470:1f14:132f::/64 12 Draadloze netwerkverbinding
Nee Handmatig 256 2001:470:1f14:132f::6/128 12 Draadloze netwerkverbinding
Nee Handmatig 256 fe80::/64 14 Bluetooth-netwerkverbinding
Nee Handmatig 256 fe80::/64 12 Draadloze netwerkverbinding
Nee Handmatig 256 fe80::/64 11 LAN-verbinding
Nee Handmatig 256 fe80::25e3:b5f5:a977:6aad/128 14 Bluetooth-netwerkverbinding
Nee Handmatig 256 fe80::415b:1088:4741:91dc/128 11 LAN-verbinding
Nee Handmatig 256 fe80::f9bb:941e:531:e179/128 12 Draadloze netwerkverbinding
Nee Handmatig 256 ff00::/8 1 Loopback Pseudo-Interface
1
Nee Handmatig 256 ff00::/8 14 Bluetooth-netwerkverbinding
Nee Handmatig 256 ff00::/8 12 Draadloze netwerkverbinding
Nee Handmatig 256 ff00::/8 11 LAN-verbinding
[/edit]
Handmatig is dutch for Manual[edit2]
On request my IPv6 Range is: 2001:470:1f14:132f/64
[/edit2]