#
- 前言:之所以有这么一出就是因为移动宽带太垃圾,如果长时间不重启就会导致丢包率过高或者是网络自动断线,然而原生固件不支持定时自动重启,且不支持shell,故想办法补全用于实现我需要的功能
参考
- https://post.smzdm.com/p/a3dnlw0r/
- https://www.right.com.cn/forum/thread-4007274-1-1.html
工具下载
[button color="primary" icon="glyphicon glyphicon-download" url="https:\/\/pan.yuos.top\/s\/vXHQ?path=%2Fwindows%2F%E8%BD%AF%E4%BB%B6%E5%A4%A7%E5%85%A8%2F%E5%85%89%E7%8C%ABshell%E8%A1%A5%E5%85%A8" type=""]工具下载[/button]
补全shell
[scode type="blue"]使用用超级密码进入光猫的系统,移动的超级账号和密码分别为:CMCCAdmin
密码:aDm8H%MdA
[/scode]
[scode type="blue"]然后再打开ONT V3 V5.exe
[/scode]
[scode type="blue"]点击下方的“启动”之后,此时拔掉光纤(切记!),将光猫的电源拔掉然后再通电,等待30s至1min,使能工具出现如下提示,代表已经补全shell
[/scode]
[scode type="blue"]使用Xshell连接 192.168.1.1,账号root,密码adminHW[/scode]
然后
su
shell
[scode type="blue"]在终端视图下输入ls
命令并回车,如果如下图所示,代表已经成功补全shell
,如果提示ERROR::Command is not existed
代表未成功补全shell
,请参照前面的步骤重新尝试。[/scode]
编写定时重启脚本