Commit | Line | Data |
---|---|---|
84aff5c8 H |
1 | @echo off\r |
2 | \r | |
3 | echo Enabling IPv6 over Teredo tunnel support...\r | |
4 | echo You will need at least Windows XP with SP2 for this!\r | |
5 | %SystemRoot%\system32\netsh interface ipv6 install\r | |
6 | %SystemRoot%\system32\netsh interface ipv6 set teredo client\r | |
7 | \r | |
8 | echo Now you can check your settings...\r | |
9 | %SystemRoot%\system32\ipconfig\r | |
10 | \r | |
11 | echo Done!\r | |
12 | echo If failed, you will need at least Windows XP with SP2 for this!\r | |
13 | pause\r | |
14 | \r | |
15 | rem DISABLE:\r | |
16 | rem %SystemRoot%\system32\netsh interface ipv6 uninstall\r | |
17 | \r |