Share via

How to enable Teredo

Anonymous
2023-09-29T02:43:02+00:00

I've always been having problems connecting to game servers and discovered that Teredo is unable to qualify, even though it's installed.

Running "netsh interface Teredo show state" shows me:

Teredo Parameters


Type : disabled

Server Name : win1910.ipv6.microsoft.com.

Client Refresh Interval : 30 seconds

Client Port : unspecified

State : offline

Error : none

How do I fix this? Any help would be appreciated

Windows for home | Windows 10 | Internet and connectivity

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

3 answers

Sort by: Most helpful
  1. Anonymous
    2023-10-09T02:17:15+00:00

    Hi , kor99.

    It is possible that there is a problem with your nat, at least there may be something blocking access to the Microsoft servers or the game in question.

    However, even being restricted does not mean that you cannot connect.

    Independent Advisor - Community
    Thanks

    1 person found this answer helpful.
    0 comments No comments
  2. Anonymous
    2023-09-29T03:32:05+00:00

    Hi Ivan,

    Running "reg query HKLM\System\CurrentControlSet\Services\iphlpsvc\Teredo" outputs:

    SP1Installed    REG\_DWORD    0x1 
    
    RefreshInterval    REG\_DWORD    0x14 
    
    Type    REG\_DWORD    0x7 
    
    TeredoConfigBySvc    REG\_DWORD    0x1
    

    So I did not have to run "netsh interface Teredo set state type=default".

    But I still have trouble connecting to servers and latency problems, maybe it's a problem with my NAT type? It is set to Strict.

    0 comments No comments
  3. Anonymous
    2023-09-29T03:19:58+00:00

    Hi , kor99.

    I am Ivan, I will help you with this.

    Check the iphlpsvc registry path:

    1. Press 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\iphlpsvc\Teredo

    If the output includes the following line, Teredo has been disabled:

    Type REG_DWORD 0x4

    You can re-enable Teredo by running the following command from the Admin command prompt:

    netsh interface Teredo set state type=default

    https://support.xbox.com/en-us/help/hardware-ne...

    Independent Advisor - Community

    Thanks

    0 comments No comments