码迷,mamicode.com
首页 > Web开发 > 详细

开启Netgear WNDR3400 telnet-解开封印

时间:2015-01-27 14:56:01      阅读:780      评论:0      收藏:0      [点我收藏+]

标签:

这里是来源

http://wiki.openwrt.org/toh/netgear/telnet.console

我照着做了一遍,成功了。

我是windows, 所以下载了telnetEnable.exe

我把它传这里了: http://download.csdn.net/detail/u010211892/8400845

然后

telnetEnable.exe 192.168.1.1 000FB5A2BE26 Gearguy Geardog
其中Gearguy是官方预留用户名Geardog是默认密码

然后telnet封印解除, 谁都能直接连接无需提供密码, 所以这更像个封印

telnet 192.168.1.1
Connecting To 192.168.1.1...


BusyBox v0.60.0 (2009.09.01-00:50+0000) Built-in shell (msh)
Enter ‘help‘ for a list of built-in commands.

# exit


Connection to host lost.
重启之后,telnet封印恢复, 需要重复一遍以上步骤打开封印。

改它用户名 密码的方法

telnet登录后

# nvram set super_username=newusername
# nvram set super_passwd=newpasswd
# nvram commit
#
# reboot

开启Netgear WNDR3400 telnet-解开封印

标签:

原文地址:http://blog.csdn.net/u010211892/article/details/43194671

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!