網路問題判斷
出自KMU Wiki
(修訂版本間差異)
| 在2010年9月28日 (二) 10:13所做的修訂版本 (編輯) Cch (對話 | 貢獻) ←上一個 |
在2010年9月28日 (二) 10:30所做的修訂版本 (編輯) (撤銷) Cch (對話 | 貢獻) (→ipconfig) 下一個→ |
||
| 第8行: | 第8行: | ||
| ipconfig | ipconfig | ||
| - | 看看是否有 IP Address | + | 看看是否有 IP Address 的資料,執行結果可能像是這個樣子︰ |
| + | |||
| + | <pre> | ||
| + | C:\>ipconfig | ||
| + | |||
| + | Windows IP Configuration | ||
| + | |||
| + | Ethernet adapter 區域連線: | ||
| + | |||
| + | Connection-specific DNS Suffix . : | ||
| + | IP Address. . . . . . . . . . . . : 163.15.159.78 | ||
| + | Subnet Mask . . . . . . . . . . . : 255.255.255.0 | ||
| + | Default Gateway . . . . . . . . . : 163.15.159.254 | ||
| + | </pre> | ||
| ==ping== | ==ping== | ||
在2010年9月28日 (二) 10:30所做的修訂版本
當您在使用 Windows 時連不上某個網頁時,可按以下步驟做初步的判斷︰
首先開啟命令提示字元 (請用滑鼠左鍵點Windows桌面左下角開始 -> 執行 或 搜尋 -> 輸入cmd -> 確定或按 Enter)
ipconfig
在命令提示字元視窗中輸入︰
ipconfig
看看是否有 IP Address 的資料,執行結果可能像是這個樣子︰
C:\>ipconfig
Windows IP Configuration
Ethernet adapter 區域連線:
Connection-specific DNS Suffix . :
IP Address. . . . . . . . . . . . : 163.15.159.78
Subnet Mask . . . . . . . . . . . : 255.255.255.0
Default Gateway . . . . . . . . . : 163.15.159.254
ping
在命令提示字元視窗中輸入︰
ping www.kmu.edu.tw
tracert
在命令提示字元視窗中輸入︰
tracert www.kmu.edu.tw
