OK, now that we’ve got our network basically working, we’ve run “DSL Reports”:http://dslreports.com/tools to figure out that we do have the speed, but it still doesn’t seem very responsive. There are also various attacks by different folks, so we need some sort of el cheapo monitoring software. There are quite a few of these utilities that you could try:

As an example, “Link Logger”:http://www.linklogger.com/download.htm is a tool that isn’t expensive, but does require that you burn a third party firmware load onto your Linksys BEFSR41 that we have for instance has mulitple hardware “versions”:http://www.linklogger.com/linksys_config_issues.htm so you ahve to be careful.

There is also a whole market in firmware hacks for the very popular WRT54G line that include such tools as “HyperWRT”:, “DD-WRT”:http://www.dd-wrt.com/dd-wrtv2/index.php and “SveaSoft”:http://www.sveasoft.com. There is also lots of information on “Linksysinfo.org”:http://linksysinfo.org is a great resource to understand all of this. The main lesson though is that if you are buying a new one, you want a Linksys WRT54G V4 or *lower*. The V5 and later are cost reduced and have less memory!!!

Let’s review each

h2. Sveasoft

Sveasoft is a good example, they add lots of features but have a $20/month subscription fee to keep the software alive. What are some of the new “features”. BTW we can thank Linksys for using an open source Linux and distributing the firmware. These companies are added features because of that. Makes the WRT54G a pretty good line to buy into.

The most interesting thing is that apparently, the earlier models, WRT54G V1-4 were better because the new ones V5 and on actually have less RAM and ROM and switched operating environments, so if you can get the V4, they are probably the best for hacking around.

* Separate SSIDs per box with unique encryption rules for each SSID so you can on one box host both inside the firewall employees and outside the firewall visiters
* About a zillion repeater, bridge and routing modes that you normally only get with the dedicate WAP54G access point. These are now available on the WRT54G
* Lots of file wall improvements including blocking of bad adware sites
* Boosting the power of the system to 251 milliwatts to increase range, the addition of “Afterburner” support to increase speeds

h2. DD-WRT

“DD-WRT”:http://www.dd-wrt.com/dd-wrtv2/ddwrt.php is an open source project based on Sveasoft so it is free and has a very active “forum”:http://www.dd-wrt.com/phpBB2/viewforum.php?f=1&sid=6dfef779420445922429af2b43d36a49 with lots of the various flavors of the Linksys and other related hardware all based on the Broadcom chipset. Features from their “wiki”:http://www.dd-wrt.com/wiki/index.php/Main_Page include:

“AP Client Mode”:http://www.dd-wrt.com/phpBB2/viewtopic.php?t=68 is the most important for providing more coverage where on WRT54G reaches out only so far, so at the edge, you put another WRT54G to extend the coverage. As an aside, the AP Client Bridge Mode only allows a single ethernet device behind the bridge, so you need to use WDS if you want mulitples. Also there are lots of posts about whether this is implemented properly, so probably not a good candidate.

The main thing it doesn’t do is multiple SSIDs on the one box. There is a pre-alpha V0.24 that does that

h2. HyperWRT

“HyperWRT”:http://www.hyperspacehome.com/hyperwrt/ is another option. The main page says it won’t work on anything new that V3 hardware. So it is a good candidate for Qiming which has three V3 routers, but not for John who has a pair of V4’s. But there is a “forum”:http://www.hyperwrt.org/forum/viewtopic.php?id=957 that describes how to load it on a WRT54G/GS V4. Confused yet? Also interesteing to see that there is a feature called Speedbooster which are basically hacks to the Wifi protocols that are firmware based, so save yourself some money if you are geek and buy a WRT54G and use this hack to save the $20 extra it costs for a WRT54GS. Specifically its “features”:http://www.hyperwrt.org/Features.shtml are:

* Adjustable power and ability to get up to 13 wireless channels. Apparently on the WRT54G by default, it is at 100Mw, the maximum according to the 802.11 specification, but you can artificially boost it to 200Mw with a firmware change
* “AP+WDS”:http://www.hyperwrt.org/wiki/BasicWirelessSettings. This is the mode that we really need, it merges the AP mode and WDS mode together so you can connect together multiple WRT54G servicing wired and wireless clients. (so it is too bad it doesn’t work with John’s hardware).
* The main complexity is that for WRT54G routers, you have to upgrade them with Linksys firmware to WRT54GS and from there go to HyperWRT.

Hat tip to the genius to figure this out at Hyperwrt named Danielhaden, you basically load DD-WRT to get the V4 in the right state of mind as a V4 GS then from there you can use HyperWRT’s GS version. That is because the WRT54G HyperWRT only works for V1-3 of that that hardware. Confused yet:

# Used the Linksys CD that came with the router to set it up initially and make sure the thing worked out of the box.” It is always wise to check out a brand-new product before modifying it. wink
# After confirming the router worked, I went to 192.168.1.1 and reset the factory defaults. Did I need to? Probably not, but I wanted to start clean with no funny business. . .” This is a very important part of the official directions for DD-WRT mini generic that is used in the next step. Setting factory defaults before loading firmware reduces risk.
# Navigated to the ‘Upgrade Firmware’ section of the Linksys interface and browsed for the dd-wrt mini generic (121005 release, v23) I downloaded from “DD-WRT”:http://www.dd-wrt.com/. Note that there is no specific download for mini generic. It is in the 121005-2.dd-wrt.v23.mini_beta1.zip archive and you will see it after unpacking the archive.” This information may have changed, but others have had success with the final version of DD-WRT mini generic V23.
# Clicked the ‘upgrade’ button. danielhaden suggested that due to the v4’s alleged stubborn nature, it is a good idea to wait five minutes and walk away. So I did. I even set a timer. However, the upgrade was successful in about one minute with no hang or apparent problems. I waited five minutes anyway. Hey, why not?” Also a vital part of the DD-WRT directions is that you wait 5 minutes after loading. This is specific to DD-WRT.
# I clicked the ‘continue’ button on the page that said the upgrade was successful and verified that dd-wrt was indeed running.
# Then I navigated to the “Upgrade Firmware” section of dd-wrt’s interface and browsed for Thibor’s HyperWRT 201105 .bin file I had already downloaded from “Hyperwrt”:http://www.hyperwrt.org/Downloads.shtml and held my breath as I continued.” See the FAQ on where to get the latest HyperWRT.
# I set my timer for five minutes, just to keep me honest. And again, I didn’t need it- after approximately one minute, I saw the page that said the upgrade was successful…and again, I waited the five minutes anyway. I wasn’t in a big hurry.” It wasn’t necessary to wait 5 minutes after loading HyperWRT. The router was ready to use as soon as HyperWRT appeared. Still, not a bad idea. wink
# After my (probably unnecessary) five minutes, I continued from the upgrade successful page and found that HyperWRT was running. I had a momentary bout of panic as the interface looks very similar to the stock Linksys interface. Uh oh. Then I saw the Thibor HyperWRT firmware description up in the right corner. Whew.” HyperWRT adds many features onto the original Linksys sources, and it is made from the latest Linksys code for the latest in fixes and security. That is why it looks similar.
# I then performed a hard reset on the router. Unplugged, pressed the reset button- one one thousand, two one thousand…thirty one thousand- then plugged it back in for ten more seconds with the reset button still pressed. One one thousand, two one thousand….”
# After the reset, I went to 192.168.1.1 in my browser and HyperWRT was still there. Yay. I navigated to the startup script page and entered “erase nvram; reboot” into the. . .” run command section of the administration page. At first, it is difficult to figure out where to type, but the single line is where you type, not the big box.
# At this time, it is recommended that you set your router to factory defaults. It will restart. Now, set an administration (admin) password, and then login with username admin and your new password. Until you save an admin password, many of your changes will not save.
# Success! Thibor’s HyperWRT made the 54G appear as a 54GS. Neat. I don’t know if it’s faster or better since this is my first wireless router, but it was fun to stick it to The Man (?) and turn it into the more expensive model.”

h2. Fix your Intel Drivers they have security holes!

As another aside, it turns out the 2200BG Intel driver we have has all kinds of security issues, so if you have downloaded as of August 9, 2006, you should download the new Intel drivers at “http://support.intel.com/support/wireless/wlan/sb/cs-010623.htm”:http://support.intel.com/support/wireless/wlan/sb/cs-010623.htm

I’m Rich & Co.

Welcome to Tongfamily, our cozy corner of the internet dedicated to all things technology and interesting. Here, we invite you to join us on a journey of tips, tricks, and traps. Let’s get geeky!

Let’s connect