Windows XP网络故障修复的步骤

所属分类: 实用技巧 / 组网教程 阅读数: 1115
收藏 0 赞 0 分享
What actions occur when I click Repair on a network connection in Windows XP and later?

A.If you right-click a network connection and select Status, Windows displays information about the connection's speed, duration of connection, and packet activity. For XP and later, a Repair option appears on the Support tab. When you click Repair, Windows attempts to resolve a range of problems. Specifically, the OS 

Attempts to renew the DHCP lease, if the connection obtains its IP address through DHCP, using a broadcast message. 

Flushes the Address Resolution Protocol (ARP) cache using the command 
arp -d * 

Flushes the NetBIOS cache using the command 
nbtstat -R

Flushes the DNS cache using the command 
ipconfig /flushdns

Reregisters the NetBIOS name and IP address with WINS using the command 
nbtstat -RR 

Reregisters the computer name and IP address with DNS using the command 
ipconfig /registerdns


Windows XP网络修复的步骤

翻译出处:taocsdn的专栏

问:如果你右键点击了一个网络连接并选择了"状态",Windows显示了一个包括以下信息的对话框:连接速度、连接持续时间以及数据包的活动状态(接收/发送数量)。XP以上的操作系统版本中,微软在状态属性中新加入了一个"修复"的选项在Support Tab中,当你点击了"修复",Windows将会尝试修复你的网络连接。特别地说,操作系统按照以下步骤执行(实际上是调用内部的函数实现,本文只是模拟一个类似的命令行流程): 

1、如果此连接通过广播方式从DHCP获得了一个IP地址的话,修复过程首先会尝试更新DHCP租用。

2、刷新ARP缓存(arp -d *)

3、刷新NetBIOS缓存(nbtstat -R)

4、刷新DNS缓存(ipconfig /flushdns)

5、重新在WINS上注册NetBIOS名称和IP地址(nbtstat -RR)

6、重新在DNS上注册计算机名称和IP地址(ipconfig /registerdns)
更多精彩内容其他人还在看

Windows XP网络故障修复的步骤

Windows XP网络故障修复的步骤
收藏 0 赞 0 分享

综合布线网线配对的四大法宝应用

综合布线网线配对的四大法宝应用
收藏 0 赞 0 分享

网卡速度不再频变 局域网传输速度升级的图文教程

网卡速度不再频变 局域网传输速度升级的图文教程
收藏 0 赞 0 分享

静态ARP与arp协议图解第1/3页

静态ARP与arp协议图解
收藏 0 赞 0 分享

局域网用户的限制和反限制设置方法与思路分析

局域网用户的限制和反限制设置方法与思路分析
收藏 0 赞 0 分享

再论局域网互访故障问题的解决方法图文教程

再论局域网互访故障问题的解决方法图文教程
收藏 0 赞 0 分享

非对称网络不通 子网掩码导致网络不通是“祸首”

非对称网络不通 子网掩码导致网络不通是“祸首”
收藏 0 赞 0 分享

Linux系统下双网卡配置实践总结

Linux下双网卡配置方法
收藏 0 赞 0 分享

2003 备份dns

DNS备份和恢复的实现步骤
收藏 0 赞 0 分享

笔记本无线共享上网教程

环境: 1. 两台本本,系统都是XP_sp2(多台没试,局域网的话相当于hub吧,应该也行)。 2. 一条网线能连上互联网。 3. 两台机器都有无线网卡,且工作正常。 4. 连网线的本本记做PC1,不连网线直接上网的本本记做PC2。
收藏 0 赞 0 分享
查看更多