设为首页 收藏本站
查看: 760|回复: 0

网络连接不上, 有TCP错误, 如果操作系统是Windows Server 2003, 请尝试一下这里

[复制链接]

尚未签到

发表于 2015-5-5 06:50:56 | 显示全部楼层 |阅读模式
  Windows Server 2003 SP2 默认情况下, 用户可以使用的端口号仅有5000个. 系统自己预留了这五千中的1024个. 所以剩下三千九百多个connection就是这台机器的应用程序可以拥有的最多的连接数目了. Windows Server 2008 就没有这个默认端口上线为5000的限制了.
  
  对于繁忙的系统, 比如说繁忙的Web前端去连SQL服务器, 三千九百个connection可能会不够用. 要么是连接数目太多, 要么是已经不用的连接还保持在Time_Wait的状态, 无法被系统回收并重复使用.
  
  针对这种情况, 可以通过TCP View来查看当前机器的连接中有没有端口号在4996-4999之间的. 如果有, 并且还伴随有TCP错误的话, 那么很可能是端口不够用了. 解决方案是修改注册表MaxUserPortTcpTimedWaitDelay的值.
  
  具体步骤和说明原文如下

  ============================
  Increase the port range that is used for anonymous ports to approximately 20,000 ports (for example) by modifying the MaxUserPort registry key. Windows uses the conventional BSD range of 1024 to 5000 for its anonymous (ephemeral) port range. You can set only the upper bound of the ephemeral port range. To modify the MaxUserPort registry key, follow these steps:  

  • Start Registry Editor (Regedt32.exe).
  • Locate the MaxUserPort key in the registry:
    HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters
  • On the Edit menu, click Add Value, and then add the following registry value:
    Value Name: MaxUserPort
    Data Type: REG_DWORD
    Value: 65534 (for example)
    Valid Range: 5000-65534 (decimal)
    Default: 0x1388 (5000 decimal)

  • Quit Registry Editor.
  Description: This parameter controls the maximum port number that is used when an application requests any available user port from the system. Typically, ephemeral (that is, short-lived) ports are allocated between the values of 1024 and 5000 inclusive.
  

  Change the timeout on the connections from 240 seconds (the default) to any length from 30 seconds to 300 seconds. Use the TcpTimedWaitDelay registry parameter to change this value. To do this, start Registry Editor (Regedt32.exe), locate the following key in the registry, and then modify the value:
HKEY_LOCAL_MACHINE\System\CurrectControlSet\services\Tcpip\Parameters
TcpTimedWaitDelay
Key: Tcpip\Parameters
Value Type: REG_DWORD-time in seconds
Valid Range: 30-300 (decimal)
Default: 0xF0 (240 decimal)
Description
:This parameter determines the length of time that a connection stays in the TIME_WAIT state when the connection is being closed. While a connection is in the TIME_WAIT state, the socket pair cannot be reused. For more information, see RFC 793.   
  参考资料
  ===========
  http://support.microsoft.com/kb/319502

运维网声明 1、欢迎大家加入本站运维交流群:群②:261659950 群⑤:202807635 群⑦870801961 群⑧679858003
2、本站所有主题由该帖子作者发表,该帖子作者与运维网享有帖子相关版权
3、所有作品的著作权均归原作者享有,请您和我们一样尊重他人的著作权等合法权益。如果您对作品感到满意,请购买正版
4、禁止制作、复制、发布和传播具有反动、淫秽、色情、暴力、凶杀等内容的信息,一经发现立即删除。若您因此触犯法律,一切后果自负,我们对此不承担任何责任
5、所有资源均系网友上传或者通过网络收集,我们仅提供一个展示、介绍、观摩学习的平台,我们不对其内容的准确性、可靠性、正当性、安全性、合法性等负责,亦不承担任何法律责任
6、所有作品仅供您个人学习、研究或欣赏,不得用于商业或者其他用途,否则,一切后果均由您自己承担,我们对此不承担任何法律责任
7、如涉及侵犯版权等问题,请您及时通知我们,我们将立即采取措施予以解决
8、联系人Email:admin@iyunv.com 网址:www.yunweiku.com

所有资源均系网友上传或者通过网络收集,我们仅提供一个展示、介绍、观摩学习的平台,我们不对其承担任何法律责任,如涉及侵犯版权等问题,请您及时通知我们,我们将立即处理,联系人Email:kefu@iyunv.com,QQ:1061981298 本贴地址:https://www.yunweiku.com/thread-63647-1-1.html 上篇帖子: Windows 2003的 开机自动登录的方法 下篇帖子: 如何在 Windows Server 2003 中配置 IIS 网站身份验证
您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

扫码加入运维网微信交流群X

扫码加入运维网微信交流群

扫描二维码加入运维网微信交流群,最新一手资源尽在官方微信交流群!快快加入我们吧...

扫描微信二维码查看详情

客服E-mail:kefu@iyunv.com 客服QQ:1061981298


QQ群⑦:运维网交流群⑦ QQ群⑧:运维网交流群⑧ k8s群:运维网kubernetes交流群


提醒:禁止发布任何违反国家法律、法规的言论与图片等内容;本站内容均来自个人观点与网络等信息,非本站认同之观点.


本站大部分资源是网友从网上搜集分享而来,其版权均归原作者及其网站所有,我们尊重他人的合法权益,如有内容侵犯您的合法权益,请及时与我们联系进行核实删除!



合作伙伴: 青云cloud

快速回复 返回顶部 返回列表