Windows XP網(wǎng)絡故障修復的步驟
更新時間:2007年08月06日 10:47:48 作者:
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網(wǎng)絡修復的步驟
翻譯出處:taocsdn的專欄
問:如果你右鍵點擊了一個網(wǎng)絡連接并選擇了"狀態(tài)",Windows顯示了一個包括以下信息的對話框:連接速度、連接持續(xù)時間以及數(shù)據(jù)包的活動狀態(tài)(接收/發(fā)送數(shù)量)。XP以上的操作系統(tǒng)版本中,微軟在狀態(tài)屬性中新加入了一個"修復"的選項在Support Tab中,當你點擊了"修復",Windows將會嘗試修復你的網(wǎng)絡連接。特別地說,操作系統(tǒng)按照以下步驟執(zhí)行(實際上是調(diào)用內(nèi)部的函數(shù)實現(xiàn),本文只是模擬一個類似的命令行流程):
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)
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網(wǎng)絡修復的步驟
翻譯出處:taocsdn的專欄
問:如果你右鍵點擊了一個網(wǎng)絡連接并選擇了"狀態(tài)",Windows顯示了一個包括以下信息的對話框:連接速度、連接持續(xù)時間以及數(shù)據(jù)包的活動狀態(tài)(接收/發(fā)送數(shù)量)。XP以上的操作系統(tǒng)版本中,微軟在狀態(tài)屬性中新加入了一個"修復"的選項在Support Tab中,當你點擊了"修復",Windows將會嘗試修復你的網(wǎng)絡連接。特別地說,操作系統(tǒng)按照以下步驟執(zhí)行(實際上是調(diào)用內(nèi)部的函數(shù)實現(xiàn),本文只是模擬一個類似的命令行流程):
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)
相關文章
XP與98系統(tǒng)雙網(wǎng)卡共享上網(wǎng)設置方法
XP與98系統(tǒng)雙網(wǎng)卡共享上網(wǎng)設置方法...2007-03-03
Linux系統(tǒng)下雙網(wǎng)卡配置實踐總結(jié)
Linux下雙網(wǎng)卡配置方法2008-04-04
網(wǎng)卡速度不再頻變 局域網(wǎng)傳輸速度升級的圖文教程
網(wǎng)卡速度不再頻變 局域網(wǎng)傳輸速度升級的圖文教程...2007-10-10

