Vista: TCP window scaling not compatible with some network hardware.
There is an incompatibility between Microsoft Windows Vista and some network equipment. Equipment possibly affected includes: Routers, VPN Endpoints, and Firewalls that use Stateful Packet Inspection (SPI).
Among most commercial firewalls that utilize Stateful Packet Inspection, the OSU Fire Marshall is one that is affected by this issue.
The problem has to do with the TCP window resizing feature in Vista and Stateful Packet Inspection. Possible symptoms exhibited include:
- Web traffic works OK
- Email through client software sends but will not receive or times out when downloading messages (POP or IMAP)
- Slow or no network file server access.
- Other random network timeouts or connectivity problems.
- Slowness or freezing in web browsing or other applications including VPN connections.
To disable TCP Windows Scaling In Vista:
- Note: This command MUST be run as administrator
- Locate the Command Prompt icon/executable file under Start->Accessories
- Right-click on the icon and select "Run as administrator"
- Type:
netsh interface tcp set global autotuninglevel=disabled
- Reboot the computer.
netsh interface tcp show global
The results of this command should be:
TCP Global Parameters _____________________ Receive-Side Scaling State : enabled Chimney Offload State : enabled Receive Window Auto-Tuning Level : disabled Add-On Congestion Control Provider : ctcp ECN Capability : disabled RFC 1323 Timestamps : disabled
To enable TCP Windows Scaling In Vista:
- Note: This command MUST be run as administrator
- Locate the Command Prompt icon/executable file under Start->Accessories
- Right-click on the icon and select "Run as administrator"
- Type:
netsh interface tcp set global autotuninglevel=normal
- Reboot the computer.
Current Record: 3253
Create Date: 01-02-2007
Last Reviewed: 10-07-2007
Home
