mirror of
https://github.com/mikaela/mikaela.github.io/
synced 2025-02-22 00:10:55 +01:00
pandoc -i Teredo.html.md -o Teredo.html || Closes #24
This commit is contained in:
parent
1ea028e52a
commit
d6c7ae201d
@ -16,6 +16,20 @@ Teredo on Windows Vista and above.
|
||||
<!-- vim : set ft=html -->
|
||||
<h1 id="enabling-teredo-on-windows-vista-and-above">Enabling teredo on Windows Vista and above</h1>
|
||||
<p>Linux users: install miredo and start it and you have IPv6. Optionally set server in /etc/miredo/miredo.conf .</p>
|
||||
<h2 id="the-easy-way">The easy way</h2>
|
||||
<p>Create file called whatever.reg with this content:</p>
|
||||
<pre><code>[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"</code></pre>
|
||||
<p>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</p>
|
||||
<pre><code>gpupdate /force
|
||||
netsh interface teredo show state</code></pre>
|
||||
<p>teredo.ipv6.microsoft.com can be replaced with any other teredo server in the .reg file.</p>
|
||||
<h2 id="the-hard-way">The hard way</h2>
|
||||
<pre><code>netsh int ipv6 set teredo client teredo.trex.fi</code></pre>
|
||||
<p>Optional, sets Teredo server. The default one is provided by Microsoft, this isn't, but this is in Finland where I live.</p>
|
||||
<pre><code>route print</code></pre>
|
||||
|
Loading…
x
Reference in New Issue
Block a user