From d6c7ae201ddebb0b8219db48697265edeedce95d Mon Sep 17 00:00:00 2001 From: Mikaela Suomalainen Date: Sun, 10 Nov 2013 10:26:42 +0200 Subject: [PATCH] =?UTF-8?q?pandoc=20-i=20Teredo.html.md=20-o=20Teredo.html?= =?UTF-8?q?=20||=C2=A0Closes=20#24?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- articles/guides/Teredo.html | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/articles/guides/Teredo.html b/articles/guides/Teredo.html index 9f5c463..dae9b4b 100644 --- a/articles/guides/Teredo.html +++ b/articles/guides/Teredo.html @@ -16,6 +16,20 @@ Teredo on Windows Vista and above.

Enabling teredo on Windows Vista and above

Linux users: install miredo and start it and you have IPv6. Optionally set server in /etc/miredo/miredo.conf .

+

The easy way

+

Create file called whatever.reg with this content:

+
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Dnscache\Parameters]
+"AddrConfigControl"=dword:00000000
+
+[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\TCPIP\v6Transition]
+"Teredo_DefaultQualified"="Enabled"
+"Teredo_State"="Enterprise Client"
+"Teredo_ServerName"="teredo.ipv6.microsoft.com"
+

Now double click it and answer Yes to UAC and warning about importing registry values. Now you can either reboot or update Group policy by opening cmd.exe and running

+
gpupdate /force
+netsh interface teredo show state
+

teredo.ipv6.microsoft.com can be replaced with any other teredo server in the .reg file.

+

The hard way

netsh int ipv6 set teredo client teredo.trex.fi

Optional, sets Teredo server. The default one is provided by Microsoft, this isn't, but this is in Finland where I live.

route print