Table of contents
バッファローのWHR-G54Sにtomato firmwareをインストール
ここでは、dd-wrtと同様のフリーのルーターファームウェアであるtomato firmwareをバッファローの無線ルーター・WHR-G54Sにインストールする方法を紹介します。
ファームウェアを取り寄せる
tomato firmwareの公式ページの、Downloadにある最新ファームウェアをダウンロードします。
- http://bit.ly/59Dm5P (www.polarcloud.com)
ダウンロードしたファイルは、7z(7zip)形式で圧縮されているので、IZArc等の解凍ソフトをインストールして、デスクトップなど適当な場所に展開します。
- http://bit.ly/5ZWbHM (www.izarc.org)
PCの設定
次に Windows のネットワークの設定を以下のように設定します.
- IP アドレス 192.168.11.2
- サブネットマスク 255.255.255.0
- デフォルト ゲートウェイ 192.168.11.1
Windowsファイアウォールは切っておいたほうが無難です。
ファームウェアのインストール
ここからがいよいよファームウェアのインストールです。
展開したファイル群の中の、whr_install.batを実行します。
最近のファームウェアのファイルには同梱されていないので、その場合は以下の内容をテキストファイルとして作成し、whr_install.batとリネームして用意してください。
@echo off echo =========================================================================== echo This batch file will upload tomato.trx in the current directory to echo 192.168.11.1 during the router's bootup. echo. echo * Set your ethernet card's settings to: echo IP: 192.168.11.2 echo Mask: 255.255.255.0 echo Gateway: 192.168.11.1. echo * Unplug the router's power cable. echo. echo Press Ctrl+C to abort or any other key to continue... pause > nul echo. echo * Re-plug the router's power cable. echo. echo =============================================================================== echo Waiting for the router... Press Ctrl+C to abort. echo. set FIND=%WINDIR%\command\find.exe if exist %FIND% goto PING set FIND=%WINDIR%\system32\find.exe if exist %FIND% goto PING set FIND=find :PING ping -n 1 -w 50 192.168.11.1 | %FIND% "TTL=" if errorlevel 1 goto PING echo tftp -i 192.168.11.1 put tomato.trx tftp -i 192.168.11.1 put tomato.trx if errorlevel 1 goto PING set FIND= echo. echo =============================================================================== echo * WAIT for about 2 minutes while the firmware is being flashed. echo * Reset your ethernet card's settings back to DHCP. echo * The default router address will be at 192.168.1.1. echo. pause
さて、バッチファイルを実行すると以下の画面が出現します。
===========================================================================
This batch file will upload tomato.trx in the current directory to
192.168.11.1 during the router's bootup.
* Set your ethernet card's settings to:
IP: 192.168.11.2
Mask: 255.255.255.0
Gateway: 192.168.11.1.
* Unplug the router's power cable.
Press Ctrl+C to abort or any other key to continue...ここで一旦止まりますので、指示通りまずは電源ケーブルを抜きます。
つづいて、電源ケーブルを挿して、緑色のPOWERランプがついたらすぐにEnterキーを押します。
* Re-plug the router's power cable. =============================================================================== Waiting for the router... Press Ctrl+C to abort. tftp -i 192.168.11.1 put tomato.trx 転送を正常に完了しました: 4 秒間に 2764800 バイト、691200 バイト/秒 =============================================================================== * WAIT for about 2 minutes while the firmware is being flashed. * Reset your ethernet card's settings back to DHCP. * The default router address will be at 192.168.1.1. 続行するには何かキーを押してください . . .
ここまでたどり着いたら転送が完了です。
| Page Info | |
|---|---|
| Page Name : | WHR-G54Sにtomatoファームウェアをインストール |
| Page aliases : | None |
| Page owner : | Harry |
| Can Read | |
| Groups : | All visitors |
| Users : | All visitors |
| Can Edit | |
| Groups : | No one |
| Users : | No one |
Counter: 10116,
today: 5,
yesterday: 7
Princeps date: 2007-11-15 (Thu) 23:26:48
Last-modified: 2009-10-04 (Sun) 00:16:38 (JST) (857d) by ゲスト


