Network problem: Difference between revisions

From LemonWiki共筆
Jump to navigation Jump to search
mNo edit summary
 
No edit summary
Line 21: Line 21:
  The operation failed as no adapter is in the state permissible for this operation.
  The operation failed as no adapter is in the state permissible for this operation.


=== 無線網路無法使用 ===
* 其他電腦有偵測到無線網路,但是自己電腦偵測不到無線網路訊號
: 無線網路設定(properties)中,可能多了額外項目,請只保留以下項目
# Client for MS Networks
# File and Printer Sharing for MS Networks
# QoS Packet Scheduler
# Internet Protocol (TCP/IP)
: 重開機之後,再等候一段時間(原本重開機之後,還偵測不到訊號,所以留著「無線網路」在「啟用」狀態,然後啟用可用的「區域連線」,過一段時間,就偵測到無線訊號了,所以也許不需要啟用「區域連線」)


=== 網站掛了, 是我的ISP線路出問題? ===
=== 網站掛了, 是我的ISP線路出問題? ===
: [[Web_Ping]]
: [[Web_Ping]]

Revision as of 19:19, 10 April 2005

network problem

ip重整

網路IP是自動取得

  • 使用DOS自動命令檔(Batch File 即 .bat)執行批次命令 [1]
例如: 重整IP
ECHO Release IP
ipconfig /release
ipconfig /renew
ping www.hinet.net
:end


若已經指定固定IP將無法重整

Windows IP Configuration: 
The operation failed as no adapter is in the state permissible for this operation.

無線網路無法使用

  • 其他電腦有偵測到無線網路,但是自己電腦偵測不到無線網路訊號
無線網路設定(properties)中,可能多了額外項目,請只保留以下項目
  1. Client for MS Networks
  2. File and Printer Sharing for MS Networks
  3. QoS Packet Scheduler
  4. Internet Protocol (TCP/IP)
重開機之後,再等候一段時間(原本重開機之後,還偵測不到訊號,所以留著「無線網路」在「啟用」狀態,然後啟用可用的「區域連線」,過一段時間,就偵測到無線訊號了,所以也許不需要啟用「區域連線」)

網站掛了, 是我的ISP線路出問題?

Web_Ping