
Openwrt
laoxiao1987
这个作者很懒,什么都没留下…
展开
-
openwrt中luci界面中简单的添加一个配置说明
1.先在system中添加一个ipv6config 操作:先在/usr/lib/ lua/luci/controller/admin/system.lua 文件中的index页面中添加 entry({"admin", "system", "ipv6config"}, cbi("admin_system/ipv6config"), "ipv6config", 30).dependent原创 2012-08-15 09:46:39 · 19372 阅读 · 3 评论 -
tplink openwrt路由重置
1.首先进入安全模式中,然后用telnet进入管理界面,清除所有用户操作数据。The normal 30/30/30 reset does not work for the TP-Link TL-WR1043ND running OpenWRT. OpenWRT provides afailesafe mode from where you can recover any config原创 2012-10-16 23:43:09 · 3214 阅读 · 0 评论 -
Openwrt中wan与lan接口说明
简单来说你就把eth0.1 eth0.2当成不同的eth0和eth1啥的,也就是pc上不同的网卡复杂点说的话,其实那个tplink上只有一个网卡eth0但他用virtual lan把那个网卡虚拟成两个其中.1就是对用那个四个lan口.2对应那个wan口无线是用桥接的方式连到lan上的因为是无线,所以他的接口是可以用软件生成的原创 2012-10-23 12:39:49 · 19144 阅读 · 0 评论 -
luci 的themes编译成ipk步骤
1.添加主题包信息openwrt/tmp/.packageinfo2.添加编译时的信息openwrt/feeds/luci/contrib/package/luci说明:http://hi.baidu.com/nonezk/item/3a9773c997cdc879ced4f8e43.编译make 之前记得make clean原创 2014-02-21 12:16:31 · 2465 阅读 · 0 评论 -
虚拟机中跑openwrt出现 read-only file system 解决办法
运行 /sbin/mount_rootBoot processSystem bootup is as follows: →process.bootkernel boots from SquashFS and runs /etc/preinit/etc/preinit runs /sbin/mount_rootmount_root mounts the JFFS2 partit原创 2014-02-20 12:38:38 · 13568 阅读 · 0 评论 -
openwrt 免密码登陆到其他系统
http://blog.youkuaiyun.com/u011007991/article/details/54378998本文介绍的软件为dropbear由于Openwrt里安装该软件十分方便,在此默认该软件已经安装完成执行dropbearkey -t rsa -f /etc/dropbear/my_secret_key来生成私钥,其中-t参数为生成的私钥类型,-f 参数为生转载 2017-06-20 22:23:05 · 1213 阅读 · 0 评论