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

News:

Welcome to Hurricane Electric's Tunnelbroker.net forums!

Main Menu

help

Started by alt1231, November 22, 2009, 05:41:00 AM

Previous topic - Next topic

alt1231

can someone help me setup my ipv6 i tried buti don't think I'm doing it right

kriteknetworks

Please detail what you've tried, what failed, and relevant error messages. Providing details will help troubleshoot problems, thanks.

alt1231

I'm using a dlink dir-615 router. for some reason i seem to connect better with it more stable.
The setting I have currently for the ipv6 is the dhcp mode for it.
what i dont get is my ipv6 still shows up as local under my network connections.
I've set up tunnel broker. I just dont know how to use it with my internet.

cholzhauer

i am still having a hard time figuring out what you need help with. Are you saying you need help connecting to the ipv6 internet? What have you tried so far? How are you distributing addresses?

alt1231

#4
when i do the first netsh command i get a message stating : YOu were not connected because a duplcate name exists  on the network. If joining a domain, go to system control panel to change the computer name and try again, If joining a workgroup, choose another work group name.
I'm using a dlink 615 router

alt1231

I think I'm distributing the addresses right. not sure
Ive neve rset one of these up before.

cholzhauer

QuoteYOu were not connected because a duplcate name exists  on the network.

you should probably fix that first.  Go to System in Control Panel to change the computer name and try again

Can you list the Netsh commands you're trying?

alt1231

These are the commands.
netsh interface ipv6 add v6v4tunnel IP6Tunnel
netsh interface ipv6 add address
netsh interface ipv6 add route

cholzhauer

Alright, what values are you using for the last two lines?

What ranges did HE assign?

Can you post your routing table and the output if ipconfig /all

alt1231

How do post the info from a ipconfig /all? I cant copy and paste it here

alt1231

OhI got my modem to work, but now I'm trying to configure my router. It's a D-Link 615

alt1231

got it

Microsoft Windows [Version 6.0.6002]
Copyright (c) 2006 Microsoft Corporation.  All rights reserved.

C:\Users\Administrator.Tice-PC>ipconfig /all

Windows IP Configuration

   Host Name . . . . . . . . . . . . : Tice-PC
   Primary Dns Suffix  . . . . . . . :
   Node Type . . . . . . . . . . . . : Hybrid
   IP Routing Enabled. . . . . . . . : No
   WINS Proxy Enabled. . . . . . . . : No

Ethernet adapter Local Area Connection:

   Connection-specific DNS Suffix  . :
   Description . . . . . . . . . . . : Realtek RTL8139/810x Family Fast Ethernet
NIC
   Physical Address. . . . . . . . . : 00-1E-90-7A-F6-00
   DHCP Enabled. . . . . . . . . . . : Yes
   Autoconfiguration Enabled . . . . : Yes
   IPv6 Address. . . . . . . . . . . : 2002:47e6:51e5:b:1da5:b802:b7c3:ea51(Pref
erred)
   Site-local IPv6 Address . . . . . : fec0::b:1da5:b802:b7c3:ea51%2(Preferred)

   Temporary IPv6 Address. . . . . . : 2002:47e6:51e5:b:25cb:687b:da7a:66a7(Pref
erred)
   Link-local IPv6 Address . . . . . : fe80::1da5:b802:b7c3:ea51%11(Preferred)
   IPv4 Address. . . . . . . . . . . : 192.168.0.100(Preferred)
   Subnet Mask . . . . . . . . . . . : 255.255.255.0
   Lease Obtained. . . . . . . . . . : Monday, November 23, 2009 3:04:15 PM
   Lease Expires . . . . . . . . . . : Monday, November 30, 2009 3:04:15 PM
   Default Gateway . . . . . . . . . : 192.168.0.1
   DHCP Server . . . . . . . . . . . : 192.168.0.1
   DHCPv6 IAID . . . . . . . . . . . : 234888848
   DHCPv6 Client DUID. . . . . . . . : 00-01-00-01-11-F0-27-11-00-1E-90-7A-F6-00

   DNS Servers . . . . . . . . . . . : 2001:470:20::2
                                       192.168.0.1
   NetBIOS over Tcpip. . . . . . . . : Enabled

Tunnel adapter Local Area Connection* 18:

   Media State . . . . . . . . . . . : Media disconnected
   Connection-specific DNS Suffix  . :
   Description . . . . . . . . . . . : Microsoft ISATAP Adapter
   Physical Address. . . . . . . . . : 00-00-00-00-00-00-00-E0
   DHCP Enabled. . . . . . . . . . . : No
   Autoconfiguration Enabled . . . . : Yes

Tunnel adapter Local Area Connection* 7:

   Connection-specific DNS Suffix  . :
   Description . . . . . . . . . . . : Teredo Tunneling Pseudo-Interface
   Physical Address. . . . . . . . . : 02-00-54-55-4E-01
   DHCP Enabled. . . . . . . . . . . : No
   Autoconfiguration Enabled . . . . : Yes
   IPv6 Address. . . . . . . . . . . : 2001:0:4137:9e50:20bc:1cd5:b819:b7c9(Pref
erred)
   Link-local IPv6 Address . . . . . : fe80::20bc:1cd5:b819:b7c9%8(Preferred)
   Default Gateway . . . . . . . . . :
   NetBIOS over Tcpip. . . . . . . . : Disabled

Tunnel adapter Local Area Connection* 19:

   Media State . . . . . . . . . . . : Media disconnected
   Connection-specific DNS Suffix  . :
   Description . . . . . . . . . . . : 6TO4 Adapter
   Physical Address. . . . . . . . . : 00-00-00-00-00-00-00-E0
   DHCP Enabled. . . . . . . . . . . : No
   Autoconfiguration Enabled . . . . : Yes

Tunnel adapter IP6Tunnel:

   Media State . . . . . . . . . . . : Media disconnected
   Connection-specific DNS Suffix  . :
   Description . . . . . . . . . . . : Microsoft Direct Point-to-point Adapater
   Physical Address. . . . . . . . . : 00-00-00-00-00-00-00-E0
   DHCP Enabled. . . . . . . . . . . : No
   Autoconfiguration Enabled . . . . : Yes

C:\Users\Administrator.Tice-PC>

cholzhauer

What are you trying to do with your dlink?  From what I can tell, it does not support IPv6

I would turn off teredo

netsh interface teredo set state disabled


alt1231

it has a settings for ipv6 specifically
I read on another forum a guy set his up with the same router through SixXs



alt1231

ok i disabled teredo now what do i do