<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>EloquentSpace &#124; Dan Kelly&#039;s Weblog &#187; wl500g</title>
	<atom:link href="http://www.eloquentspace.net/blog/tag/wl500g/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.eloquentspace.net/blog</link>
	<description>I Hack and Tweak Everything</description>
	<lastBuildDate>Thu, 31 Dec 2009 03:31:57 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Make Your Router Shine With DD-WRT</title>
		<link>http://www.eloquentspace.net/blog/dd-wrt-v24-revealed/</link>
		<comments>http://www.eloquentspace.net/blog/dd-wrt-v24-revealed/#comments</comments>
		<pubDate>Fri, 02 Oct 2009 02:39:47 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Linux Related]]></category>
		<category><![CDATA[Reviews]]></category>
		<category><![CDATA[best router for]]></category>
		<category><![CDATA[dd-wrt]]></category>
		<category><![CDATA[router firmware]]></category>
		<category><![CDATA[router freezes]]></category>
		<category><![CDATA[upgrade router]]></category>
		<category><![CDATA[whr-g54s]]></category>
		<category><![CDATA[wl500g]]></category>
		<category><![CDATA[wrt54gl]]></category>
		<category><![CDATA[wrtsl54gs]]></category>

		<guid isPermaLink="false">http://www.eloquentspace.net/blog/?p=374</guid>
		<description><![CDATA[In this post, you'll learn about DD-WRT and how easy it is to install. Whether you have a router now, or are looking to buy one - DD-WRT will let you squeeze the last drop out of it.]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.dd-wrt.com/" target="_blank"><img class="alignleft size-full wp-image-377" title="DD-WRT Logo" src="http://www.eloquentspace.net/blog/wp-content/uploads/2009/09/dd-wrt-logo-2.jpg" alt="DD-WRT Logo" width="90" height="90" /></a>I&#8217;ve been using Linksys networking products for a long time, along with a few other brands, but mostly Linksys; Being a division of Cisco gives them a lot of street credit in the geek world. I had few problems with their switches, their HPNA products (circa 2000), etc. but I have to say, I&#8217;ve been a little disappointed with their routers over the years.</p>
<p>The most used router in the consumer market is by far the Linksys WRT54G(x), and that&#8217;s what I use &#8211; I actually have several versions of these, some doing hard work and others just laying around. Most of these routers I didn&#8217;t have any issues with, but I can remember a time several years back when I bought a new one and it would freeze up without failure pretty much every day. Restarting (unplugging) the router didn&#8217;t do anything to fix the issue, I actually had to push that little reset button down on the back of it for thirty seconds and reset everything. That meant I had to reconfigure all my settings every day! This was more than a little pain in the butt, and seeing that a firmware upgrade did not fix the issue I almost thought it could be the hardware &#8211; perhaps bad memory in the router. I was wrong</p>
<p>I Googled for awhile and stumbled upon a few different third party firmwares that could be used on the WRT54GL. It amazed me that there was such a thing, I never new that third party router firmware existed. I found several: <a href="http://www.polarcloud.com/tomato" target="_blank">Tomato</a>, <a href="http://www.openwrt.org/" target="_blank">OpenWRT</a>, and <a href="http://www.dd-wrt.com/dd-wrtv3/index.php" target="_blank">DD-WRT</a>. The first one, Tomato, seemed cool and everything but not very visually appealing and the features list wasn&#8217;t too long. OpenWRT is a great firmware and it&#8217;s very extensible, but not quite as robust or as popular as DD-WRT. I&#8217;m not sure about Tomato, but OpenWRT and DD-WRT are both based on Linux. DD-WRT is based on OpenWRT. Keep in mind that this isn&#8217;t an exhaustive list of router firmwares &#8211; there are a lot of them out there. There&#8217;s even some small distributions of *nix floating around for weird router architectures that aren&#8217;t generally supported.</p>
<p>So at this point you might be wondering why you would want to have a third party router firmware. Here&#8217;s a bullet point list of some reasons why you should use the DD-WRT firmware, if your router supports it (we&#8217;ll get to that):</p>
<ul>
<li>It&#8217;s easy enough for an average user to use. Just follow the install directions for your router provided on their site.</li>
<li>It&#8217;s the most popular and therefore has the most support in the form of threads on their forums and elsewhere.</li>
<li>DD-WRT has been through 24 major releases, plus all of the other intermediate releases. This means that it&#8217;s generally very stable and probably a lot better than whatever firmware you&#8217;re using on your router right now.</li>
<li>DD-WRT provides MANY more features than what comes with your OEM firmware. We&#8217;ll get into the features real soon in the next post, but I&#8217;d describe them as being just as robust as a router that would cost hundreds of dollars.</li>
<li>DD-WRT is based on Linux which means you can install new packages and log into the shell to use all your favorite command line utilities like SSH, SCP, RM, LS, PING, TRACEROUTE, etc.</li>
<li>The source code is available, so if you&#8217;re a developer and you&#8217;d like to contribute or tweak something, it&#8217;s all there.</li>
<li>There are seven different versions in each release ranging from micro to mega. Depending on the hardware specs of your router you may be limited to micro, or you may be able to use mega.</li>
<li>I could go on and on, but once you look at the screenshots and features, you&#8217;ll be planning your first DD-WRT install in no time!</li>
</ul>
<p><strong>A note to the beginner, or intermediate computer user</strong></p>
<p>Flashing your router with a third-party firmware requires some knowledge of networking, and the ability to pay attention to details. There is a risk of &#8220;bricking&#8221; your router if you do this wrong, so you&#8217;ll want to make damn sure that everything you do is correct and that there isn&#8217;t some sort of a power disturbance during the install. You&#8217;ll have to search around on the DD-WRT site to find an install guide for your router, if it&#8217;s supported there will be one there.</p>
<p>In order to set up a wireless router, you will also need some information from your ISP to get things working properly. If you use Comcast, the setup is very simple; the WAN side just gets a DHCP assigned IPv4 address, and you set up your WIFI and LAN as you normally would. DSL users will need to know all of their login credentials, etc. Most of this stuff is either in your computer (if you don&#8217;t have a router) or on your router. Just log in and grab it! If you have a T1, you can still use this &#8211; I&#8217;ve seen it done! Just take note of the subnet mask, routable IP addresses and DNS servers.</p>
<p>All the extra features are a little more geared towards people who know what they&#8217;re doing, but I encourage you to jump right in and start playing around with them too. If you have the time and the willingness to learn, this can be a very fun adventure for you.</p>
<p><strong>Finding a router / checking if yours is compatible</strong></p>
<p>DD-WRT.com has a cool little AJAX page that will allow you to search for your current router, or a router you&#8217;re thinking of buying. It&#8217;s on their <a href="http://dd-wrt.com/dd-wrtv3/dd-wrt/hardware.html" target="_blank">supported hardware</a> page. Under where it says &#8220;Router Database &#8211; Beta&#8221; enter in your router&#8217;s model number and without even clicking a button, some routers should appear on the page. Find the one you&#8217;re looking for and check if it&#8217;s supported. If nothing comes up, or it says it&#8217;s not supported, you&#8217;re out of luck &#8211; try another firmware maybe. If it says work in progress, it might be awhile, but eventually you will be able to use DD-WRT on that router.</p>
<p><strong>The Best Routers for DD-WRT</strong></p>
<p><strong><em>Linksys WRT54GL</em><br />
</strong></p>
<div id="attachment_381" class="wp-caption alignleft" style="width: 139px"><img class="size-full wp-image-381" title="wrt54gl-stock" src="http://www.eloquentspace.net/blog/wp-content/uploads/2009/09/wrt54gl1.png" alt="wrt54gl-stock" width="129" height="97" /><p class="wp-caption-text">Linksys WRT54GL 1.1</p></div>
<p>Right now there are three routers that are considered to be the &#8220;best&#8221; for DD-WRT. The first one is obviously the Linksys WRT54GL which is the current model in the line of WRT routers that DD-WRT was designed for. The current model has a 200MHz CPU, 16MB RAM, and 4MB Flash. It usually retails at around $60. This router is claimed to be the most compatible with DD-WRT, and will work right out of the box almost (with a TFTP flash). This isn&#8217;t the fastest router though, nor is it the most feature rich.</p>
<div id="attachment_382" class="wp-caption alignright" style="width: 190px"><img class="size-full wp-image-382" title="Asus-wl500g Premium V2" src="http://www.eloquentspace.net/blog/wp-content/uploads/2009/09/asus-wl500g-Premium-V2.jpg" alt="Asus-wl500g Premium V2" width="180" height="135" /><p class="wp-caption-text">Asus WL500G Premium V2</p></div>
<p><strong>Asus WL500G Premium V2</strong></p>
<p>The Asus WL500G Premium V2 is one of the best consumer routers on the market for the price, and it&#8217;s also compatible with the beloved DD-WRT. This router boasts two USB ports on the back for perhaps a security webcam or an external hard drive for use as a file server. I cannot attest to the functionality of it&#8217;s stock firmware, but I do know that it&#8217;s hugely popular with DD-WRT. The CPU runs at 240MHz (not overclock-able as of the latest DD-WRT release). It also has a whopping 32MB of RAM and 8MB of flash memory, making it a great candidate for DD-WRT and blowing the WRT54GL out of the water. It also only retails at $10 higher or around $70.</p>
<p><strong>Linksys WRTSL54GS</strong></p>
<div id="attachment_383" class="wp-caption alignleft" style="width: 90px"><img class="size-full wp-image-383" title="Linksys-WRTSL54GS" src="http://www.eloquentspace.net/blog/wp-content/uploads/2009/09/Linksys-WRTSL54GS.png" alt="Linksys-WRTSL54GS" width="80" height="146" /><p class="wp-caption-text">Linksys WRTSL54GS</p></div>
<p>Also worth mentioning is the Linksys WRTSL54GS. It is compatible with DD-WRT and is a lot more powerful than the WRT54GL, but it&#8217;s no longer on the market. If you dig around on EBay you may find one, but you&#8217;ll probably pay an arm and a leg for it.</p>
<p>The router has a 264MHz CPU, one USB port, 32MB of ram, and 8MB of flash memory. These specs put it in the ring with the WL500G Premium, but unfortunately <span style="color: #000000;">Linksys decided to stop manufacturing them</span> and hand all the profits over to Asus. I guess it doesn&#8217;t surprise me though, and I&#8217;m sure Asus&#8217; stock firmware is much more capable and less buggy than the Linksys firmware &#8211; I hope.<strong> </strong></p>
<div id="attachment_385" class="wp-caption alignright" style="width: 89px"><img class="size-full wp-image-385" title="Buffalo AirStation WHR-G54S" src="http://www.eloquentspace.net/blog/wp-content/uploads/2009/09/Buffalo-AirStation-WHR-G54S.png" alt="Buffalo AirStation WHR-G54S" width="79" height="159" /><p class="wp-caption-text">Buffalo AirStation WHR-G54S</p></div>
<p><strong>Buffalo AirStaion WHR-G54S<br />
</strong></p>
<p>The Buffalo AirStation WHR-G54S is perhaps the most sought after router out there. It was the best bang for you buck, and a cheap router for DD-WRT. It was pulled off the market in the USA along with all their wireless products because they were sued for patent infringement by the Commonwealth Science and Industrial Research Organization (CSIRO). Buffalo is a cool company because they like to push things &#8211; some of their products actually used to ship with DD-WRT already on them!</p>
<p>You can find these on EBay once in awhile, but the price usually shoots up pretty fast so you might try to find one that&#8217;s listed poorly (if other people can&#8217;t find it the price won&#8217;t go as high). Paying higher than normal prices for this one kind of defeats the purpose of buying it in the first place.</p>
<p>The specs are: 200MHz Broadcom 5232, 16MB RAM, 4MB Flash. I don&#8217;t know what the street price is or was in the USA, nor does it really matter at this point. I do know that this router was pretty cheap, under $50 if I&#8217;m not mistaken. Keep your eye peeled though, this one or something better may show up in stores again someday soon.</p>
<a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fwww.eloquentspace.net%2Fblog%2Fdd-wrt-v24-revealed%2F&amp;linkname=Make%20Your%20Router%20Shine%20With%20DD-WRT"><img src="http://www.eloquentspace.net/blog/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Bookmark"/></a>]]></content:encoded>
			<wfw:commentRss>http://www.eloquentspace.net/blog/dd-wrt-v24-revealed/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>
