Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
windows:ipv6 [2013/07/09 13:43]
zagi
windows:ipv6 [2014/08/12 14:28] (current)
2a01:260:4121:1000:d8b5:1793:b8cc:50b
Line 1: Line 1:
-turn off temporary addresses - netsh interface ipv6 set privacy state=disable\\ +==== Windows IPv6 network tweaks ====
-use EUI-64 interface identifiers - netsh interface ipv6 set global randomizeidentifiers=disabled +
  
 +== Enable icmp echo-request in Windows IPv4 and IPv6 ==
  
-Enable icmp echo-request in Windows IPv4 and IPv6+  netsh advfirewall firewall add rule name="icmpv6 echo-request" dir=in action=allow protocol=icmpv6:128,any 
 +  netsh advfirewall firewall add rule name="icmpv4 echo-request" dir=in action=allow protocol=icmpv4:8,any
  
-netsh advfirewall firewall add rule name="icmpv6 echo-request" dir=in action=allow protocol=icmpv6:128,any +== Windows by default generate random interface IDs for non-temporary autoconfigured IPv6 addresses == 
-netsh advfirewall firewall add rule name="icmpv4 echo-request" dir=in action=allow protocol=icmpv4:8,any+To change this type:
  
- 
-== Windows IPv6 network tweaks == 
- 
-Windows by default generate random interface IDs for non-temporary autoconfigured IPv6 addresses. 
-To change this type: 
-   
   netsh interface ipv6 set privacy state=disabled store=active   netsh interface ipv6 set privacy state=disabled store=active
   netsh interface ipv6 set privacy state=disabled store=persistent   netsh interface ipv6 set privacy state=disabled store=persistent
Line 19: Line 14:
   netsh interface ipv6 set global randomizeidentifiers=disabled store=persistent   netsh interface ipv6 set global randomizeidentifiers=disabled store=persistent
      
-Disable 6to4 and Teredo, by entering the following commands in an Administrator shell:+== Disable 6to4 and Teredo, by entering the following commands in an Administrator shell: ==
  
   netsh interface teredo set state disabled   netsh interface teredo set state disabled
Line 29: Line 24:
   net stop "IP Helper"   net stop "IP Helper"
  
-or use http://support.microsoft.com/kb/929852#fixit4me+or use http://support.microsoft.com/kb/929852#fixit4me //**(link also includes - how do completely disable/enable IPv6)**//
windows/ipv6.1373370201.txt.gz · Last modified: 2013/07/09 13:43 by zagi
CC Attribution-Share Alike 4.0 International
Driven by DokuWiki Recent changes RSS feed Valid CSS Valid XHTML 1.0 ipv6 ready