TEWA-800E登录超级管理员并修改桥接

今天请北京联通的师傅来修网, 顺便换了一个千兆的光猫(最近免费升级为了200M宽带, 但旧光猫为100M的), 型号是TEWA-800E。该光猫默认是路由器方式工作, 很不舒服, 需要改为桥接, 然后用自己的高级路由器拨号。

登录超级管理员的方法如下:

打开光猫管理界面(默认是http://192.168.1.1/), 按F12, 输入如下神秘代码, 然后按回车即可以超级管理员登录。

document.getElementById('user_name').value = 'CUAdmin';
document.getElementById('password').value = 'CUAdmin';
document.getElementById('loginfrm').submit();

据说直接访问http://192.168.1.1/loginUser.htm?username=CUAdmin&password=CUAdmin亦可。

修改桥接方法如下:

首先, 通过一定方法获得宽带(PPPoE)的账号及密码。

然后访问基本配置—上行线路配置, 选择连接名称为INTERNET, 然后按如图所示配置。

注: 修改前可先访问http://192.168.1.1/backupsettings.conf下载备份配置。

测试发现, 速度由原来的95Mbps提升至250Mbps, 上行速率保持为40Mbps。

参考文献:

  1. IEEE 802.3ah
  2. http://www.addonce.net/article/96e8b078749e11e88c4000163e0ed1ec
  3. http://koolshare.cn/thread-141538-1-1.html
  4. https://blog.csdn.net/kt_ZhangSheng/article/details/80855083
  5. https://guanggai.org/thread-563-1-1.html
  6. http://www.speedtest.net/zh-Hans

发表评论

注意 - 你可以用以下 HTML tags and attributes:
<a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <s> <strike> <strong>

:wink: :twisted: :roll: :oops: :mrgreen: :lol: :idea: :evil: :cry: :arrow: :?: :-| :-x :-o :-P :-D :-? :) :( :!: 8-O 8)

本文链接:https://twd2.me/archives/11380QrCode