Changes for page Vypnutí funkce tunelování IPv6 ve Windows
Last modified by Denisa Wernerová on 03.08.2023 12:57
To version 2.1
edited by Denisa Wernerová
on 29.08.2017 12:43
on 29.08.2017 12:43
Change comment:
Copied from xwiki:tuonet.win-ipv6-tunely
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -9,21 +9,26 @@ 9 9 10 10 **Turning off in the command line by command netsh** 11 11 12 -1. Press **WinKey+X** and from shown list choose **Command Line (administrator)**. 13 -In case that your account doesn't have administrative privileges press above searched **cmd** right mouse button and choose **Run as administrator**. 14 -\\[[[[image:01.png||alt="011.png"]]>>attach:01.png||rel="__blank"]] 12 +1. In **Windows 10/8** press **WinKey+X** and from shown list choose **Command Line (administrator)**. 15 15 14 +In **Windows 7** go via **Start**//, //type **cmd **into a searching field and confirm by pressing Enter or click on the searched program **cmd **(Command Line Windows). In case that your account doesn't have administrative privileges press above searched **cmd** right mouse button and choose **Run as administrator**. 15 + 16 +[[[[image:01.png||alt="011.png" width="530"]]>>attach:01.png||rel="__blank"]] 17 + 16 16 1. Write following command into a command line and confirm their execution by pressing Enter: 17 17 ## netsh interface ipv6 set teredo disabled ## 18 18 ## netsh interface ipv6 6to4 set state disabled ## 19 19 ## netsh interface ipv6 isatap set state disabled ## 20 -\\[[[[image:02.png||alt="012.png"]]>>attach:02.png||rel="__blank"]] 21 21 23 +[[[[image:02.png||alt="012.png" width="490"]]>>attach:02.png||rel="__blank"]] 24 + 22 22 1. Verify turning off the IPv6 tunnels can be done again in the command line cmd by listing command ipconfigg: 23 23 Type **ipconfig **in the command line and confirm by pressing **Enter**. 24 24 There** shouldn't be displayed** Adapters for tunnel connection.. in the listing. 25 -\\[[[[image:03.png||alt="002.png"]]>>attach:03.png||rel="__blank"]] 26 -\\{{id name="import"/}} 28 + 29 +[[[[image:03.png||alt="002.png" width="510"]]>>attach:03.png||rel="__blank"]] 30 + 31 +{{id name="import"/}} 27 27 28 28 ((( 29 29 **Edit the register by importing from file** ... ... @@ -33,14 +33,18 @@ 33 33 34 34 35 35 1. Save following text (between marks ~-~-beginning .reg file~-~- and ~-~--end .reg file~-~--) to the file with suffix **.reg** . 41 +\\ 36 36 1*. You can download prepared file from[[ our storage.>>attach:win-vypnuti-tunelu.zip]] 37 -\\~-~-beginning .reg file~-~- 43 + 44 +~-~-beginning .reg file~-~- 38 38 Windows Registry Editor Version 5.00 39 -\\[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\services\TCPIP6\Parameters] 40 -\\"DisabledComponents"=dword:00000001 46 + 47 +[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\services\TCPIP6\Parameters] 48 + 49 +"DisabledComponents"=dword:00000001 41 41 ~-~--end .reg file~-~-- 42 42 43 -1. Click on file and agree with saving information into a register. 52 +1. Click on file and agree with saving information into a register. 44 44 45 45 1. After edit register Windows is necessary to reboot the computer. 46 46 {{id name="editor"/}} ... ... @@ -54,6 +54,7 @@ 54 54 Search the key **HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\services\TCPIP6\Parameters**. 55 55 By clicking right mouse button open the menu and choose New and choose Value DWORD (32bit). 56 56 Rename item to **DisabledComponents** and choose it't value to **1**. 57 -\\[[[[image:04.png||alt="001.png"]]>>attach:04.png||rel="__blank"]] 58 58 67 +[[[[image:04.png||alt="001.png" width="680"]]>>attach:04.png||rel="__blank"]] 68 + 59 59 1. After edit register Windows is necessary to reboot the computer.