Differences
This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
|
windows:ipv6 [2010/06/09 09:42] greebo created |
windows:ipv6 [2014/08/12 14:28] (current) 2a01:260:4121:1000:d8b5:1793:b8cc:50b |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | turn off temporary addresses | + | ==== Windows IPv6 network tweaks ==== |
| - | use EUI-64 | + | |
| + | == Enable icmp echo-request in Windows IPv4 and IPv6 == | ||
| + | |||
| + | netsh advfirewall firewall add rule name=" | ||
| + | netsh advfirewall firewall add rule name=" | ||
| + | |||
| + | == Windows by default generate random interface IDs for non-temporary | ||
| + | To change this type: | ||
| + | |||
| + | | ||
| + | | ||
| + | | ||
| + | netsh interface ipv6 set global randomizeidentifiers=disabled store=persistent | ||
| + | |||
| + | == Disable 6to4 and Teredo, by entering the following commands in an Administrator shell: == | ||
| + | |||
| + | netsh interface teredo set state disabled | ||
| + | netsh interface ipv6 6to4 set state state=disabled undoonstop=disabled | ||
| + | netsh interface ipv6 isatap set state state=disabled | ||
| + | |||
| + | and/ | ||
| + | |||
| + | net stop "IP Helper" | ||
| + | |||
| + | or use http:// | ||

