|
本帖最后由 嬲爆爆 于 2014-5-13 09:20 编辑
WGT624 V4刷DD-WRT教程!
1. 下载putty.exe放在C盘根目录 http://the.earth.li/~sgtatham/putty/latest/x86/putty.exe
2.在C根目录新建一个txt格式文档,重命名为redboot.txt,打开它,复制以下代码进去后保存
3. 在C根目录新建一个txt格式文档,打开它,复制以下代码进去后保存为redboot.bat
- rem echo off
- :start
- rem ------------------------------------------------
- ping 192.168.1.1 -n 1 -w 1 >NUL
- IF ERRORLEVEL 1 goto start
- rem putty
- rem ------------------------------------------------
- break
- putty.exe telnet://192.168.1.1:9000 -m redboot.txt
- exit
复制代码
4.手动设置网卡IP为192.168.1.2
5.连接电脑到LAN口,复位路由, 关掉路由,运行redboot.bat后再开路由.
6.下载dd-wrt http://www.dd-wrt.com/routerdb/de/download/Netgear/WGT624/v4/linux.bin/3614
7. 下载TFTP Server http://tftpd32.jounin.net/download/tftpd32.400.zip
8.运行TFTP Server后,Server Interface应该是192.168.1.2, Host填192.168.1.1,Port填69, Local File按右边的按钮浏览刚下载的Linux.bin,然后按Put
9.完成.
|
|