2013-02-19 19:46:39 +02:00

2.7 KiB
Raw Blame History

<!DOCTYPE html> <html> <head> </head>
Sitemap

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 .

netsh int ipv6 set teredo client teredo.trex.fi

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

route print

Scroll up and see what is number of teredo. Its near top.

netsh
interface ipv6
show teredo
add route ::/0 interface=XX

Replace XX with number from “route print”.

exit
netsh interface teredo set state enterpriseclient

Optional IF YOUR COMPUTER ISNT IN DOMAIN! Enterpriseclient can be replaced with server or default.

regedit

Browse to HKEY_LOCAL_MACHINE

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 doesnt, set the value as 0.


    <noscript>

Please enable JavaScript to view the comments powered by Dis qus.

comments powered by Disqus

</html>