DryRoastedLemon

Teredo Tunneling Pseudo-Interface Fix

Mar 31st, 2016
313
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.57 KB | None | 0 0
  1. Having Teredo problems? Try the following things.
  2.  
  3. 1. Head into the services panel (run 'services.msc') and set the 'IP Helper Service', 'Peer Networking Grouping' and 'PNRP Machine Name Publication' services to Automatic if it isn't already. Especially the 'IP Helper Service' seems to be important when it comes to making Teredo work properly.
  4.  
  5. 2. Head into device manager, head into the View menu and enable "Show Hidden Devices". Check your list of Network Adapters and uninstall any Teredo related device. Now head into the command line in admin mode (important!) and type the following command: 'netsh interface teredo set state client'
  6. This will reinstall the Teredo Tunneling Pseudo-Interface. It should show up in the device manager now.
  7.  
  8. -----------------------------------------------------------
  9.  
  10. Fix for missing Teredo Tunneling Pseudo-Interface
  11. Found at: http://answers.microsoft.com/en-us/windows/forum/windows_10-hardware/teredo-general-system-failure/dd1b1795-9522-4f47-a84a-ebc8183aafef?page=2
  12.  
  13. I've Managed to fix this problem and get the party chat to work in the Xbox app . Deleting the Microsoft Teredo Tunneling Adapter n only need the Teredo Tunneling Pseudo Interface.
  14.  
  15. If you don't have the pseudo interface you can add it by opening the command prompt as an administrator and typing the following commands.
  16.  
  17. netsh
  18. int teredo
  19. set state disabled
  20. int ipv6
  21. set teredo client
  22.  
  23. this will add the pseudo interface in the device manager.
  24. it seems having the other teredo adapter makes trying to connect to a party in the xbox app a problem, or so it did for me.
Advertisement
Add Comment
Please, Sign In to add comment