惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

H
Help Net Security
博客园 - Franky
GbyAI
GbyAI
Threat Intelligence Blog | Flashpoint
Threat Intelligence Blog | Flashpoint
爱范儿
爱范儿
IT之家
IT之家
酷 壳 – CoolShell
酷 壳 – CoolShell
aimingoo的专栏
aimingoo的专栏
博客园_首页
MongoDB | Blog
MongoDB | Blog
CTFtime.org: upcoming CTF events
CTFtime.org: upcoming CTF events
Recent Announcements
Recent Announcements
Scott Helme
Scott Helme
有赞技术团队
有赞技术团队
M
MIT News - Artificial intelligence
C
CERT Recently Published Vulnerability Notes
K
KPMG report finds enterprise disconnect between AI and its ROI | CIO
Jina AI
Jina AI
F
Fortinet All Blogs
N
Netflix TechBlog - Medium
L
LangChain Blog
L
LINUX DO - 最新话题
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
cs.AI updates on arXiv.org
cs.AI updates on arXiv.org
H
Hacker News: Front Page
MyScale Blog
MyScale Blog
P
Palo Alto Networks Blog
G
Google Developers Blog
Google DeepMind News
Google DeepMind News
AI
AI
T
Troy Hunt's Blog
Microsoft Azure Blog
Microsoft Azure Blog
阮一峰的网络日志
阮一峰的网络日志
cs.CL updates on arXiv.org
cs.CL updates on arXiv.org
Vercel News
Vercel News
Microsoft Security Blog
Microsoft Security Blog
罗磊的独立博客
S
Secure Thoughts
大猫的无限游戏
大猫的无限游戏
博客园 - 叶小钗
人人都是产品经理
人人都是产品经理
Blog — PlanetScale
Blog — PlanetScale
博客园 - 司徒正美
Apple Machine Learning Research
Apple Machine Learning Research
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
博客园 - 三生石上(FineUI控件)
S
Security @ Cisco Blogs
Cloudbric
Cloudbric
E
Exploit-DB.com RSS Feed
Attack and Defense Labs
Attack and Defense Labs

博客园 - 咖啡的滋味

【转】Vmware ESX 3.0出现“error connecting: can not connect to host x.x.x.x: a connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed……的解决方法 安装isa2006后加入域提示“RPC服务器不可用” Exchange 2007 安装完后需要注意的几件事情 Exchange server 2007环境下,outlook2007同步脱机地址簿时出现“0x80190194”错误的分析与解决方法 在Exchange server 2007中启用pop3和IMAP4协议访问 Exchange server 2007 出现“0x8004010F”错误的解决办法 - 咖啡的滋味 Exchange Server 2007 LCR小试 学习Exchange的几个站点 Exchange server2007自动发现服务(Auto discover service)原理及调试 有感 喜欢济南的几个理由 网通电信双线路上网,网通的走网通线路,电信的走电信线路,内网通过NAT上网,双线路故障自动切换 安装ISA2004后,加入域时提示:"远程过程调用失败且未运行"的解决办法 Ten sentences 在OUTLOOK或OWA中查看邮件的SCL级别(转) 常用的RBL服务器列表及介绍 关于在使用Exchange2003系统时无法向sina,yahoo,hotmail等邮箱发送邮件问题的解决方法 关于在配置ISA 的WEB代理时使用的身份验证问题 在启用sharepoint portal server 2003的SSO时,提示“无法连接到数据库服务器,请检查配置账户的权利”的问题的解决方法
重置TCP/IP协议堆栈的经历
咖啡的滋味 · 2006-12-07 · via 博客园 - 咖啡的滋味

某天,一客户服务期遇到问题。

服务器环境:windows server 2003 ent r2

Server role: RMS Server , SMS Server, LCS Server, Symantec Management Center

Symptoms :

LCS service can not start.

And can not log on the domain . 提示信息:"rpc 服务器不可用"。DNS正常,排除DNS问题。

可以ping通其他机器。但无法通过tcp协议去上网。

经过一番测试,最后认为是TCP/IP协议堆栈出现问题导致。因为此服务器以前中过木马。

重置TCP/IP协议堆栈

非常简单,只需要两个命令:

  1. Netsh int ip reset c:\ipreset.log
  2. Netsh winsock reset c:\winsockreset.log

这两个命令会修改一大堆注册表键值,详细修改信息在log文件中可以看到。

运行完成后需要重新启动计算机,并重新配置IP地址。一切正常。