• Welcome to Hurricane Electric's IPv6 Tunnel Broker Forums.

No IPv6 connectivity after created an IPv6 tunnel

Started by jingwu2016, January 16, 2016, 08:31:31 PM

Previous topic - Next topic

jingwu2016

I have created a IPv6 tunnel by using TunnelBroker, below is my tunnel info, but still no IPv6 connectivity, alarm shows "You were unable to load a content from an IPv6 only URL. Here's an example of the IPv6 only URL: http://[2001:db8::1]/"

Can you please point out if anything may be wrong?

Thanks a lot for help!

Tunnel ID: 319361

Creation Date:Jan 14, 2016
Description:
IPv6 Tunnel Endpoints
Server IPv4 Address:216.218.226.238
Server IPv6 Address:2001:470:a:615::1/64

Client IPv4 Address:108.63.249.251
Client IPv6 Address:2001:470:a:615::2/64
Routed IPv6 Prefixes
Routed /64:2001:470:b:615::/64

cholzhauer


jingwu2016

login to TunnelBroker, click "Create Regular Tunnel", copy & paste my IP to "IPv4 Endpoint (Your side):", choose "Seattle, WA, US" as Available Tunnel Servers, then click "Create Tunnel" button on the bottom......

broquea

And what commands did you run locally to create the tunnel on your gear?

cholzhauer

Ha yeah, that's what I was getting at

Guess I should ask more specific questions

jingwu2016

Hi Broquea, I ran below commands on my Win7 laptop:

netsh interface teredo set state disabled
netsh interface ipv6 add v6v4tunnel interface=IP6Tunnel 108.63.249.251 216.218.226.238
netsh interface ipv6 add address IP6Tunnel 2001:470:a:615::2
netsh interface ipv6 add route ::/0 IP6Tunnel 2001:470:a:615::1

All commands went through successfully without any error message.


broquea

There is this note, I believe in BOLD, that says when running the commands to use your NAT IP. I'm guessing 108.63.249.251 isn't configured on your Windows machine. Use your NAT IP instead of 108.63.249.251 when running the Windows commands.