www.jayntguru.com

January 4, 2010

pics posted: July 4 with the family

Filed under: photography/imaging,pictures — jayntguru @ 10:53 am

Here are pictures of our July 4 visit to Sky Valley with Sarah’s family.

09_07_04_4thjuluskyvalley 091

pics posted: house work – trees and fence

Filed under: photography/imaging,pictures — jayntguru @ 10:52 am

Here are some pics of some of the house work we did a while back.. having a bunch of trees cut down and a fence being put in.

09_06_20_trees 009

Windows 7 & Server 2008 r2 network settings (vista and 2008 also)

Filed under: computer geek stuff,w7 — jayntguru @ 10:49 am

I have a need to refer back to the TCP tuning settings introduced recently by Microsoft, so I decided to put all of this in one place so that I can find them easier in the future.

To see the status of these settings, use: netsh int tcp show global

image

To enable receive side scaling: netsh int tcp set global rss=enabled

To enable chimney offload state: netsh int tcp set global chimney=enabled

To enable direct cache access (dca): netsh int tcp set global dca=enabled 

To change the auto-tuning level: netsh int tcp set global autotuninglevel=normal

To change the congestion provider: netsh int tcp set global congestionprovider=ctcp

To change the ECN capability: netsh int tcp set global ecncapability=enabled

To change the timestamps: netsh int tcp set global timestamps=enabled

To change the setting for NetDMA:

To enable or disable NetDMA, follow these steps:

  1. Click Start, click Run, type regedit, and then click OK.
  2. Locate the following registry subkey, and then click it::  HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters
  3. Double-click the EnableTCPA registry entry.  Note If this registry entry does not exist, right-click Parameters, point to New, click DWORD Value, type EnableTCPA, and then press ENTER.
  4. To enable NetDMA, type 1 in the Value data box, and then click OK.
  5. To disable NetDMA, type 0 in the Value data box, and then click OK.
  6. If the EnableTCPA registry entry does not exist, enable the NetDMA functionality.

If you want to see the MTU applied to the connection: netsh interface ipv4 show subinterface

If you want to change the MTU: netsh interface ipv4 set subinterface "connection_name" mtu=9000 store=persistent

« Newer Posts

Powered by WordPress