diff --git a/articles/guides/Teredo.html b/articles/guides/Teredo.html new file mode 100644 index 0000000..1974b36 --- /dev/null +++ b/articles/guides/Teredo.html @@ -0,0 +1,63 @@ + + + + + +Insert title here + + + + +
+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 isn't, but this is in Finland where I live.

+
route print
+

Scroll up and see what is number of teredo. It's 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 ISN'T 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 doesn't, set the value as 0.

+
+ +
+ + + +

+comments powered by Disqus +

+ + + + + diff --git a/articles/guides/Teredo.html.md b/articles/guides/Teredo.html.md new file mode 100644 index 0000000..9d65b92 --- /dev/null +++ b/articles/guides/Teredo.html.md @@ -0,0 +1,97 @@ + + + + + + + + + + +Insert title here + + + +
+[Sitemap](sitemap/sitemap.html) +
+ + + +# 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 isn't, but this is in Finland where I live. + +``` +route print +``` + +Scroll up and see what is number of teredo. It's 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 ISN'T IN DOMAIN! Enterpriseclient can be +replaced with server or default. + +``` +regedit +``` + +Browse to +HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\services\Dnscache\Parameters + +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. + +
+ +
+ + + +

comments powered by Disqus +

+ + + diff --git a/sitemap/sitemap.html b/sitemap/sitemap.html index 21d9488..57dd26c 100644 --- a/sitemap/sitemap.html +++ b/sitemap/sitemap.html @@ -35,6 +35,7 @@ Sitemap

GNOME to MATE

Thunderbird / Icedove

Windows — Activating Administrator, removing password without knowing it, netsh tethering, autologin without regedit

+

Enabling Teredo on Windows Vista and above

/GPG/

WARNING: These guides are even more unclear than those one folder down!

GPG

diff --git a/sitemap/sitemap.html.md b/sitemap/sitemap.html.md index b726ad4..b0b2b52 100644 --- a/sitemap/sitemap.html.md +++ b/sitemap/sitemap.html.md @@ -72,6 +72,8 @@ Complaining about some things. [Windows](../articles/guides/Windows.html) — Activating Administrator, removing password without knowing it, netsh tethering, autologin without regedit +[Enabling Teredo on Windows Vista and above](../articles/guides/teredo.html) + [GNOME to MATE]:../articles/guides/GnomeToMATE.html [Thunderbird / Icedove]:../articles/guides/Thunderbird-Icedove.html diff --git a/txt/dns.txt b/txt/dns.txt new file mode 100644 index 0000000..04012ce --- /dev/null +++ b/txt/dns.txt @@ -0,0 +1,11 @@ +IPv4 +==== + +Google DNS: 8.8.8.8, 8.8.4.4 +OpenDNS: 208.67.222.222, 208.67.220.220 + +IPv6 +==== + +Google DNS: 2001:4860:4860::8888, 2001:4860:4860::8844d +OpenDNS: 2620:0:ccc::2, 2620:0:ccd::2