Netsh/Teredo
Appearance
< Netsh
Netsh is a Windows command used to display and modify the network configuration of a currently running local or remote computer. These activities will show you how to use the netsh command to configure IPv6 Teredo.
Note: To complete this activity, you must have an administrative user account or know the username and password of an administrator account you can enter when prompted.
Preparation
[edit | edit source]To prepare for this activity:
- Start Windows.
- Log in if necessary.
Activity 1 - Display Teredo Status
[edit | edit source]To display Teredo status:
- Open an elevated/administrator command prompt.
- Type netsh interface teredo show state and press Enter.
- Observe the Teredo status.
Activity 2 - Enable Teredo
[edit | edit source]To enable Teredo:
- Type netsh interface teredo set state default and press Enter.
- Use ipconfig to display Teredo settings.
Activity 3 - Disable Teredo
[edit | edit source]To disable Teredo:
- Type netsh interface teredo set state disabled and press Enter.
- Use ipconfig to confirm that Teredo was disabled.
- Close the command prompt to complete this activity.