I'm having a problem with the Teredo service and nothing seems to work. Does anyone know...

Discus and support I'm having a problem with the Teredo service and nothing seems to work. Does anyone know... in XBoX on Consoles to solve the problem; I'm trying to play Astroneer with a friend via PC game pass but it always says connection error when they try to join, I looked into this problem for... Discussion in 'XBoX on Consoles' started by Thejeffishere27, Aug 11, 2023.

  1. I'm having a problem with the Teredo service and nothing seems to work. Does anyone know...


    I'm trying to play Astroneer with a friend via PC game pass but it always says connection error when they try to join, I looked into this problem for hours and this is what found out: Teredo interface says its offline, this is what is says:

    C:\WINDOWS\system32>Netsh Int Teredo Show Stat

    Teredo Parameters

    ---------------------------------------------

    Type : enterpriseclient

    Server Name : teredo.remlab.net

    Client Refresh Interval : 30 seconds

    Client Port : unspecified

    State : offline

    Error : failed to resolve server name
    after that I tried to look into what went wrong and found out that I have no tried tunneling adapter in my network adapters, so I tried installing it using one of you questions from several years ago: https://answers.microsoft.com/en-us...t-exist/8554b85a-5378-4a2e-906e-4fc4ca2ae129. that didn't work because the networking adapter wouldn't show up under Microsoft Add Legacy Hardware. then I decided to try to fix that, after a while i gave up and decided to ask for help. I've tried fixing this problem in the past and this is my last hope to fix it.

    this is my system info

    OS Name Microsoft Windows 10 Pro

    Version 10.0.19044 Build 19044

    Other OS Description Not Available

    OS Manufacturer Microsoft Corporation

    System Name DESKTOP-OVM7CFA

    System Manufacturer ASUSTeK COMPUTER INC.

    System Model G751JY

    System Type x64-based PC

    System SKU ASUS-NotebookSKU

    Processor Intel(R) Core(TM) i7-4720HQ CPU @ 2.60GHz, 2594 Mhz, 4 Core(s), 8 Logical Processor(s)

    BIOS Version/Date American Megatrends Inc. G751JY.211, 11/2/2015

    SMBIOS Version 2.7

    Embedded Controller Version 255.255

    BIOS Mode UEFI

    BaseBoard Manufacturer ASUSTeK COMPUTER INC.

    BaseBoard Product G751JY

    BaseBoard Version 1.0

    Platform Role Mobile

    Secure Boot State Off

    PCR7 Configuration Binding Not Possible

    Windows Directory C:\WINDOWS

    System Directory C:\WINDOWS\system32

    Boot Device \Device\HarddiskVolume6

    Locale United States

    Hardware Abstraction Layer Version = "10.0.19041.2728"

    User Name DESKTOP-OVM7CFA\theje

    Time Zone Central Daylight Time

    Installed Physical Memory (RAM) 16.0 GB

    Total Physical Memory 16.0 GB

    Available Physical Memory 8.66 GB

    Total Virtual Memory 42.0 GB

    Available Virtual Memory 32.4 GB

    Page File Space 26.0 GB

    Page File D:\pagefile.sys

    Kernel DMA Protection Off

    Virtualization-based security Not enabled

    Device Encryption Support Reasons for failed automatic device encryption: TPM is not usable, PCR7 binding is not supported, Hardware Security Test Interface failed and device is not Modern Standby, Un-allowed DMA capable bus/device(s) detected, TPM is not usable

    Hyper-V - VM Monitor Mode Extensions Yes

    Hyper-V - Second Level Address Translation Extensions Yes

    Hyper-V - Virtualization Enabled in Firmware Yes

    Hyper-V - Data Execution Protection Yes

    :)
     
    Thejeffishere27, Aug 11, 2023
    #1
  2. Mae Sev. Win User

    I'm having a problem with the Teredo service and nothing seems to work. Does anyone know how to fix it?

    Hello Thejeffishere27,

    Welcome to Xbox Forums. We appreciate you for sharing your concern with us.

    Based on your description, you wanted to play games from your end with your friends however, due to some reasons, you were not able to proceed with it. No worries, we will work on this together and sort everything out in a timely manner.

    We also highly appreciated your time and effort you spent trying to solve this issue before contacting support and posting this here with us.

    Teredo is a networking protocol that's used to establish communications between clients and servers, and to facilitate connectivity between devices behind our routers that use network address translation (NAT).

    Failure to obtain a Teredo IP address can occur when there's an issue with your Teredo adaptor, when a device on your network is blocking the Teredo protocol or if there's software installed on your PC that's disabling Teredo functionality. Without a Teredo IP address, you'll unable to connect to multiplayer gaming in select games on the Xbox network.

    Note: Teredo IPsec connectivity only required for multiplayer gaming in select titles.

    Since you mentioned that you are using Xbox Game Pass for PC from your end, I assume we are using an Xbox App. With that, we will go ahead and check your network NAT type to see if it may cause us this issue we have. To do that, see the following:

    Solution 1: Make sure we have an Internet connection

    1. Press search button on the taskbar, type settings, and then select settings
    2. Select Network & internet. Your network status will appear at the top of the settings page.

    If you don't have an internet connection, you'll have to fix that before continuing with any additional troubleshooting.

    Solution 2: Press the Fix it button in Xbox Networking

    1. Press the Windows + i to open settings.
    2. Select Gaming > Xbox Networking
    3. Select the Fix it button. Windows will try to detect and fix known issues with Teredo. You may need to restart your PC for changes to take effect.

    Solution 3: Check to see if Teredo is disabled in the registry by a program or by a manually configured registry value

    Some programs can alter your PC's network settings with the purpose of disabling IPv6 (Internet Protocol version 6) networking components, which can include the Teredo tunnelling adaptor. You can determine whether Teredo has been disabled by running the following commands.

    Check the iphlpsvc registry path:

    1. Press the search box on the taskbar. type cmd and open the command prompt.
    2. Run the following command from the Admin command prompt:

      reg query HKLM\System\CurrentControlSet\Services\iphlpsvc\Teredo
    3. If the output includes the following line, Teredo has been disabled:

      type REG_DWORD 0x4
    4. You can re-enable Teredo by running the following command from the Admin command prompt:

      netsh interface Teredo set state type=default

    Check the Tcplp6 registry path:

    1. In the search box on the taskbar, type cmd and then, open the Command Prompt.
    2. Run the following command from the Admin command prompt:

      reg query HKLM\System\CurrentControlSet\Services\Tcplp6\Parameters
    3. If the output includes the following line, and the value displayed is not 0x0, Teredo may have been disabled:

      DisabledComponents REG_DWORD 0x8e
    4. You can re-enable Teredo by running the following command from the Admin command prompt:

      reg add HKLM\System|CurrentControlSet\Services\Tcpip6\Parameters /v DisabledComponents /t REG_DWORD /d 0x0
    You may need to restart the IP Helper Service after making any of the above registry changes for the new settings to take effect:

    1. In the search box on the taskbar, type cmd and then, open the Command Prompt as administrator.
    2. Run the following command:

      sc stop iphlpsvc

      sc start iphlpsvc

    One done, you can go ahead, and the issue persist, kindly go ahead and visit the link below in order to proceed with the solution 4.

    Source: Solutions for Teredo Issues in Xbox for Windows

    We look forward to your response to this.

    Kindly let us know if there is any misunderstanding or clarification of our description by sending us a reply.

    Regards,



    Microsoft Community Moderator
  3. Mae Sev. Win User

    I'm having a problem with the Teredo service and nothing seems to work. Does anyone know how to fix it?

    Hello Thejeffishere27,



    We haven't heard from you in 72 hours, so we will consider your issue resolved. If you do need further help, please create a new thread to discuss your concerns through this link: Create a new question or start a new discussion (microsoft.com), as we will not be monitoring this thread going forward.




    [​IMG]




    Thank you for understanding.



    Respectfully,



    Microsoft Moderator
  4. Mae Sev. Win User

    I'm having a problem with the Teredo service and nothing seems to work. Does anyone know how to fix it?

    We truly appreciate you for the response, Thejeffishere27.

    We understand that you are experiencing issues with the Teredo service, and you are unable to play Astroneer with your friend via PC game pass. Based on the additional information you have provided, we will go ahead and try to perform these additional steps:



    1. Open the Command Prompt as an administrator.

    2. Type "netsh interface Teredo set state type=default" and press Enter.

    3. Type "netsh interface Teredo set state servername=teredo.remlab.net" and press Enter.

    4. Type "netsh interface Teredo set state clientport=udp:3074" and press Enter.

    5. Type "netsh interface Teredo set state refreshinterval=30" and press Enter.

    6. Type "netsh interface Teredo show state" and press Enter to verify that the Teredo interface is now online.



    If the above steps do not work, you can try resetting your network settings by following these steps:



    1. Open the Settings app.

    2. Click on Network & Internet.

    3. Click on Status.

    4. Click on Network reset.

    5. Click on Reset now.

    6. Restart your computer and try to connect to the game again.



    Disable and re-enable the Teredo adapter:

    - Press the Windows key + X and select Device Manager.

    - Expand the Network adapters section and locate the Teredo Tunneling Pseudo-Interface.

    - Right-click on it and select Disable.

    - Wait for a few seconds and then right-click on it again and select Enable.



    Reset the Teredo adapter:

    - Press the Windows key + X and select Command Prompt (Admin).

    - Type the following command and press Enter: netsh interface Teredo set state disable

    - Wait for a few seconds and then type the following command and press Enter: netsh interface Teredo set state type=default

    - Close the Command Prompt window.



    Check if the Teredo server is reachable:

    - Press the Windows key + R and type cmd in the Run dialog box.

    - Type the following command and press Enter: ping teredo.remlab.net

    - If you receive a reply, it means that the Teredo server is reachable. If not, it means that there is a problem with your network connection.



    Regarding the second command you provided, it seems that there is a typo in the command. The correct command should be:



    reg add HKLM\System\CurrentControlSet\Services\Tcpip6\Parameters /v DisabledComponents /t REG_DWORD /d 0x0



    Please note that this command is used to enable IPv6 on your computer. If you are not experiencing any issues with IPv6, you do not need to run this command.



    I hope this helps. Let me know if you have any further questions or concerns.

    Kind regards,



    Microsoft Community Moderator
  5. Mae Sev. Win User

    I'm having a problem with the Teredo service and nothing seems to work. Does anyone know how to fix it?

    Thank you for doing all that and for letting us know, Thejeffishere27.

    Based on the information you provided, it seems that we have already exhausted all the suggested troubleshooting steps regarding the issue we have. In cases like this, the option we can do best to proceed is to contact your internet service provider so they can help us setting up the ports needed to be open in order or this to complete.

    Before, you may want to check this article I found.

    Required Firewall Exceptions for Teredo - Win32 apps | Microsoft Learn

    Set-NetTeredoConfiguration (NetworkTransition) | Microsoft Learn

    I hope that it helps.

    Kind regards,

  6. Thejeffishere27 Win User

    I'm having a problem with the Teredo service and nothing seems to work. Does anyone know how to fix it?

    I have tried all your listed solutions and again it still does not seem to work, here's what came out of the new commands, for netsh interface Teredo set state clientport=udp:3074 it lists: The parameter is incorrect.

    Thanks for responding
    -
Thema:

I'm having a problem with the Teredo service and nothing seems to work. Does anyone know...

Loading...
  1. I'm having a problem with the Teredo service and nothing seems to work. Does anyone know... - Similar Threads - I'm having problem

  2. So I'm trying to enter my MAIN account. Having problems

    in XBoX Accessibility
    So I'm trying to enter my MAIN account. Having problems: I don't remember the questions that I made as I was like 7 when I made that account. the minecraft account which I'm trying to get into has been swapped from my father's old gmail to mine. I was...
  3. Help me, I'm having a problem with my Xbox series S

    in XboX Insiders
    Help me, I'm having a problem with my Xbox series S: The Microsoft store app is days in an eternal update, at some point in the update there is an error in which it is (0x87e00017)only that games are installing normally less other apps like Bing,...
  4. Hello I'm having problems with inviting my friends to a non-dedicated on Ark: survival...

    in XBoX Games and Apps
    Hello I'm having problems with inviting my friends to a non-dedicated on Ark: survival...: I can't invite me friends and they can't invite me 8c9e169c-deeb-44fe-9ae3-18f85184b53d
  5. Hey, I'm having problems loading into games like Fortnite, Dead by Daylight, Dragon Ball...

    in XBoX Games and Apps
    Hey, I'm having problems loading into games like Fortnite, Dead by Daylight, Dragon Ball...: I've tried everything but it always says there's issues with my account or a network error or a sign in problem, I've tried all troubleshooting ways deleting and reinstalling the game and my...
  6. I'm having problems, with the microsoft rewards ''Send'' Button.

    in XBoX on Windows
    I'm having problems, with the microsoft rewards ''Send'' Button.: I encountered an issue while attempting to redeem a "Digital Card" using my Microsoft Rewards account, which had a balance of 3000 points. Initially, I was unable to proceed with the redemption...
  7. Hello again, I'm having some problems with a specific game, and I was wondering if maybe...

    in XBoX Games and Apps
    Hello again, I'm having some problems with a specific game, and I was wondering if maybe...: The problem is in the game The Witcher 3: Wild Hunt Complete Edition, in a specific part, the game keeps loading infinitely. Specifying even more, it is in the part where we escape from the black...
  8. I'm having problems doiwnloading the microsoft flight simulator. Download times are impossible.

    in XBoX Games and Apps
    I'm having problems doiwnloading the microsoft flight simulator. Download times are impossible.: I'm having problems installing/downloading microsoft flight simulator. Download times are impossible. The download process continually hangs. Please help. I have a steam copy of microsoft flight...
  9. I'm having a problem with the Xbox PC app

    in XBoX on Consoles
    I'm having a problem with the Xbox PC app: I can no longer install the Xbox PC app and therefore no longer play games on the PC like the new Forza. What is this and how can I fix it? 82c597bc-a307-40b0-84fd-dc45e1171afb
  10. I'm have problems with start up of games on cloud gaming. Is there a known problem and is...

    in XBoX Games and Apps
    I'm have problems with start up of games on cloud gaming. Is there a known problem and is...: Split from this thread. Was Playing RB6 Siege on iCloud gaming on PC perfectly, then as starfield released I noticed it not starting up I play any other iCloud games is there an issue with...