询问者
【紧急】局域网内两台Windows Server互ping,出现规律性丢包!

问题
-
【角色及IP介绍】
10.10.18.81--Exchange Server 2013 (OS: Windows Server 2012 R2)
10.20.18.61--Exchange Server 2007 (OS: Windows Server 2008)
【问题描述】
两台主机均在同一个Site中。从10.10.18.81去ping 10.20.18.61是,间隔5分钟左右,就会出现丢包现象。如下图所示:
通过WireShark进行抓包后发现,出现了一个 Destination Unreachable( Protocol Unreachable )的错误,如下图所示:
Destination Unreachable
全部回复
-
Hi ,
>>Destination Unreachable
此报错可能是由于以下原因导致:
1.本地系统没有到达所需目标的路由。
2.远程路由报道没有到达目标的路由。
建议使用route命令来检查本地路由表。可以把route print的结果上传到论坛我给您确认。
此致
Candy
Please remember to mark the replies as answers if they help.
If you have feedback for TechNet Subscriber Support, contact tnmff@microsoft.com. -
Hi ,
>>Destination Unreachable
此报错可能是由于以下原因导致:
1.本地系统没有到达所需目标的路由。
2.远程路由报道没有到达目标的路由。
建议使用route命令来检查本地路由表。可以把route print的结果上传到论坛我给您确认。
此致
Candy
Please remember to mark the replies as answers if they help.
If you have feedback for TechNet Subscriber Support, contact tnmff@microsoft.com.Hi Candy,
我对问题的机器进行了route print,截图如下:
-
Hi ,
请在路由表中添加一条10.20.18.61到默认网关的路由,以下为命令:
route add -p (persistent) target PC's IP, mask, subnetmask, gateway IP
route add -p 10.20.18.0 mask 255.255.254.0 10.10.18.1
然后检查是否还有丢包的现象。
此致
Candy
Please remember to mark the replies as answers if they help.
If you have feedback for TechNet Subscriber Support, contact tnmff@microsoft.com.- 已建议为答案 Candy LuoMicrosoft contingent staff, Moderator 2018年1月26日 9:14
-
Hi ,
请问问题有新的进展吗?
此致
Candy
Please remember to mark the replies as answers if they help.
If you have feedback for TechNet Subscriber Support, contact tnmff@microsoft.com. -
Hi ,
目前问题有解决吗?如果有任何疑问,请随时在贴下进行回复。
此致
Candy
Please remember to mark the replies as answers if they help.
If you have feedback for TechNet Subscriber Support, contact tnmff@microsoft.com.