2012-09-30, 05:38 PM | #1 | |
注册日期: 2003-10-22
帖子: 11,052
积分:6
精华:24
现金:14344金币
资产:29325301金币
|
TP-Link WR1041N 刷OpenWrt 教程
先到http://wiki.openwrt.org/toh/tp-link/tl-wr1041n ,下载http://downloads.openwrt.org/snapsho...fs-factory.bin ,里边有简单的教程,不过是英文的. 进tplink的界面,直接用这个包升级. 升级完成后,因为原厂没http界面,所以要手动装. 用secureCRT之类的telnet软件,地址填192.168.1.1,进入路由管理界面, 输入 代码:
vi /etc/config/network 按inert键,然后按右键粘贴下边内容,再按一下ESC键,输入 :wq ,保存退出. 代码:
config interface 'wan' option ifname 'eth0.2' option proto 'pppoe' option username '你的ADSL帐号' option password '你的ADSL密码' 代码:
root@OpenWrt:/#/etc/init.d/network restart root@OpenWrt:/#opkg update root@OpenWrt:/#opkg install luci root@OpenWrt:/#opkg install luci-i18n-chinese root@OpenWrt:/#opkg install luci-app-multiwan root@OpenWrt:/#/etc/init.d/uhttpd enable root@OpenWrt:/#/etc/init.d/uhttpd start |
|
|
||
|