<?xml version="1.0" encoding="utf-8" ?>

<rss version="2.0" 
   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
   xmlns:admin="http://webns.net/mvcb/"
   xmlns:dc="http://purl.org/dc/elements/1.1/"
   xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
   xmlns:wfw="http://wellformedweb.org/CommentAPI/"
   xmlns:content="http://purl.org/rss/1.0/modules/content/"
   >
<channel>
    <title>Can of worms</title>
    <link>http://www.suborbital.org.uk/canofworms/</link>
    <description>It happens...</description>
    <dc:language>en</dc:language>
    <generator>Serendipity  - http://www.s9y.org/</generator>
    <pubDate>Mon, 07 Feb 2011 23:21:08 GMT</pubDate>

    <image>
        <url>http://www.suborbital.org.uk/canofworms/templates/default/img/s9y_banner_small.png</url>
        <title>RSS: Can of worms - It happens...</title>
        <link>http://www.suborbital.org.uk/canofworms/</link>
        <width>100</width>
        <height>21</height>
    </image>

<item>
    <title>Gadget clearout</title>
    <link>http://www.suborbital.org.uk/canofworms/index.php?/archives/14-Gadget-clearout.html</link>
    
    <comments>http://www.suborbital.org.uk/canofworms/index.php?/archives/14-Gadget-clearout.html#comments</comments>
    <wfw:comment>http://www.suborbital.org.uk/canofworms/wfwcomment.php?cid=14</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://www.suborbital.org.uk/canofworms/rss.php?version=2.0&amp;type=comments&amp;cid=14</wfw:commentRss>
    

    <author>nospam@example.com (dom)</author>
    <content:encoded>
    With the upcoming changes and as a result of a general decluttering I&#039;ve decided to sell some of the gadgets and devices I&#039;ve got about the place, most of them have been stashed in the loft for a while. If boxed, the network cables might have gone missing. If you&#039;re interested, drop me an email. &lt;br /&gt;&lt;a href=&quot;http://www.suborbital.org.uk/canofworms/index.php?/archives/14-Gadget-clearout.html#extended&quot;&gt;Continue reading &quot;Gadget clearout&quot;&lt;/a&gt;
    </content:encoded>

    <pubDate>Sun, 06 Feb 2011 02:06:28 +0000</pubDate>
    <guid isPermaLink="false">http://www.suborbital.org.uk/canofworms/index.php?/archives/14-guid.html</guid>
    
</item>
<item>
    <title>RTFM (or README.OpenBSD) - poptop on OpenBSD</title>
    <link>http://www.suborbital.org.uk/canofworms/index.php?/archives/13-RTFM-or-README.OpenBSD-poptop-on-OpenBSD.html</link>
            <category>tech</category>
    
    <comments>http://www.suborbital.org.uk/canofworms/index.php?/archives/13-RTFM-or-README.OpenBSD-poptop-on-OpenBSD.html#comments</comments>
    <wfw:comment>http://www.suborbital.org.uk/canofworms/wfwcomment.php?cid=13</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://www.suborbital.org.uk/canofworms/rss.php?version=2.0&amp;type=comments&amp;cid=13</wfw:commentRss>
    

    <author>nospam@example.com (dom)</author>
    <content:encoded>
    ...seriously it will save you lots of time.&lt;br /&gt;
&lt;br /&gt;
Ignore all the guides on the internet that talk about setting /etc/ppp/secure.&lt;br /&gt;
&lt;br /&gt;
Don&#039;t worry about googling about &quot;Not transmitting... waiting for CCP&quot;, just read /usr/local/share/doc/poptop/README.OpenBSD and it&#039;ll get you up and running in no time.&lt;br /&gt;
&lt;br /&gt;
And if you can&#039;t get encryption running for OS X add this to ppp.conf: set mppe * stateless&lt;br /&gt;
&lt;br /&gt;
Easy when you read the right doc... 
    </content:encoded>

    <pubDate>Wed, 19 Jan 2011 20:49:39 +0000</pubDate>
    <guid isPermaLink="false">http://www.suborbital.org.uk/canofworms/index.php?/archives/13-guid.html</guid>
    
</item>
<item>
    <title>Edimax 3G-6200N - telnet access</title>
    <link>http://www.suborbital.org.uk/canofworms/index.php?/archives/12-Edimax-3G-6200N-telnet-access.html</link>
    
    <comments>http://www.suborbital.org.uk/canofworms/index.php?/archives/12-Edimax-3G-6200N-telnet-access.html#comments</comments>
    <wfw:comment>http://www.suborbital.org.uk/canofworms/wfwcomment.php?cid=12</wfw:comment>

    <slash:comments>6</slash:comments>
    <wfw:commentRss>http://www.suborbital.org.uk/canofworms/rss.php?version=2.0&amp;type=comments&amp;cid=12</wfw:commentRss>
    

    <author>nospam@example.com (dom)</author>
    <content:encoded>
    Easy...use firmware 2.19:&lt;br /&gt;
&lt;br /&gt;
Go to http://router/syscmd.asp&lt;br /&gt;
&lt;br /&gt;
and enter in /usr/sbin/telnetd -l /bin/ash&lt;br /&gt;
&lt;br /&gt;
Or if you&#039;re like me and want to do it the hard way (well, the first time!)&lt;br /&gt;
&lt;br /&gt;
&lt;tt&gt;telnet router 80&lt;/tt&gt;&lt;br /&gt;
&lt;br /&gt;
And then paste in:&lt;br /&gt;
&lt;br /&gt;
&lt;tt&gt;POST /goform/formSysCmd HTTP/1.1&lt;br /&gt;
Authorization: Basic YWRtaW46MTIzNA==&lt;br /&gt;
Content-Length: 83&lt;br /&gt;
Content-Type: application/x-www-form-urlencoded&lt;br /&gt;
&lt;br /&gt;
sysCmd=%2Fusr%2Fsbin%2Ftelnetd+-l+%2Fbin%2Fash&amp;apply=Apply&amp;submit-url=%2Fsyscmd.asp&lt;br /&gt;
&lt;/tt&gt;&lt;br /&gt;
&lt;br /&gt;
You can then telnet on the standard port - no password needed.&lt;br /&gt;
&lt;br /&gt;
Have fun. 
    </content:encoded>

    <pubDate>Wed, 08 Sep 2010 20:44:59 +0100</pubDate>
    <guid isPermaLink="false">http://www.suborbital.org.uk/canofworms/index.php?/archives/12-guid.html</guid>
    
</item>
<item>
    <title>Recovering Safari Form Data After Login Timeout</title>
    <link>http://www.suborbital.org.uk/canofworms/index.php?/archives/11-Recovering-Safari-Form-Data-After-Login-Timeout.html</link>
            <category>tech</category>
    
    <comments>http://www.suborbital.org.uk/canofworms/index.php?/archives/11-Recovering-Safari-Form-Data-After-Login-Timeout.html#comments</comments>
    <wfw:comment>http://www.suborbital.org.uk/canofworms/wfwcomment.php?cid=11</wfw:comment>

    <slash:comments>1</slash:comments>
    <wfw:commentRss>http://www.suborbital.org.uk/canofworms/rss.php?version=2.0&amp;type=comments&amp;cid=11</wfw:commentRss>
    

    <author>nospam@example.com (dom)</author>
    <content:encoded>
    Quick one. We&#039;ve all done it, written something (fantastic or not) clicked submit, and get a timeout page and we&#039;ve lost all of the text we&#039;ve just written.&lt;br /&gt;
&lt;br /&gt;
Then you start poking around with &quot;Form Values&quot; find it&#039;s encrypted and cry.&lt;br /&gt;
&lt;br /&gt;
Well, you can get it back - if you&#039;ve got developer tools installed and you&#039;ve not shutdown Safari.&lt;br /&gt;
 &lt;br /&gt;&lt;a href=&quot;http://www.suborbital.org.uk/canofworms/index.php?/archives/11-Recovering-Safari-Form-Data-After-Login-Timeout.html#extended&quot;&gt;Continue reading &quot;Recovering Safari Form Data After Login Timeout&quot;&lt;/a&gt;
    </content:encoded>

    <pubDate>Tue, 07 Sep 2010 22:40:26 +0100</pubDate>
    <guid isPermaLink="false">http://www.suborbital.org.uk/canofworms/index.php?/archives/11-guid.html</guid>
    
</item>
<item>
    <title>Won't somebody release a decent router?</title>
    <link>http://www.suborbital.org.uk/canofworms/index.php?/archives/10-Wont-somebody-release-a-decent-router.html</link>
            <category>tech</category>
    
    <comments>http://www.suborbital.org.uk/canofworms/index.php?/archives/10-Wont-somebody-release-a-decent-router.html#comments</comments>
    <wfw:comment>http://www.suborbital.org.uk/canofworms/wfwcomment.php?cid=10</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://www.suborbital.org.uk/canofworms/rss.php?version=2.0&amp;type=comments&amp;cid=10</wfw:commentRss>
    

    <author>nospam@example.com (dom)</author>
    <content:encoded>
    The past few weeks I&#039;ve been contemplating changing my venerable SWAMR-54125 router for something with more up-to-date. I&#039;ve tried out a few and been poking around in the firmware of a few others to see what can be done with them.&lt;br /&gt;
&lt;br /&gt;
My general features really are:&lt;br /&gt;
&lt;br /&gt;
- ADSL2 support&lt;br /&gt;
- Support for running public IPs&lt;br /&gt;
- 3G Modem automatic failover (And failback)&lt;br /&gt;
- Wireless N (so gigabit would be useful)&lt;br /&gt;
- Decent firewall rule editing/command line to hack it&lt;br /&gt;
- Lower power consumption&lt;br /&gt;
- VoIP is a nice to have&lt;br /&gt;
- IPv6 tunnelling would also be nice&lt;br /&gt;
- VPN in would save me a lot of config&lt;br /&gt;
&lt;br /&gt;
So, nothing particularly special really (apart from the last 3 I guess); it&#039;s 2010 and various bits of kit have had these features for a few years - surely there&#039;s a nice integrated piece of kit that can do it all.&lt;br /&gt;
 &lt;br /&gt;&lt;a href=&quot;http://www.suborbital.org.uk/canofworms/index.php?/archives/10-Wont-somebody-release-a-decent-router.html#extended&quot;&gt;Continue reading &quot;Won&#039;t somebody release a decent router?&quot;&lt;/a&gt;
    </content:encoded>

    <pubDate>Tue, 07 Sep 2010 22:37:53 +0100</pubDate>
    <guid isPermaLink="false">http://www.suborbital.org.uk/canofworms/index.php?/archives/10-guid.html</guid>
    
</item>
<item>
    <title>The O2 joggler</title>
    <link>http://www.suborbital.org.uk/canofworms/index.php?/archives/7-The-O2-joggler.html</link>
            <category>tech</category>
    
    <comments>http://www.suborbital.org.uk/canofworms/index.php?/archives/7-The-O2-joggler.html#comments</comments>
    <wfw:comment>http://www.suborbital.org.uk/canofworms/wfwcomment.php?cid=7</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://www.suborbital.org.uk/canofworms/rss.php?version=2.0&amp;type=comments&amp;cid=7</wfw:commentRss>
    

    <author>nospam@example.com (dom)</author>
    <content:encoded>
    More embedded linux devices I&#039;m afraid!&lt;br /&gt;
&lt;br /&gt;
Today I received my O2 joggler - not bad since I ordered on Saturday and there was a bank holiday in between, so thumbs up to O2 and DHL there.&lt;br /&gt;
&lt;br /&gt;
First impressions were good, it&#039;s a nice box, though it&#039;s been resealed and a new PSU stuffed in it. The device itself feels reassuringly well made, it&#039;s quite nice to grasp in one hand and type with the other. The touchscreen is fairly nice to use as well, though I need to find a way to crank up the sensitivity since it misses a few of my prods.&lt;br /&gt;
&lt;br /&gt;
The built in apps are nothing special, though the app store allows you to add some extra ones - the YouTube app is quite nice, and Google Maps would be if it remembered your location the last time you opened it. I&#039;m not really appreciative of it always opening on Westminster.&lt;br /&gt;
&lt;br /&gt;
The one app that is quite neat is &quot;Connect and play&quot;, I&#039;ve got it hooked up to uShare and it seems to play most of the videos that I can chuck at it, hopefully I&#039;ll be able to get it streaming TV from the Avantgarde.&lt;br /&gt;
&lt;br /&gt;
As for what I&#039;m going to use it for...no idea yet, I&#039;m thinking TV/media player for the spare room to save me buying another another Reel Netclient or alternatively a Squeezebox controller.&lt;br /&gt;
&lt;br /&gt;
Oh yeah, of course I got telnet, I just about managed to get through the updates before I enabled it!&lt;br /&gt;
 
    </content:encoded>

    <pubDate>Tue, 06 Apr 2010 22:45:16 +0100</pubDate>
    <guid isPermaLink="false">http://www.suborbital.org.uk/canofworms/index.php?/archives/7-guid.html</guid>
    
</item>
<item>
    <title>Edimax IC3010 dmesg</title>
    <link>http://www.suborbital.org.uk/canofworms/index.php?/archives/4-Edimax-IC3010-dmesg.html</link>
            <category>tech</category>
    
    <comments>http://www.suborbital.org.uk/canofworms/index.php?/archives/4-Edimax-IC3010-dmesg.html#comments</comments>
    <wfw:comment>http://www.suborbital.org.uk/canofworms/wfwcomment.php?cid=4</wfw:comment>

    <slash:comments>5</slash:comments>
    <wfw:commentRss>http://www.suborbital.org.uk/canofworms/rss.php?version=2.0&amp;type=comments&amp;cid=4</wfw:commentRss>
    

    <author>nospam@example.com (dom)</author>
    <content:encoded>
    Extracting a meaningful dmesg from the IC3010 isn&#039;t an easy case of just typing dmesg. One of the drivers generates a lot of spam and by the time you can telnet in, the interesting information has gone.&lt;br /&gt;
&lt;br /&gt;
So, after a firmware rebuild the following info was obtained: &lt;br /&gt;&lt;a href=&quot;http://www.suborbital.org.uk/canofworms/index.php?/archives/4-Edimax-IC3010-dmesg.html#extended&quot;&gt;Continue reading &quot;Edimax IC3010 dmesg&quot;&lt;/a&gt;
    </content:encoded>

    <pubDate>Fri, 05 Mar 2010 23:35:38 +0000</pubDate>
    <guid isPermaLink="false">http://www.suborbital.org.uk/canofworms/index.php?/archives/4-guid.html</guid>
    
</item>
<item>
    <title>Getting telnet access on an Edimax IC3010 webcam</title>
    <link>http://www.suborbital.org.uk/canofworms/index.php?/archives/3-Getting-telnet-access-on-an-Edimax-IC3010-webcam.html</link>
            <category>tech</category>
    
    <comments>http://www.suborbital.org.uk/canofworms/index.php?/archives/3-Getting-telnet-access-on-an-Edimax-IC3010-webcam.html#comments</comments>
    <wfw:comment>http://www.suborbital.org.uk/canofworms/wfwcomment.php?cid=3</wfw:comment>

    <slash:comments>18</slash:comments>
    <wfw:commentRss>http://www.suborbital.org.uk/canofworms/rss.php?version=2.0&amp;type=comments&amp;cid=3</wfw:commentRss>
    

    <author>nospam@example.com (dom)</author>
    <content:encoded>
    The Edimax series of webcams are some of the cheapest IP webcams available, providing a variety of ways to get access to either a still picture or video stream (either mjpeg or via rtsp). &lt;br /&gt;
&lt;br /&gt;
The camera is a pl1029 system and runs embedded linux (2.4.19). Since it&#039;s a linux system I&#039;d quite like to get into it and have a poke around. Edimax do supply the source and tools to build a new firmware image, from their &lt;a href=&quot;http://www.edimax.co.uk/en/produce_detail.php?pd_id=257&amp;pl1_id=8&amp;pl2_id=35&quot; title=&quot;Edimax link&quot;&gt;product site&lt;/a&gt;. Unfortunately, the source posted doesn&#039;t correspond to the latest firmware and some of the supplied tools are supplied in binary only format for x86_64 linux. But, lets not allow that to be a hindrance, we can extract what we want from a firmware upgrade file.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;&lt;a href=&quot;http://www.suborbital.org.uk/canofworms/index.php?/archives/3-Getting-telnet-access-on-an-Edimax-IC3010-webcam.html#extended&quot;&gt;Continue reading &quot;Getting telnet access on an Edimax IC3010 webcam&quot;&lt;/a&gt;
    </content:encoded>

    <pubDate>Fri, 05 Mar 2010 20:33:11 +0000</pubDate>
    <guid isPermaLink="false">http://www.suborbital.org.uk/canofworms/index.php?/archives/3-guid.html</guid>
    
</item>
<item>
    <title>Failover routing with OpenBSD and ifstated</title>
    <link>http://www.suborbital.org.uk/canofworms/index.php?/archives/2-Failover-routing-with-OpenBSD-and-ifstated.html</link>
            <category>tech</category>
    
    <comments>http://www.suborbital.org.uk/canofworms/index.php?/archives/2-Failover-routing-with-OpenBSD-and-ifstated.html#comments</comments>
    <wfw:comment>http://www.suborbital.org.uk/canofworms/wfwcomment.php?cid=2</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://www.suborbital.org.uk/canofworms/rss.php?version=2.0&amp;type=comments&amp;cid=2</wfw:commentRss>
    

    <author>nospam@example.com (dom)</author>
    <content:encoded>
    The past few months I&#039;ve been suffering from an unreliable adsl line, with some prolonged outages. I&#039;ve got a 3g stick to fall back onto, but that needed to be enabled manually, so I decided to automate the process (hopefully I&#039;ll also remember to top-up the 3g stick!) using ifstated. It turned out to be really simple, but there&#039;s a lack of simple examples, so I thought it might be worth publishing. &lt;br /&gt;
&lt;br /&gt;
The config is such that ifstated pings my router address every 10 seconds to make sure it&#039;s alive. When ADSL is live this is just a single hop to the router. Should it not get an answer in 5 seconds it will fail over to the 3g connection, if it starts getting an answer form the router (this time over the internet) it will fail back to adsl.&lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;&lt;a href=&quot;http://www.suborbital.org.uk/canofworms/index.php?/archives/2-Failover-routing-with-OpenBSD-and-ifstated.html#extended&quot;&gt;Continue reading &quot;Failover routing with OpenBSD and ifstated&quot;&lt;/a&gt;
    </content:encoded>

    <pubDate>Sun, 14 Feb 2010 21:11:59 +0000</pubDate>
    <guid isPermaLink="false">http://www.suborbital.org.uk/canofworms/index.php?/archives/2-guid.html</guid>
    
</item>

</channel>
</rss>