<h1id="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>
<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 =