✔ 最佳答案
首先要知道斷線的原因
究竟是 wifi斷線
(即wireless router 與 notebook 的連線)
還是 isp (網路供應商) 與你家的連線斷開。
測試方式
.
步驟 1
先打開命令提示字元 (cmd )
在這個黑色的dos 畫面下
輸入 ipconfig/all便看到資料 如下:
Physical Address. . . . . . . . . : 13-A8-D5-A3-BA-67
Dhcp Enabled. . . . . . . . . . . : Yes
IP Address. . . . . . . . . . . . : 192.168.1.100
Subnet Mask . . . . . . . . . . . : 255.255.255.0
Default Gateway . . . . . . . . . : 192.168.1.1 <<<===留意這個
可能與你的有所不同就把這個輸入下面ping 後面的數字便可
.
.
再輸入
ping 192.168.1.1 -t <<<===留意這個
就見到
Pinging 192.168.1.1 with 32 bytes of data:
Reply from 192.168.1.1: bytes=32 time=1ms TTL=64
Reply from 192.168.1.1: bytes=32 time=1ms TTL=64 這是正常的回應
不要關閉這畫面直到斷線時再看
.
步驟 2
再打開新一個命令提示字元 (cmd )
在這個黑色的dos 畫面下
Pinging yahoo.com
Pinging yahoo.com [72.30.2.43] with 32 bytes of data:
Reply from 72.30.2.43: bytes=32 time=159ms TTL=51
Reply from 72.30.2.43: bytes=32 time=159ms TTL=51 這是正常的回應
也不要關閉這畫面直到斷線時再看
.
.
步驟 3
當發現斷線就看看那個dos 畫面有不正常字句出現如:
.
Request timed out
或不是上面 Reply from xxxx bytes=32 time=159ms TTL=51
就是問題所在,
A
例如 192.168.1.1 畫面
Request timed out
就是 wifi 連線問題,
B
如Pinging yahoo.com 畫面不正常
那就是isp 連線問題。