This is the workaround that solved the Problem for me:
- Open Command Prompt (Admin).
- Type the following command to verify the Teredo state.
- netsh interface teredo show state
- 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
- Restart your computer.