光猫型号:TEWA-800E
Chrome 192.168.1.1
F12打开控制台
document.getElementById('loginfrm').setAttribute('method','get')
document.getElementById('username').value = 'CUAdmin'
document.getElementById('password').value = 'CUAdmin'
function submitFrm()
{
with(document.forms[0])
{
if ( password.value.length == 0 ) {
alert('密码不得为空!');
return;
}
if ( password.value.length > 32 ) {
alert('密码长度不得大于32!');
return;
}
}
document.getElementById('loginfrm').submit();
}
submitFrm()
进入后访问 http://192.168.1.1/backupsettings.conf 可以备份当前配置,加载配置访问 http://192.168.1.1/updatesettings.html 。
然后进入“基本配置” – “上行线路配置”。将连接名称改为“2_Internet_B_VID_3691”。 将下方连接模式改为“桥接”;关闭DHCP服务;LAN端口绑定选择“网口1”。

1926

被折叠的 条评论
为什么被折叠?



