加入收藏 | 设为首页 | 会员中心 | 我要投稿 李大同 (https://www.lidatong.com.cn/)- 科技、建站、经验、云计算、5G、大数据,站长网!
当前位置: 首页 > 综合聚焦 > 服务器 > Windows > 正文

windows-xp – 如何修复“TCP / IP已达到安全限制…”事件消息

发布时间:2020-12-13 23:53:49 所属栏目:Windows 来源:网络整理
导读:我收到以下警告作为系统事件:“TCP / IP已达到对并发TCP连接尝试次数施加的安全限制.” on o box运行Win XP SP3. 我该如何解决这个问题?另外,我如何诊断哪些应用程序正在打开所有这些连接. 它可能是您实际上同时故意建立十个以上的连接(实际的建立部分,而
我收到以下警告作为系统事件:“TCP / IP已达到对并发TCP连接尝试次数施加的安全限制.” on o box运行Win XP SP3.
我该如何解决这个问题?另外,我如何诊断哪些应用程序正在打开所有这些连接.
它可能是您实际上同时故意建立十个以上的连接(实际的建立部分,而不是建立的总连接),或者您在系统上有一些恶意软件.

正如Izzy所写,这应该是一种安全功能,可以防止恶意软件在连接尝试不完整的情况下阻塞系统 – 因此您可能希望首先检查系统的运行状况并尝试找出导致此警告的原因(尝试Malwarebyte的反恶意软件,如果你想要我个人的最爱).

一些P2P应用程序可能会导致这种情况,但大多数情况下,如果你让它们保持更新,应该立即处理这是Microsoft article,这里有一些引用,最后是关于如何找出罪魁祸首的说明:

The TCP/IP stack in Windows XP with
Service Pack 2 (SP2) installed limits
the number of concurrent,incomplete
outbound TCP connection attempts. When
the limit is reached,subsequent
connection attempts are put in a queue
and resolved at a fixed rate so that
there are only a limited number of
connections in the incomplete state.
During normal operation,when programs
are connecting to available hosts at
valid IP addresses,no limit is
imposed on the number of connections
in the incomplete state. When the
number of incomplete connections
exceeds the limit,for example,as a
result of programs connecting to IP
addresses that are not valid,
connection-rate limitations are
invoked,and this event is logged.

At the command prompt,type Netstat –no Find the process with a large number of open connections that are not yet established. These connections are indicated by the TCP state SYN_SENT in the State column of the Active Connections information. Note the process identification number (PID) of the process in the PID column. Press CTRL+ALT+DELETE and then click Task Manager.

(编辑:李大同)

【声明】本站内容均来自网络,其相关言论仅代表作者个人观点,不代表本站立场。若无意侵犯到您的权利,请及时与联系站长删除相关内容!

    推荐文章
      热点阅读