<?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/"
	xmlns:creativeCommons="http://backend.userland.com/creativeCommonsRssModule"
>

<channel>
	<title>Cyconet Blog &#187; OpenWRT</title>
	<atom:link href="http://blog.waja.info/tag/openwrt/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.waja.info</link>
	<description>Just a place to be!</description>
	<lastBuildDate>Fri, 07 Oct 2011 07:45:26 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.5</generator>
<creativeCommons:license>http://creativecommons.org/licenses/by-nc-sa/3.0/</creativeCommons:license>
		<item>
		<title>OpenWRT WDS works like charm</title>
		<link>http://blog.waja.info/2009/10/25/openwrt-wds-works-like-charm/</link>
		<comments>http://blog.waja.info/2009/10/25/openwrt-wds-works-like-charm/#comments</comments>
		<pubDate>Sun, 25 Oct 2009 22:20:18 +0000</pubDate>
		<dc:creator>cyco</dc:creator>
				<category><![CDATA[OpenWRT]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Networking]]></category>
		<category><![CDATA[OpenSource]]></category>
		<category><![CDATA[planet]]></category>

		<guid isPermaLink="false">http://blog.waja.info/?p=277</guid>
		<description><![CDATA[A try with OpenWRT 8.09 in April to setup a WDS with additional AP functionality and encryption, like described in the documentation, failed. So I keeped with my halfbroken solution running on DD-WRT, which is going a bit too commercial these days in my eyes. Now I have found time to try OpenWRT again for [...]]]></description>
			<content:encoded><![CDATA[<p>A try with <a target="new" href="http://openwrt.org">OpenWRT</a> 8.09 in April to setup a <a target="new" href="http://en.wikipedia.org/wiki/Wireless_Distribution_System">WDS</a> with additional AP functionality and encryption, like described in the <a target="new" href="http://downloads.openwrt.org/kamikaze/docs/openwrt.html#x1-210001.2.2">documentation</a>, <a target="new" href="https://dev.openwrt.org/ticket/4974">failed</a>. So I keeped with my halfbroken solution running on <a target="new" href="http://dd-wrt.com">DD-WRT</a>, which is going a bit too commercial these days in my eyes.<br />
Now I have found time to try OpenWRT again for this purpose, since the issue was <a target="new" href="https://dev.openwrt.org/changeset/16160">fixed</a> really fast. I just did setup a stock 8.09.1 installation and then dropped the following into /etc/config/wireless:</p>
<p class="code">
config &#8216;wifi-device&#8217; &#8216;wl0&#8242;<br />
&#160&#160&#160 &#160&#160option &#8216;type&#8217; &#8216;broadcom&#8217;<br />
&#160&#160&#160 &#160&#160option &#8216;channel&#8217; &#8217;5&#8242;<br />
&#160&#160&#160 &#160&#160option &#8216;disabled&#8217; &#8217;0&#8242;<br />
config wifi-iface<br />
&#160&#160&#160 &#160&#160option device   &#8220;wl0&#8243;<br />
&#160&#160&#160 &#160&#160option network  lan<br />
&#160&#160&#160 &#160&#160option mode     ap<br />
&#160&#160&#160 &#160&#160option ssid     &#8220;OpenWrt&#8221;<br />
&#160&#160&#160 &#160&#160option encryption  psk2<br />
&#160&#160&#160 &#160&#160option key      &#8220;keyforclients&#8221;<br />
config wifi-iface<br />
&#160&#160&#160 &#160&#160option device   &#8220;wl0&#8243;<br />
&#160&#160&#160 &#160&#160option network  lan<br />
&#160&#160&#160 &#160&#160option mode     wds<br />
&#160&#160&#160 &#160&#160option bssid    00:16:B6:19:63:C8<br />
&#160&#160&#160 &#160&#160option ssid     &#8220;OpenWrtWDS&#8221;<br />
&#160&#160&#160 &#160&#160option encryption psk2<br />
&#160&#160&#160 &#160&#160option key      &#8220;pskforWDS&#8221;
</pre>
<p>And guess what? It worked like a charm! So I could replace the odd DD-WRT boxes. Anyways ... does anybody have an idea where to find the <a target="new" href="http://dd-wrt.com/site/support/other-downloads">sourcecode</a> of anything > v23 SP1?</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.waja.info/2009/10/25/openwrt-wds-works-like-charm/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
	<creativeCommons:license>http://creativecommons.org/licenses/by-nc-sa/3.0/</creativeCommons:license>
	</item>
		<item>
		<title>OpenWRT 0.9 / X-WRT 2.75</title>
		<link>http://blog.waja.info/2007/02/24/openwrt-09-x-wrt-275/</link>
		<comments>http://blog.waja.info/2007/02/24/openwrt-09-x-wrt-275/#comments</comments>
		<pubDate>Sat, 24 Feb 2007 00:41:28 +0000</pubDate>
		<dc:creator>cyco</dc:creator>
				<category><![CDATA[OpenWRT]]></category>
		<category><![CDATA[hacking]]></category>
		<category><![CDATA[linksys]]></category>
		<category><![CDATA[OpenSource]]></category>
		<category><![CDATA[planet]]></category>

		<guid isPermaLink="false">http://blog.waja.info/2007/02/24/openwrt-09-x-wrt-275/</guid>
		<description><![CDATA[Last week I updated my WRTSL54GS to OpenWRT 0.9 with X-WRT 2.75. Since my box has an USB port, I was missing a way to umount mounted usb storage. Looking deeper into it, I noticed that partitions get mounted by &#8216;/etc/hotplug.d/usb/01-mount&#8217; like this: # mount [...] part1 on /mnt/disc0_1 type ext3 (rw) part2 on /mnt/disc0_2 [...]]]></description>
			<content:encoded><![CDATA[<p>Last week I updated my <a href="http://blog.waja.info/2006/06/27/we-got-some-linksys-wrtsl54gs-imported-from-us/">WRTSL54GS</a> to <a target="new" href="http://openwrt.org">OpenWRT</a> 0.9 with <a target="new" href="http://www.x-wrt.org">X-WRT</a> 2.75.</p>
<p>Since my box has an USB port, I was missing a way to umount mounted usb storage. Looking deeper into it, I noticed that partitions get mounted by &#8216;/etc/hotplug.d/usb/01-mount&#8217; like this:</p>
<p class="code">
# mount<br />
[...]<br />
part1 on /mnt/disc0_1 type ext3 (rw)<br />
part2 on /mnt/disc0_2 type vfat (rw)
</p>
<p>The correct devices are missing. A patch is available:</p>
<p class="download">
<a href="http://blog.waja.info/downloads/mount.patch">mount.patch</a>
</p>
<p>Okay &#8230; So far, so good. Now some tweaking to webif^2 for umounting attached usb storage devices. Here comes the patch:</p>
<p class="download">
<a href="http://blog.waja.info/downloads/umount-button.patch">umount-button.patch</a>
</p>
<p><a title="Umount Buttons" rel="lightbox" href="http://blog.waja.info/wp-content/photos/buttons.png"><img src="http://blog.waja.info/wp-content/photos/thumb_buttons.png" alt="Umount Buttons"  border="0"/></a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.waja.info/2007/02/24/openwrt-09-x-wrt-275/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<creativeCommons:license>http://creativecommons.org/licenses/by-nc-sa/3.0/</creativeCommons:license>
	</item>
		<item>
		<title>Wireless Bridge and WPA(2) on Linksys Router &#8230; or how to look for a needle in a haystack</title>
		<link>http://blog.waja.info/2006/07/02/wireless-bridge-and-wpa2-on-linksys-router/</link>
		<comments>http://blog.waja.info/2006/07/02/wireless-bridge-and-wpa2-on-linksys-router/#comments</comments>
		<pubDate>Sun, 02 Jul 2006 19:56:44 +0000</pubDate>
		<dc:creator>cyco</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Networking]]></category>
		<category><![CDATA[OpenSource]]></category>
		<category><![CDATA[OpenWRT]]></category>
		<category><![CDATA[WLan]]></category>
		<category><![CDATA[linksys]]></category>

		<guid isPermaLink="false">http://blog.waja.info/2006/07/02/wireless-bridge-and-wpa2-on-linksys-router-or-how-to-look-for-a-needle-in-a-haystack/</guid>
		<description><![CDATA[I was searching half a night and 2 hours today to get a Linksys Router working a wireless bridge with WPA(2) encryption. I tried Openwrt White Russian RC5 and DD-Wrt V23 SP1 and many combinations of WPA, WPA2, TKIP, AES. The bridge works well with WEP and without any encryption&#8230;. So &#8230; after more than [...]]]></description>
			<content:encoded><![CDATA[<p>I was searching half a night and 2 hours today to get a Linksys Router working a wireless bridge with WPA(2) encryption. I tried <a href="http://openwrt.org">Openwrt</a> White Russian RC5 and <a href="http://www.dd-wrt.com">DD-Wrt</a> V23 SP1 and many combinations of WPA, WPA2, TKIP, AES. The bridge works well with WEP and without any encryption&#8230;.</p>
<p><span id="more-89"></span></p>
<p>So &#8230; after more than one hour googling I found the following in the broadcom kernel module source:</p>
<blockquote><p>
<code>if (val &#038;&#038; strstr(v, "psk")) {<br />
    val = (strstr(v, "psk2") ? 0x84 : 0x4);<br />
    v = nvram_safe_get(wl_var("wpa_psk"));<br />
    if ((strlen(v) >= 8) &#038;&#038; (strlen(v) < 63)) {</p>
<p>        bcom_ioctl(skfd, ifname, WLC_SET_WPA_AUTH, &#038;val, sizeof(val));</p>
<p>        if (nvram_match(wl_var("mode"), "wet")) {<br />
            /* Enable in-driver WPA supplicant */<br />
            wsec_pmk_t pmk;</p>
<p>            pmk.key_len = (unsigned short) strlen(v);<br />
            pmk.flags = WSEC_PASSPHRASE;<br />
            strcpy(pmk.key, v);<br />
            bcom_ioctl(skfd, ifname, WLC_SET_WSEC_PMK, &#038;pmk, sizeof(pmk));<br />
            bcom_set_int(skfd, ifname, "sup_wpa", 1);<br />
        }<br />
    }<br />
}</code></code></p></blockquote>
<p>So &#8230; this means, that the WPA-PSK length has to be >= 8 and < 63, mine was 65. This wasnÃƒâ€šÃ‚Â´t a problem yet, cause I used the routers only in AP mode, where this restriction doesn't effect. Shorting the WPA-PSK length 62 did the trick!</p></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.waja.info/2006/07/02/wireless-bridge-and-wpa2-on-linksys-router/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<creativeCommons:license>http://creativecommons.org/licenses/by-nc-sa/3.0/</creativeCommons:license>
	</item>
		<item>
		<title>WRTSL54GS debridged</title>
		<link>http://blog.waja.info/2006/06/28/wrtsl54gs-debridged/</link>
		<comments>http://blog.waja.info/2006/06/28/wrtsl54gs-debridged/#comments</comments>
		<pubDate>Wed, 28 Jun 2006 08:47:27 +0000</pubDate>
		<dc:creator>cyco</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Networking]]></category>
		<category><![CDATA[OpenSource]]></category>
		<category><![CDATA[OpenWRT]]></category>
		<category><![CDATA[WLan]]></category>
		<category><![CDATA[hacking]]></category>
		<category><![CDATA[linksys]]></category>

		<guid isPermaLink="false">http://blog.waja.info/2006/06/28/wrtsl54gs-debridged/</guid>
		<description><![CDATA[Okay &#8230; we got the serial port running (same like WRT54GS), so we could be more risky. After some tries I decided to work analog the WRT54G models. Successfull was the following modifications to factory (linksys) defaults: nvram set vlan0ports=&#8221;0 1 2 5*&#8221; nvram set vlan1ports=&#8221;4 5*&#8221; nvram set vlan0hwname=&#8221;et0&#8243; nvram set vlan2ports=&#8221;3 5&#8243; nvram [...]]]></description>
			<content:encoded><![CDATA[<p>Okay &#8230; we got the serial port running (same like WRT54GS), so we could be more risky. After some tries I decided to work analog the WRT54G models.</p>
<p><span id="more-87"></span></p>
<p>Successfull was the following modifications to factory (linksys) defaults:
</p>
<p class="code">nvram set vlan0ports=&#8221;0 1 2 5*&#8221;<br />
nvram set vlan1ports=&#8221;4 5*&#8221;<br />
nvram set vlan0hwname=&#8221;et0&#8243;<br />
nvram set vlan2ports=&#8221;3 5&#8243;<br />
nvram set vlan2hwname=&#8221;et0&#8243;<br />
nvram set dmz_ifname=&#8221;vlan2&#8243;<br />
nvram set lan_ifname=&#8221;br0&#8243;<br />
nvram set lan_ifnames=&#8221;vlan0&#8243;<br />
nvram set wan_ifname=&#8221;ppp0&#8243;</p>
<p>Now the door is open to extend the functionality of the openwrt router</p>
<p class="code"># df<br />
Filesystem           1k-blocks      Used Available Use% Mounted on<br />
/dev/root                 7296      3420      3876  47% /<br />
none                     15276        36     15240   0% /tmp</p>
<p>Hrhrhrhr &#8230; :-) Disassemble photos can be found <a href="http://gallery.cyconet.org/v/wrtsl54gs1/">here</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.waja.info/2006/06/28/wrtsl54gs-debridged/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<creativeCommons:license>http://creativecommons.org/licenses/by-nc-sa/3.0/</creativeCommons:license>
	</item>
		<item>
		<title>We got some Linksys WRTSL54GS imported from US</title>
		<link>http://blog.waja.info/2006/06/27/we-got-some-linksys-wrtsl54gs-imported-from-us/</link>
		<comments>http://blog.waja.info/2006/06/27/we-got-some-linksys-wrtsl54gs-imported-from-us/#comments</comments>
		<pubDate>Tue, 27 Jun 2006 11:14:43 +0000</pubDate>
		<dc:creator>cyco</dc:creator>
				<category><![CDATA[Networking]]></category>
		<category><![CDATA[OpenWRT]]></category>
		<category><![CDATA[WLan]]></category>
		<category><![CDATA[hardware-hacking]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[OpenSource]]></category>

		<guid isPermaLink="false">http://blog.waja.info/2006/06/27/we-got-some-linksys-wrtsl54gs-imported-from-us/</guid>
		<description><![CDATA[DonÃƒâ€šÃ‚Â´t ask how, but we got some units to europe. The first thing we does, was to install openwrt and to try debridge the switch to have multiple interfaces instead. We was able to remove ports from the switch, but cant create additional working vlans like on WRT54G. So at this point its useless for [...]]]></description>
			<content:encoded><![CDATA[<p><img align="left" alt="Linksys WRTSL54GS" title="Linksys WRTSL54GS" style="margin: 0pt 6px 2px 0pt; padding: 3px; display: inline; float: left" src="http://blog.waja.info/wp-content/photos/wrtsl54gs.jpeg" /></p>
<p>DonÃƒâ€šÃ‚Â´t ask how, but we got some units to europe. </p>
<p>The first thing we does, was to install <a href="http://www.openwrt.org">openwrt</a> and to try debridge the switch to have multiple interfaces instead. We was able to remove ports from the switch, but cant create additional working vlans like on <a href="http://blog.waja.info/2005/11/23/break-the-switch-into-separated-ethernet-ports-vlans/">WRT54G</a>. So at this point its useless for our purpose. But we will start exploring as son as possible we have a running serial console.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.waja.info/2006/06/27/we-got-some-linksys-wrtsl54gs-imported-from-us/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	<creativeCommons:license>http://creativecommons.org/licenses/by-nc-sa/3.0/</creativeCommons:license>
	</item>
		<item>
		<title>Break the Switch into separated ethernet ports / VLANs</title>
		<link>http://blog.waja.info/2005/11/23/break-the-switch-into-separated-ethernet-ports-vlans/</link>
		<comments>http://blog.waja.info/2005/11/23/break-the-switch-into-separated-ethernet-ports-vlans/#comments</comments>
		<pubDate>Wed, 23 Nov 2005 12:30:24 +0000</pubDate>
		<dc:creator>cyco</dc:creator>
				<category><![CDATA[OpenWRT]]></category>
		<category><![CDATA[WLan]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[OpenSource]]></category>

		<guid isPermaLink="false">http://blog.waja.info/2005/11/23/break-the-switch-into-separated-ethernet-ports-vlans/</guid>
		<description><![CDATA[At first &#8230; I&#8217;m not responsible, if you brick your router by using this documention. If your fear it would be possible, stop HERE! The following NVRAM-Settings need to take place: #!/bin/sh #Port 0 into WAN, 5 Router themselv nvram set vlan1hwname=et0 nvram set vlan1ports="0 5" #Port 2, 3 and 4 into LAN, 5 Router [...]]]></description>
			<content:encoded><![CDATA[<p>At first &#8230; I&#8217;m not responsible, if you brick your router by using this documention. If your fear it would be possible, stop HERE!</p>
<p>The following NVRAM-Settings need to take place:</p>
<blockquote><pre>#!/bin/sh
#Port 0 into WAN, 5 Router themselv
nvram set vlan1hwname=et0
nvram set vlan1ports="0 5"
#Port 2, 3 and 4 into LAN, 5 Router themselv
nvram set vlan0hwname=et0
nvram set vlan0ports="2 3 4 5*"
# Port 1 into DMZ, 5 Router themselv
nvram set vlan2hwname=et0
nvram set vlan2ports="1 5*"
# Static IP-Address for DMZ-IF
nvram set dmz_ifname=vlan2
nvram set dmz_proto=static
nvram set dmz_ipaddr=172.18.20.5
nvram set dmz_netmask=255.255.255.0
# save all the stuff
nvram commit</pre>
</blockquote>
<p>To bring automaticaly up the dmz-if, you need to add &#8220;ifup dmz&#8221; with:</p>
<p class="code"># sed &#8220;s/ifup lan/ifup lan@    ifup dmz/&#8221; &#92<br />
/etc/init.d/S40network | tr &#8216;@&#8217; &#8216;n&#8217; > /etc/init.d/S40network</p>
<p>To allow traffic forwarded by the new if, you will maybe add for example the following into &#8220;/etc/firewall.users&#8221;:</p>
<blockquote><pre>#!/bin/sh
DMZ=$(nvram get dmz_ifname)
#Allow Forward from DMZ into WAN
iptables -A FORWARD -i $DMZ -o $WAN -j ACCEPT
#Allow Forward from DMZ into LAN
iptables -A FORWARD -i $DMZ -o $LAN -j ACCEPT
#Allow Forward from LAN into DMZ
iptables -A FORWARD -i $LAN -o $DMZ -j ACCEPT</pre>
</blockquote>
<p>But it will be better to specify exactly, what services are allowed from and into DMZ!</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.waja.info/2005/11/23/break-the-switch-into-separated-ethernet-ports-vlans/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<creativeCommons:license>http://creativecommons.org/licenses/by-nc-sa/3.0/</creativeCommons:license>
	</item>
		<item>
		<title>Adding Serial Mod to Linksys WRT54G (V2.0)</title>
		<link>http://blog.waja.info/2005/10/02/adding-serial-mod-to-linksys-wrt54g-v20/</link>
		<comments>http://blog.waja.info/2005/10/02/adding-serial-mod-to-linksys-wrt54g-v20/#comments</comments>
		<pubDate>Sun, 02 Oct 2005 12:37:41 +0000</pubDate>
		<dc:creator>cyco</dc:creator>
				<category><![CDATA[OpenWRT]]></category>
		<category><![CDATA[WLan]]></category>
		<category><![CDATA[hardware-hacking]]></category>
		<category><![CDATA[linksys]]></category>

		<guid isPermaLink="false">http://blog.waja.info/2005/10/02/adding-serial-mod-to-linksys-wrt54g-v20/</guid>
		<description><![CDATA[Today I was finally soldering the Serial Mod I got from Stephanie Lange and got the serial console working on a WRT54G V2.0 model. Welcome to minicom 2.1 OPTIONS: History Buffer, F-key Macros, Search History Buffer, I18n Compiled on Mar 29 2005, 09:39:09. Press CTRL-A Z for help on special keys BusyBox v1.00 (2005.07.08-18:02+0000) Built-in [...]]]></description>
			<content:encoded><![CDATA[<p>Today I was finally soldering the Serial Mod I got from <a href="http://hamburg.freifunk.net/twiki/bin/view/Technisches/BasteleienUndBausaetze#Linksys_WRT54G_GS_Dualserial_Mod">Stephanie Lange</a> and got the serial console working on a WRT54G V2.0 model.</p>
<p><img border="0" src="http://blog.waja.info/wp-content/photos/100_6115.jpg" /></p>
<p class="code">Welcome to minicom 2.1<br />
<br />
OPTIONS: History Buffer, F-key Macros, Search History Buffer, I18n<br />
Compiled on Mar 29 2005, 09:39:09.<br />
<br />
Press CTRL-A Z for help on special keys<br />
<br />
BusyBox v1.00 (2005.07.08-18:02+0000) Built-in shell (ash)<br />
Enter &#8216;help&#8217; for a list of built-in commands.<br />
<br />
_______                     ________        __<br />
|       |.&#8212;&#8211;.&#8212;&#8211;.&#8212;&#8211;.|  |  |  |.&#8212;-.|  |_<br />
|   &#8211;   ||  _  |  -__|     ||  |  |  ||   _||   _|<br />
|_______||   __|_____|__|__||________||__|  |____|<br />
|__| W I R E L E S S   F R E E D O M<br />
WHITE RUSSIAN (RC1) &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-<br />
* 2 oz Vodka   Mix the Vodka and Kahlua together<br />
* 1 oz Kahlua  over ice, then float the cream or<br />
* 1/2oz cream  milk on the top.<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;<br />
root@gollum:/# AT S7=45 S0=0 L1 V1 X4 &#038;c1 E1 Q0<br />
/bin/ash: c1: not found<br />
root@gollum:/# /bin/ash: AT: not found<br />
<br />
[1] + Done(127)                  AT S7=45 S0=0 L1 V1 X4<br />
root@gollum:/#<br />
root@gollum:/#<br />
root@gollum:/# reboot The system is going down NOW !!<br />
watchquag Sending SIGTERM to all processes.<br />
Sending SIGKILL to all processes.<br />
Please stand by while rebooting the system.<br />
Restarting system.<br />
Please stand by while rebooting the system&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.waja.info/2005/10/02/adding-serial-mod-to-linksys-wrt54g-v20/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<creativeCommons:license>http://creativecommons.org/licenses/by-nc-sa/3.0/</creativeCommons:license>
	</item>
	</channel>
</rss>
<!-- WP Super Cache is installed but broken. The path to wp-cache-phase1.php in wp-content/advanced-cache.php must be fixed! -->
