Last modified by Denisa Wernerová on 03.08.2023 12:57

From version 2.1
edited by Denisa Wernerová
on 29.08.2017 12:43
Change comment: Copied from xwiki:tuonet.win-ipv6-tunely
To version 3.1
edited by Denisa Wernerová
on 03.08.2023 12:57
Change comment: Imported from XAR

Summary

Details

Page properties
Content
... ... @@ -9,26 +9,21 @@
9 9  
10 10  **Turning off in the command line by command netsh**
11 11  
12 -1. In **Windows 10/8** press **WinKey+X** and from shown list choose **Command Line (administrator)**.
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"]]
13 13  
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 -
18 18  1. Write following command into a command line and confirm their execution by pressing Enter:
19 19  ## netsh interface ipv6 set teredo disabled ##
20 20  ## netsh interface ipv6 6to4 set state disabled ##
21 21  ## netsh interface ipv6 isatap set state disabled ##
20 +\\[[[[image:02.png||alt="012.png"]]>>attach:02.png||rel="__blank"]]
22 22  
23 -[[[[image:02.png||alt="012.png" width="490"]]>>attach:02.png||rel="__blank"]]
24 -
25 25  1. Verify turning off the IPv6 tunnels can be done again in the command line cmd by listing command ipconfigg:
26 26  Type **ipconfig **in the command line and confirm by pressing **Enter**.
27 27  There** shouldn't be displayed** Adapters for tunnel connection.. in the listing.
28 -
29 -[[[[image:03.png||alt="002.png" width="510"]]>>attach:03.png||rel="__blank"]]
30 -
31 -{{id name="import"/}}
25 +\\[[[[image:03.png||alt="002.png"]]>>attach:03.png||rel="__blank"]]
26 +\\{{id name="import"/}}
32 32  
33 33  (((
34 34  **Edit the register by importing from file**
... ... @@ -38,18 +38,14 @@
38 38  
39 39  
40 40  1. Save following text (between marks ~-~-beginning .reg file~-~- and ~-~--end .reg file~-~--) to the file with suffix **.reg** .
41 -\\
42 42  1*. You can download prepared file from[[ our storage.>>attach:win-vypnuti-tunelu.zip]]
43 -
44 -~-~-beginning .reg file~-~-
37 +\\~-~-beginning .reg file~-~-
45 45   Windows Registry Editor Version 5.00
46 -
47 -[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\services\TCPIP6\Parameters]
48 -
49 -"DisabledComponents"=dword:00000001
39 +\\[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\services\TCPIP6\Parameters]
40 +\\"DisabledComponents"=dword:00000001
50 50   ~-~--end .reg file~-~--
51 51  
52 -1. Click on file and agree with saving information into a register.
43 +1. Click on file and agree with saving information into a register.
53 53  
54 54  1. After edit register Windows is necessary to reboot the computer.
55 55  {{id name="editor"/}}
... ... @@ -63,7 +63,6 @@
63 63   Search the key **HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\services\TCPIP6\Parameters**.
64 64   By clicking right mouse button open the menu and choose New and choose Value DWORD (32bit).
65 65   Rename item to **DisabledComponents** and choose it't value to **1**.
57 +\\[[[[image:04.png||alt="001.png"]]>>attach:04.png||rel="__blank"]]
66 66  
67 -[[[[image:04.png||alt="001.png" width="680"]]>>attach:04.png||rel="__blank"]]
68 -
69 69  1. After edit register Windows is necessary to reboot the computer.