openwrt 登录管理页面openwrt管理页面密码
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了openwrt 登录管理页面openwrt管理页面密码相关的知识,希望对你有一定的参考价值。
参考技术A Openwrt没有现成的密码!你必须要在你通过telnet第一次登陆的时候设置一个。系统
任何全新的被安装上的可爱的Openwrt镜像,都会开启这些默认设置:
dnsmasq (DHCP daemon) (一个负责分配IP地址和dns转发的服务)正在运行
内部接口(一般是网卡口)的IP地址会被设置为192.168.1.1/24
内部接口对外分配的IP地址范围在192.168.1.100 -250之间
dropbear (SSH daemon) 没有在运行
telnet daemon在标准端口上运行(23)
在全新安装Openwrt以后,在你设置一个密码之前系统会一直引导进入这个状态
通过telnet登陆
1.通过telnet 192.168.1.1登陆你的路由:
BusyBox v1.17.3 (2011-02-22 23:42:42 CET) built-in shell (ash)
Enter 'help' for a list of built-in commands.
_______ ________ __
| |.-----.-----.-----.| | | |.----.| |_
| - || _ | -__| || | | || _|| _|
|_______|| __|_____|__|__||________||__| |____|
|__| W I R E L E S S F R E E D O M
ATTITUDE ADJUSTMENT (bleeding edge, r26290) ----------
* 1/4 oz Vodka Pour all ingredents into mixing
* 1/4 oz Gin tin with ice, strain into glass.
* 1/4 oz Amaretto
* 1/4 oz Triple sec
* 1/4 oz Peach schnapps
* 1/4 oz Sour mix
* 1 splash Cranberry juice
-----------------------------------------------------
root@openwrt:~$
2.在提示框中输入passwd. 你将会得到为root用户设置一个新密码的提示:
root@openwrt:~$ passwd
Changing password for root
New password:
Retype password:
Password for root changed by root
root@openwrt:~$
以上是关于openwrt 登录管理页面openwrt管理页面密码的主要内容,如果未能解决你的问题,请参考以下文章