[zt]修复 Pinging ? with 32 bytes of data 问题
Pinging ? with 32 bytes of data 故障解决
拨号一切正常。确不能上网。
ping DNS
通。但奇怪的是居然有个?挂在那(居然不是IP),还有机器内置喇叭报警(滴的一声)。ping任何一个IP都是如此......
C:\>ping 202.98.96.68
Pinging ? with 32 bytes of data:
Reply from 202.98.96.68: bytes=32 time=17ms TTL=248
Reply from 202.98.96.68: bytes=32 time=19ms TTL=248
Reply from 202.98.96.68: bytes=32 time=19ms TTL=248
Reply from 202.98.96.68: bytes=32 time=18ms TTL=248
Ping statistics for :
Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
Minimum = 17ms, Maximum = 19ms, Average = 18ms
用netstat命令居然连端口号都没了。
C:\>NETSTAT -AN
Active Connections
Proto Local Address Foreign Address State
C:\>
先还以为是网卡问题,删之,结果同等。。遂上网得以下原因
造成原因:winsock问题。。
得解决方案:
一、使用超级兔子中的IE修复(其中有一项‘强力修复Winsock2’)
二、使用win中的netsh命令
Microsoft Windows XP [Version 5.1.2600]
(C) Copyright 1985-2001 Microsoft Corp.
C:\>netsh winsock reset
Sucessfully reset the Winsock Catalog.
You must restart the machine in order to complete the reset.
C:\>
本人推荐使用netsh winsock
reset命令,简单方便,无副作用.
0 Comments:
Post a Comment
<< Home