DD-WRT on Buffalo WHR-HP-G54

Today I installed the open source router firmware DD-WRT on a newly purchased Buffalo WHR-HP-G54 broadband router. I’m very impressed with its rich feature set and ease of installation.

Months ago a friend had recommended OpenWRT, another open source solution for low cost broadband routers, but following the old “don’t try to fix it if it ain’t broken” mantra, I had stuck with my standard NEC Aterm WR6650S WarpStar router (firmware revision 8.72) .

A few weeks ago I started having random problems connecting to the internet. When I clicked on links in the browser, either it was very slow or it returned an error or timed out on me. When I investigated I noticed that the internal log of the NEC WarpStar was full of error messages like these:

2008/08/24 18:09:29 NAT TX-ERROR List Create Error : UDP 192.168.1.102 : 31320 > 201.29.227.157 : 7701 (IP-PORT=1)
2008/08/24 18:09:29 NAT TX-ERROR List Create Error : UDP 192.168.1.102 : 31320 > 99.227.142.5 : 9205 (IP-PORT=1)

A router reset (briefly pulling the power cord) would cure it for a few hours to two days at most, but then the problem always came back. The router firmware obviously had trouble tracking which entries in its Network Address Translation (NAT) table could be discarded and the table would overflow, making connections to the outside world hit and miss, as NAT entries are essential for replies to requests sent to servers out there to get back into the LAN.

Of the 8 PCs and Macs in my home and office that are sharing a cable internet connection, at least four are on all the time, crunching spam data received from around the world day and night. So you can imagine that whatever router I’m using is always getting a good workout. I can’t afford it to be unreliable.

So I started doing a bit of research on OpenWRT and its cousin DD-WRT and what sort of routers that are compatible with them I could get locally here in Yokohama, Japan.

The Linksys WRT54G was the first router fitted with open source firmware, but Yamada Denki, the biggest electronics store in my part of town, does not sell any Linksys products. They were selling mostly NEC and Buffalo, but none of the models I found on the shelves appeared on the list of supported hardware.

I searched Google for the WHR-HP-G54, a supported Buffalo router, for pages in Japanese and found it on kakaku.com, a price search website. It was available for 6,500 yen from Mr. Direct, a company based in Hiroshima. Less than 48 hours later the router arrived at my doorstep by takkyubin (parcel service), for about $70 including tax and shipping.

Installing DD-WRT on the router turned out to be so easy, it actually took less time to do it than to get my Windows Vista notebook working with the new wireless security keys afterwards!

Here’s what I did:

  1. First I downloaded the firmware (v24-sp1 / Consumer / Buffalo / WHR-HP-G54 / dd-wrt.v24_mini_generic.bin) and saved it on my local hard disk. Update 2009-05-25: Do not use any DD-WRT V24-sp1 builds dated in between 030309 and 051809, these builds have known problem that didn’t exist in the March 3, 2009 version and was fixed in the May 18 2009 version.
  2. Next I verified the router was working with its default firmware. I hooked my notbook to one of the LAN ports by ethernet cable and accessed 192.168.11.1 with the browser. The Japanese factory firmware came up (user: root, blank password).
  3. I added the tftp program in the Windows Vista control panel (Programs and Features / Turn Windows features on or off)
  4. I opened two command prompt windows. In the first I executed
    ping -t 192.168.11.1

  5. In the second command prompt window I went into the folder where I had saved the downloaded DD-WRT firmware and then typed the following, without hitting Enter:
    tftp -i 192.168.11.1 PUT dd-wrt.v24_mini_generic.bin

  6. Unplug the power cable from the back of the router, then reconnect it.
  7. As soon as you see the router responding to the PING command in the first window, hit enter on the second window (tftp command). The diag LED will flash for a number of seconds and tftp will report that the file was transferred.
  8. When the LEDs on the router are quiet, the update will have finished. Renew your IP (or reboot your PC), because the router will now be at 192.168.1.1. Access it with the browser and you’re ready to configure your new DD-WRT router!

9 thoughts on “DD-WRT on Buffalo WHR-HP-G54

  1. You’re so lucky that you can still get that router in Japan. Here in the U.S. , that router is not for sale by Buffalo due to a litigation in progress.

    I want that router!

  2. Pingback: Linux Eee Box now available, MS giving away XP?

  3. I managed to do most of the steps, but for ( tftp -i 192.168.11.1 PUT dd-wrt.v24_mini_generic.bin ) I get “TIME OUT ERROR” does anyone know why? message me @ daniel.is.camacho(at)gmail.com

  4. Pingback: IPv6 with DD-WRT router and Hurricane Electric

  5. Pingback: Websites tagged "wrt" on Postsaver

  6. A friend set up DD-WRT on this router recently using these notes. He encountered some stumbling blocks which I’d like to mention:

    1) He first had trouble with TFTP, but I told him to make sure the PC running TFTP had a static IP such as 192.168.11.10 (in the 192.168.11.x range but other than 192.168.11.1, which will be the router itself). You should not use DHCP during flashing. You also should not use the wireless connection, only a network cable hooked up to one of the 4 LAN ports of the router.

    2) After TFTP succeeded, he couldn’t get a WAN IP on his Comcast cable modem. The reason probably was that the cable modem will only assign one IP address and that one IP had already been assigned to his Belkin router (the one the WHR-HP-G54 was meant to replace). Short of waiting 24 hours (?) for the lease to expire, his quickest solution was to clone the other router’s WAN MAC address on the DD-WRT router (Setup / Mac Address Clone), so that DHCP in the cable modem would reassign him the same IP, thinking his Buffalo DD-WRT router was the old Belkin router since the MAC addresses matched. The other solution probably would have been to reconnect his old Belkin, release the WAN IP DHCP from the Belkin web interface, then switch to the Buffalo DD-WRT and renew (acquire) the now available DHCP lease.

  7. Pingback: The most robust router I ever used – WHR-HP-G54 (DD-WRT)

  8. Great steps.
    Only one step seems to be missing. I had to press the INIT button on the bottom while turning the router ON (after step 6). Without doing the INIT, I was unable to perform step 7.
    Thanks.

  9. Pingback: Save $27.00 on BUFFALO WHR-HP-G54 – $52.99

Leave a Reply

Your email address will not be published. Required fields are marked *