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 [2012/03/09 09:08]
greebo
windows [2018/12/20 11:56] (current)
zagi
Line 10: Line 10:
   netsh advfirewall firewall add rule name="icmpv4 echo-request" dir=in action=allow protocol=icmpv4:8,any   netsh advfirewall firewall add rule name="icmpv4 echo-request" dir=in action=allow protocol=icmpv4:8,any
  
-== Enable udp traceroute ==+== udp traceroute ==
 <del>netsh advfirewall firewall add rule name="traceroute-udp" dir=in action=allow protocol=udp localport=33434-33523 remoteport=32769-65535 <del>netsh advfirewall firewall add rule name="traceroute-udp" dir=in action=allow protocol=udp localport=33434-33523 remoteport=32769-65535
 </del> </del>
  
-UDP traceroute is always blocked by Windows firewall.+UDP traceroute is always blocked by Windows firewall!
  
-== Other Windows network tweaks ==+== Other Windows network optimizing tweaks to make Internet / IP "faster" ==
  
   netsh int tcp set heuristics disabled   netsh int tcp set heuristics disabled
   netsh int tcp set global autotuninglevel=normal   netsh int tcp set global autotuninglevel=normal
-  netsh int tcp set global congestionprovider=ctcp+  netsh int tcp set supplemental  template=internet congestionprovider=cubic
   netsh int tcp set global ecncapability=disable   netsh int tcp set global ecncapability=disable
   netsh int tcp set global rss=enabled   netsh int tcp set global rss=enabled
Line 28: Line 28:
   netsh int tcp set global timestamps=enabled   netsh int tcp set global timestamps=enabled
  
-== Windows IPv6 network tweaks ==+ 
 +[[https://msandbu.org/windows-10-and-server-2016-network-enhancements/]] 
 +=== Windows IPv6 network tweaks ==
 + 
 + 
  
 Windows by default generate random interface IDs for non-temporary autoconfigured IPv6 addresses. Windows by default generate random interface IDs for non-temporary autoconfigured IPv6 addresses.
 To change this type: To change this type:
- +   
 +  netsh interface ipv6 set privacy state=disabled store=active 
 +  netsh interface ipv6 set privacy state=disabled store=persistent 
 +  netsh interface ipv6 set global randomizeidentifiers=disabled store=active
   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 ipv6 6to4 set state disabled 
   netsh interface teredo set state disabled   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/or  disable IP helper service: and/or  disable IP helper service:
Line 47: Line 55:
 or use http://support.microsoft.com/kb/929852#fixit4me or use http://support.microsoft.com/kb/929852#fixit4me
  
 +== Tweak network awareness ==
 +
 +http://blog.superuser.com/2011/05/16/windows-7-network-awareness/
  
 == Windows XP Professional (Slovenia Keyboard Layout) == == Windows XP Professional (Slovenia Keyboard Layout) ==
windows.1331280493.txt.gz · Last modified: 2012/03/09 09:08 by greebo
CC Attribution-Share Alike 4.0 International
Driven by DokuWiki Recent changes RSS feed Valid CSS Valid XHTML 1.0 ipv6 ready