<metacharset="UTF-8"/><!-- <meta http-equiv="refresh" content="60" /> --><metahttp-equiv="X-UA-Compatible"content="chrome=1"><metaname="description"content="Enabling teredo on Windows Vista and above."/><metaname="keywords"content="Teredo,Windows,IPv4,IPv6"/><metaname="author"content="Mika Suomalainen"/><linkrel="canonical"href="http://mkaysi.github.com/articles/guides/teredo.html">
<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>
<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>
<p>Scroll up and see what is number of teredo. It's near top.</p>
<pre><code>netsh
interface ipv6
show teredo
add route ::/0 interface=XX</code></pre>
<p>Replace XX with number from "route print".</p>
<pre><code>exit</code></pre>
<pre><code>netsh interface teredo set state enterpriseclient</code></pre>
<p>Optional IF YOUR COMPUTER ISN'T IN DOMAIN! Enterpriseclient can be replaced with server or default.</p>
<pre><code>regedit</code></pre>
<p>Browse to HKEY_LOCAL_MACHINE</p>
<p>and create a new DWORD (right click somewhere in the middle of window) and name it as "AddrConfigControl". It should have value 0 by default, if it doesn't, set the value as 0.</p>
<hr/>
<divid="disqus_thread"></div>
<scripttype="text/javascript">
/* * * CONFIGURATION VARIABLES: EDIT BEFORE PASTING INTO YOUR WEBPAGE * * */
var disqus_developer = 0;
var disqus_url = 'http://mkaysi.github.com/articles/guides/teredo.html';
var disques_title = 'Teredo on Windows Vista and above';
var disqus_shortname = 'mkaysishomepage'; // required: replace example with your forum shortname
/* * * DON'T EDIT BELOW THIS LINE * * */
(function() {
var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async =