X-Git-Url: https://git.harvie.cz/?a=blobdiff_plain;f=windows-batch%2Fenable_ipv6.bat;fp=windows-batch%2Fenable_ipv6.bat;h=5f97e21194db59a9e6b19d5a42c8c63d6440807f;hb=84aff5c8ac2726f7cd22c6456d90b00ca6d05549;hp=0000000000000000000000000000000000000000;hpb=38a87dc6ae7e58d30d3325e244f6eaffb40e35bc;p=mirrors%2FPrograms.git diff --git a/windows-batch/enable_ipv6.bat b/windows-batch/enable_ipv6.bat new file mode 100755 index 0000000..5f97e21 --- /dev/null +++ b/windows-batch/enable_ipv6.bat @@ -0,0 +1,17 @@ +@echo off + +echo Enabling IPv6 over Teredo tunnel support... +echo You will need at least Windows XP with SP2 for this! +%SystemRoot%\system32\netsh interface ipv6 install +%SystemRoot%\system32\netsh interface ipv6 set teredo client + +echo Now you can check your settings... +%SystemRoot%\system32\ipconfig + +echo Done! +echo If failed, you will need at least Windows XP with SP2 for this! +pause + +rem DISABLE: +rem %SystemRoot%\system32\netsh interface ipv6 uninstall +