|
楼主 |
发表于 2022-12-4 19:56
|
显示全部楼层
1 Login to the router web gui
2 Go to https://<your routers IP>/debug_detail.htm, e.g. https://192.168.1.1/debug_detail.htm 11
3 Open the browsers developer tools and/or choose 'Inspect'
4 In 'Inspect' view of the webpage code search for hid_telnet, that will get two matches. The second one is the one you want. That's a form that is hidden
5 For the form change style="display: hidden" to style="display: center"
6 Now there's an 'Enable Telnet' checkbox (you probably have to scroll down to see it. Checking it opens the same page again and Telnet is enabled.
连接见我发的贴,翻译就不翻译了,图片见右侧导航栏 54/194 AUG 19;
大概意思是通过edge 的打开开发者工具,检查--然后查找到hid-telnet,然后修改代码 style="display: hidden" 变成style="display: center",
修改后就会在页面上显示 enable telnet,自己选中就可以,多试几遍,然后用putty进入路由器 输入账号和密码,账号应该是admin,密码就是你设置的;
接着输入:
cd
/usr/bin/fw_setenv fenv_region US,最后重启,然后还需要恢复出厂设置一下,再进入的时候就是us的版本了
|
|