Resources for IT Professionals > 포럼 홈 > Server Core > How to disable TCP Offload options
질문하기질문하기
 

답변됨How to disable TCP Offload options

  • 2008년 5월 1일 목요일 오후 12:01Markus Schuhmacher 사용자 메달사용자 메달사용자 메달사용자 메달사용자 메달
     

    Because of network performence problems I have to disable "TCP Large Send Offload" and "TCP Checksum Offload" at the NIC of the Hyper-V manager (not at the physical NIC). I tested this at a full installation and it seems to help. But I plan to use the Core installation.

    How to disable the TCP Offload [...] there without the device manager (which is not available at the core installation (a grate function, really...))?

답변

모든 응답

  • 2008년 5월 1일 목요일 오후 10:53Andrew Mason - MSFTMSFT, 소유자사용자 메달사용자 메달사용자 메달사용자 메달사용자 메달
     

    Hi,

     

    For the NIC, you'll need to modify the registry. There is an earlier thread on changing the binding order, which has the information to get you to the right place.

     

    There are some settings for TCP/IP, go to "netsh interface tcp" and then run "set global" and you'll see all the options for some of the advanced TCP/IP configuration. One of those may help.

     

    Andrew

     

  • 2008년 5월 2일 금요일 오전 12:26Markus Schuhmacher 사용자 메달사용자 메달사용자 메달사용자 메달사용자 메달
     답변됨

    These settings are not at this place. They are saved at "HKLM\System\CurrentControlSet\Class\{4D36E972-E325-11CE-BFC1-08002BE10318}\00<Index>

    - Ip4IpChecksum

    - Ip4TcpChecksum

    - Ip4TcpLsoV1

     

    --> http://msdn.microsoft.com/en-us/library/aa938424.aspx

     

    Changing these values showed the expected effects.

  • 2009년 7월 6일 월요일 오후 5:20JohnGalt 사용자 메달사용자 메달사용자 메달사용자 메달사용자 메달
     
    Made all of the difference in the world! Thank you!