Q. How can I change the number of connections supported by Windows NFS?

A. You need to modify two registry keys to control the number of connections for NFS. The first registry key sets the total number concurrent connections to the NFS server and the second sets the number of concurrent connections from each IP address. I’ll set both to 8,192 (the maximum) in this example, which means a single IP could have 8,192 connections, if no other IP addresses connect, or those 8,192 connections could be spread over up to 8,192 other hosts.

  1. Start the registry editor (regedit.exe).
  2. Navigate to HKLM \System\CurrentControlSet\Services\RpcXdr\Parameters\.
  3. If DefaultConcurrentConnections value doesn’t exist, create it as type DWORD and set it to 8192.
  4. If MaxConcurrentConnectionsPerIP value doesn’t exist, create it as type DWORD and set to 8192.
  5. Close the registry editor and reboot.
Related Reading:

Check out hundreds more useful Q&As like this in John Savill's FAQ for Windows. Also, watch instructional videos made by John at ITTV.net.

Please or Register to post comments.

IT/Dev Connections

Las Vegas
September 30th - October 4th

Paul ThurottYou'll have the opportunity to experience:
• The Microsoft
Technology Roadmap
• Office 365 Implementation
• Hyper-V Optimizing
• Windows 8 Deployment
and much more!

Come See Paul Thurrott & Rod Trent in Person!

Early Registration Now Open

Upcoming Training

Mastering SharePoint 2013: Succeeding, Not Just Surviving

Building on the success of the “Mastering SharePoint 2010” seminars, the presenters have updated the content to cover the latest and greatest SharePoint product: SharePoint 2013. While SharePoint 2013 is relatively new on the marketplace, the presenters have been working with SharePoint 2013 for well over a year, and have implemented it with a number of clients in production environments.

Register Now

Current Issue

May 2013 - The NameTranslate object is useful when you need to translate Active Directory object names between different formats, but it's awkward to use from PowerShell. Here's a PowerShell script that eliminates the awkwardness.

CURRENT ISSUE / ARCHIVE / SUBSCRIBE

Windows Forums

Get answers to questions, share tips, and engage with the Windows Community in our Forums.