我的网络看起来是这样的:
ISP cable --- ISP modem --- my router --- cable connection to computer 1
\-- wifi connection to computer 2
一切都很顺利。最近我的 ISP 将他的调制解调器改为调制解调器/路由器(二合一)。我的路由器没有发生任何变化。所以现在我有
ISP cable -
\
|
ISP modem and router (2 in 1) --- my router --- cable connection to computer 1
\-- wifi connection to computer 2
当我断开路由器并将计算机直接连接到 ISP 调制解调器/路由器时,一切正常。但由于 QoS 和其他设置,我需要我的路由器,因此它看起来像上图所示。
目前一切正常,但每隔约 30 分钟网络就会暂停一次(在我的两台计算机上),持续约 40 秒。ping 挂起,firefox 无法加载新页面,但互联网广播或射击游戏可以运行 - 即使在暂停期间。
当一切正常时:
mtr -wb google.com
Start: Sun Feb 15 18:56:38 2015
HOST: kibo Loss% Snt Last Avg Best Wrst StDev
1.|-- router.asus.com (192.168.1.1) 0.0% 10 0.2 0.3 0.2 0.4 0.0
2.|-- 192.168.0.1 0.0% 10 0.7 0.6 0.6 0.7 0.0
3.|-- xx-xx-xx-xx.dynamic.chello.pl (xx.xx.xx.xx) 0.0% 10 18.1 607.5 13.8 2870. 1021.2
4.|-- xx-xx-xx-xx.infra.chello.pl (xx.xx.xx.xx) 0.0% 10 8.1 7.9 7.0 9.2 0.3
....
出现问题时:
mtr -wb google.com
Start: Sun Feb 15 18:48:00 2015
HOST: kibo Loss% Snt Last Avg Best Wrst StDev
1.|-- router.asus.com (192.168.1.1) 0.0% 10 0.3 0.3 0.2 0.4 0.0
2.|-- ??? 100.0 10 0.0 0.0 0.0 0.0 0.0
那么是什么原因导致了这些暂停?如何诊断和解决?