Hurricane Electric's IPv6 Tunnel Broker Forums

Tunnelbroker.net Specific Topics => Questions & Answers => Topic started by: SakuyaIzayoi on February 07, 2011, 01:09:30 PM

Title: Can't connect to Net through IPv6
Post by: SakuyaIzayoi on February 07, 2011, 01:09:30 PM
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
Title: Re: Can't connect to Net through IPv6
Post by: 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)
Title: Re: Can't connect to Net through IPv6
Post by: SakuyaIzayoi on February 07, 2011, 05:04:00 PM
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.  :-[
Title: Re: Can't connect to Net through IPv6
Post by: cholzhauer on February 07, 2011, 07:04:15 PM
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
Title: Re: Can't connect to Net through IPv6
Post by: SakuyaIzayoi on February 07, 2011, 07:12:25 PM
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.
Title: Re: Can't connect to Net through IPv6
Post by: 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?
Title: Re: Can't connect to Net through IPv6
Post by: SakuyaIzayoi on February 07, 2011, 07:29:24 PM
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.
Title: Re: Can't connect to Net through IPv6
Post by: cholzhauer on February 07, 2011, 07:34:31 PM
http://social.technet.microsoft.com/Forums/en/itprovistahardware/thread/3a503cdb-e61c-44bc-97c4-0b38b0e5f929

Title: Re: Can't connect to Net through IPv6
Post by: SakuyaIzayoi on February 07, 2011, 07:36:00 PM
Ok, I'll get working on this tomorrow as it's getting pretty late here. Thanks.
Title: Re: Can't connect to Net through IPv6
Post by: SakuyaIzayoi on February 08, 2011, 04:52:56 PM
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.