<?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>Personal website of Dave Hope &#187; OpenWrt</title>
	<atom:link href="http://davehope.co.uk/Blog/tag/openwrt/feed/" rel="self" type="application/rss+xml" />
	<link>http://davehope.co.uk</link>
	<description>Open source projects, sysadmin stuff and general geekage</description>
	<lastBuildDate>Tue, 18 May 2010 11:46:44 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
		<item>
		<title>Upgrading a Linksys WRT54G</title>
		<link>http://davehope.co.uk/Blog/upgrading-a-linksys-wrt54g/</link>
		<comments>http://davehope.co.uk/Blog/upgrading-a-linksys-wrt54g/#comments</comments>
		<pubDate>Sat, 13 Oct 2007 12:47:28 +0000</pubDate>
		<dc:creator>Dave</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[OpenWrt]]></category>

		<guid isPermaLink="false">http://davehope.co.uk/Blog/upgrading-linksys-wrt54g/</guid>
		<description><![CDATA[For a longtime now I&#8217;ve been running a custom firmware on my wireless access point at home (OpenWRT WhireRussian) but have finally given in and upgraded to Kamikaze 7.09. I ran into some problems along the way, which I thought I&#8217;d go through in the event others come across them. The first important thing to [...]]]></description>
			<content:encoded><![CDATA[<p>For a longtime now I&#8217;ve been running a custom firmware on my wireless access point at home (OpenWRT WhireRussian) but have finally given in and upgraded to Kamikaze 7.09. I ran into some problems along the way, which I thought I&#8217;d go through in the event others come across them.</p>
<p>The first important thing to note is that Kamikaze does not come with a web interface by default. Once you&#8217;re up and running you can install the unstable version by doing logging in via SSH and running the following:</p>
<pre>ipkg install http://downloads.x-wrt.org/xwrt/kamikaze/7.09/brcm-2.4/webif_latest.ipk</pre>
<p>That&#8217;s assuming you&#8217;re using a WRT54G, if not you&#8217;ll need to get the one for your architecture.</p>
<p>The other important thing to note is that your settings will be wiped and the device will return to using an IP of 192.168.1.1</p>
<p>The first thing you&#8217;ll need to do is telnet in and set a root password.  Once that&#8217;s done, you can setup your device using the &#8216;uci&#8217; command, like so:</p>
<pre>root@OpenWrt:~# uci show network.lan
network.lan=interface
network.lan.type=bridge
network.lan.ifname=eth0.0
network.lan.proto=static
network.lan.ipaddr=192.168.1.3
network.lan.netmask=255.255.255.0</pre>
<p>You can then change setting using &#8216;uci set network.lan.ipaddr=192.168.1.3&#8242;. Once you&#8217;re wired ethernet is setup you&#8217;ll probably want to move onto wireless:</p>
<pre>root@OpenWrt:~# uci show wireless
wireless.wl0=wifi-device
wireless.wl0.type=broadcom
wireless.wl0.channel=5
wireless.wl0.disabled=0
wireless.cfg2=wifi-iface
wireless.cfg2.device=wl0
wireless.cfg2.network=lan
wireless.cfg2.mode=ap
wireless.cfg2.ssid=DavesLAN
wireless.cfg2.encryption=psk
wireless.cfg2.key=</pre>
<p>Set your key and SSID as you did for the wired Ethernet, and then make sure you set &#8216;wireless.wl0.disabled=0&#8242; or nothing will work.</p>
<p>Once all your settings are in place, run &#8216;uci commit&#8217; and everything should be working again.</p>
]]></content:encoded>
			<wfw:commentRss>http://davehope.co.uk/Blog/upgrading-a-linksys-wrt54g/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
