Share via

Microsoft Teredo Tunneling Adapter Device download

Anonymous
2017-11-22T04:47:41+00:00

I cannot find the Tunneling Adapter download. I have tried the solutions that have been given, and nothing works. Where can I download it from?

Windows for home | Previous Windows versions | Devices and drivers

Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.

0 comments No comments

131 answers

Sort by: Most helpful
  1. Anonymous
    2017-11-22T19:10:55+00:00

    Hi,

    Additional information will help us to identify the cause of this issue. We would like to know the steps that you have taken.

    Meanwhile, we would suggest that you follow these steps to install Microsoft Teredo Tunnel Adapter Driver:

    1. Press Windows key + R to open Run dialog.
    2. Type hdwwiz.cpl, and then press Enter to open Device Manager.
    3. Click on Network Adapters from the list.
    4. Click on Actions tab at the top.
    5. Select Add Legacy Hardware.
    6. Click on Next button.
    7. Make sure that Search for and install the hardware automatically (Recommended) option is selected, and then click on Next button.
    8. Click on Next button again.
    9. Under Common hardware types selection, look for Network Adapters and click on it.
    10. Click on Next button.
    11. Under Manufacturer column, select Microsoft.
    12. Under Network Adapter column, select Microsoft Teredo Tunneling Adapter
    13. Click on Next button.
    14. Click on Next button again.
    15. Click on Finish.

    We look forward for your response.

    400+ people found this answer helpful.
    0 comments No comments
  2. Anonymous
    2018-01-03T03:35:52+00:00

    When i go to Add Legacy Hardware and go to select driver, it does not show to me Microsoft Teredo Tunneling Adapter.  What i have to do?

    (I was trying to reinstall this driver but when i try to install it again i can't)

    80+ people found this answer helpful.
    0 comments No comments
  3. Anonymous
    2017-11-26T07:07:50+00:00

    Here are some instructions that work (for some systems):

    Let's see...

    As usual we know absolutely nothing about your system.

    Assuming you are following some directions to add the Teredo maybe you are seeing something like this after installing:

    And Device Manager shows a yellow exclamation next to the Adapter like this:

    Here is a generic procedure for you to follow:

    Click the Start orb/button and in the box enter the following:

    cmd.exe

    Right click cmd.exe and choose to Run as Administrator:

    ![](https://learn-attachment.microsoft.com/api/attachments/cecbb081-c66d-4087-9fb1-b07f3e132392?platform=QnA)

    In the Command Prompt window enter the following commands one at a time pressing the Enter key after each:

    • netsh
    • int  teredo
    • set  state  disabled
    • int  ipv6
    • set  teredo  client
    • exit

    You should be seeing something like this as you enter the commands one at a time:

    Close the Command Prompt window by entering exit one more time.

    Restart your system and see how things look in Device Manager now.

    60+ people found this answer helpful.
    0 comments No comments
  4. Anonymous
    2017-11-23T03:29:18+00:00

    First Thank you so much for the quick response, I printed it out and followed it step by step but unfortunately it didn't work. There were two memos, one that windows would continue to find a solution and for me to contact the manufacturer. I will contact Hp and see what they reply. Again Thank you for your time in trying to help me.

    50+ people found this answer helpful.
    0 comments No comments
  5. Anonymous
    2018-05-10T09:39:22+00:00

    This is the workaround that solved the Problem for me:

    1. Open Command Prompt (Admin).
    2. Type the following command to verify the Teredo state.
    • netsh interface teredo show state
    1. If the state displays client or dormant, means that Teredo is working normally. If the state displays Offline (as in the above screenshot), then give the following command to enable Teredo on your machine:
    • netsh interface teredo set state type=enterpriseclient
    1. Restart your computer.
    50+ people found this answer helpful.
    0 comments No comments