I set the MTU on the server adapter and on my workstation adapter to 9000
and rebooted. I then tested to see if they could exchange packets with 9000
bytes but the following is what I got.
C:\>ping -f -l 9000 10.0.0.1
Pinging dev1.dev.com [10.0.0.1] with 9000 bytes of data:
Packet needs to be fragmented but DF set.
Ping statistics for 10.0.0.1:
Packets: Sent = 1, Received = 0, Lost = 1 (100% loss),
Approximate round trip times in milli-seconds:
Minimum = 0ms, Maximum = 0ms, Average = 0ms
What am I missing?
Doug Sherman said:
You can set MTU size on a per adapter basis. Use regedit and navigate to:
HKLM\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters\Interfaces
Create a new DWORD entry called "MTU". Values are in bytes, eg. 1.5 KB
="1500".
For a general guide to Windows 2000 performance tuning, see:
http://www.microsoft.com/technet/prodtechnol/windows2000serv/maintain/optimi
ze/perftune.mspx#XSLTsection127121120120
Doug Sherman
MCSE Win2k/NT4.0, MCSA, MCP+I, MVP
need