How To Install Teredo Tunneling Adapter

Active3 years, 8 months ago

I did 'ipconfig' today and found about 10 network interfaces, most of them disconnected.

How can I diagnose this? Where can I remove them?

How

Edit:

The extra network appear like this:

Mar 11, 2010  In Device Manager I uninstalled the Teredo Tunneling Pseudo-Interface. I need to know how to reinstall this interface. I've seen other postings on the web on how to configure it, but all those assume the interace is still visible in Device Manager.

Tunnel adapter Local Area Connection* 16

Tunnel adapter Local Area Connection* 17

Tunnel adapter Local Area Connection* 18

...

ripper234
ripper234ripper234
4,60330 gold badges74 silver badges107 bronze badges

3 Answers

How to remove the unwanted Tunnel Adapters via Device Manager:

(This solution has been tested and confirmed to work)

  • Open Start Menu
  • Type In: Device Manager
  • Select Device Manager
  • Click the View menu from the top
  • Select Show Hidden Devices (Must be check before continuing)
  • Scroll down and expand Network Adapters
  • Right-Click a duplicated Microsoft 6to4 Adapter or Microsoft ISATAP Adapter
  • Select Uninstall
  • Click OK for the pop-up warning message
  • Repeat and repeat for each of the unwanted duplicated adapter
  • Close Device Manager when finish

Credit: Microsoft Answer's Moderator Nicholas Li per this post.

Warning: It's always a good idea to create system restore point before making any systems changes.

So what is tunnel adapter?

Tunneling is how to do secure communications across an untrusted network such as the internet. If you look at 'description' of each connection, via ipconfig /all, it will probably the contain either ISATAP or 6over4. Find information about Tunnel Adapters at Wikipedia.

SgtOJSgtOJ
6,4084 gold badges42 silver badges63 bronze badges

These adapters are part of the Microsoft implementation of the iPv6 TCP/IP address protocol. You will find you have quite a lot of them, at least one per each defined network adapter. You also probably have VMware player installed, which adds several network adapters potentially used by virtual machines.

These dummy adapters are called 'Automatic Tunneling Pseudo-Interface' for encapsulating IPv6 packets with an IPv4 header so that they can be sent across an IPv4 network. This probably means that your local network is at the moment both iPv4 and iPv6, and these adapters are created 'just in case'.

If you are working on a local network, you have no need of iPv6, since 4-byte TCP/IP addresses are quite sufficient for the number of computers. To get rid of these dummy adapters do:

  1. Open up Control Panel -> Network and Sharing Center.
  2. For each network connection :
    • Click 'View status', then Properties.
    • Uncheck the mark next to 'Internet protocol version 6 (TCP/IPv6)'.
    • Click OK, then Close.
  3. When all adapters are done, reboot.

This will leave only iPv4 interfaces defined on your computer, and will only work if you do not have any pure-iPv6 device on the local network. If you do have such a device, you will need to allow iPv6 at least on the one network adapter on which it communicates.

harrymcharrymc
283k16 gold badges300 silver badges615 bronze badges

From the command line:

If you're running Windows 2012/8 or later, you can do it with powershell:

Install teredo tunneling adapter windows 10

Caveat - if for some reason you want the tunnel adapters on some, but not all, of your interfaces, this isn't the right solution. Probably that's not what you want though.

Credit & more information about what these adapters are: http://www.minasi.com/newsletters/nws1303.htm

Dan PrittsDan Pritts

protected by CommunityMay 23 '15 at 21:05

Thank you for your interest in this question. Because it has attracted low-quality or spam answers that had to be removed, posting an answer now requires 10 reputation on this site (the association bonus does not count).
Would you like to answer one of these unanswered questions instead?

Not the answer you're looking for? Browse other questions tagged windows-7windowsnetworking or ask your own question.

Teredo tunneling is a protocol that is part of the next generation TCP/IP protocol called 'IPv6.' Teredo tunneling enables devices using the IPv6 protocol to communicate through an IPv4 (the current version of TCP/IP) networks by creating a virtual IPv6 tunnel through an IPv4 network. Uninstalling firewalls or other security software may disable or uninstall Teredo Tunneling, which can cause the Windows Homegroup network feature to fail. Reinstall Teredo Tunneling in order to resolve the issue.

Step 1

Boot the computer and then log in using the username and password of an account that has Administrator permissions on the Windows 7 computer.

Step 2

How To Get Teredo Adapter

Click the 'Start' or 'Globe' button in the lower-left corner of the PC desktop, then click the 'Search' box and type 'cmd.' Right-click the command line icon that appears in the upper-left pane and then click 'Run as Administrator' in the menu that appears.

Type 'netsh interface ipv6 install' and press the 'Enter' key. Then type 'netsh interface ipv6 set teredo client' and press the 'Enter' key. Reboot the computer and Teredo Tunneling will be reinstalled and enabled.

How to install microsoft teredo tunneling adapter

Video of the Day

Brought to you by Techwalla

Teredo Adapter Not Showing

  • Jupiterimages/Photos.com/Getty Images

Reinstall Teredo Tunneling Adapter Windows 7

More Articles