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

Can't connect to Net through IPv6

Started by SakuyaIzayoi, February 07, 2011, 01:09:30 PM

Previous topic - Next topic

SakuyaIzayoi

I've got the tunnel up and running, and I've run the commands, but I still can't get through. Help would be much appreciated.

Initialization Code:
netsh interface teredo set state disabled
netsh interface ipv6 add v6v4tunnel IP6Tunnel 68.44.243.12 216.66.22.2
netsh interface ipv6 add address IP6Tunnel 2001:470:7:b15::2
netsh interface ipv6 add route ::/0 IP6Tunnel 2001:470:7:b15::1

Ipconfig /all:
http://pastebin.com/76KMHm8H

cholzhauer

You need to use your NAT address instead

Use "192.168.1.2" instead of "68.44.243.12"  (I think that's your IP)

SakuyaIzayoi

#2
Quote from: cholzhauer on February 07, 2011, 01:19:01 PM
You need to use your NAT address instead

Use "192.168.1.2" instead of "68.44.243.12"  (I think that's your IP)

Thanks. I knew it had something to do with the NAT but I wasn't sure where to put the IP.

EDIT: My problems don't seem to finish here. I've rerun the initial script with my local IP and restarted the computer, but still no IPv6 access.  :-[

cholzhauer

OK, lets see some more info.

What are the commands you used to make the tunnel?

Let's see your routing tables and the output of ipconfig /all too

SakuyaIzayoi

Ipconfig /all
http://pastebin.com/kz3GYQrz

The commands were the same as before.

netsh interface teredo set state disabled
netsh interface ipv6 add v6v4tunnel IP6Tunnel 192.168.1.2 216.66.22.2
netsh interface ipv6 add address IP6Tunnel 2001:470:7:b15::2
netsh interface ipv6 add route ::/0 IP6Tunnel 2001:470:7:b15::1

Not quite sure what a routing table is. The category "Static Routes" in my Router is empty.

cholzhauer

Any reason you're doing 6to4?  (the 2002:: addresses)  If not, and you want to use HE, might as well disable that

(routing tables = netstat -nr)

You have a bunch of ISATAP adapters....probably should remove those too

Beyond that, do you know if your ISP or your router/firewall is blocking protocol 41?

SakuyaIzayoi

Quote from: cholzhauer on February 07, 2011, 07:26:32 PM
Any reason you're doing 6to4?  (the 2002:: addresses)  If not, and you want to use HE, might as well disable that

(routing tables = netstat -nr)

You have a bunch of ISATAP adapters....probably should remove those too

Beyond that, do you know if your ISP or your router/firewall is blocking protocol 41?

Netstat Results:
http://pastebin.com/tV6AHSxm

Any specific instructions on removing these? I'm not too familiar with networking commands.


SakuyaIzayoi

Ok, I'll get working on this tomorrow as it's getting pretty late here. Thanks.

SakuyaIzayoi

#9
Ok, well I can't disable 6to4 through Device Manager because it's not listed there. Next day and still no IPv6 connectivity.

EDIT: Oh nevermind. I just read that the router I'm using blocks Protocol 41.