<?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:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Blog of Lasse Karstensen</title>
	<atom:link href="http://lassekarstensen.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://lassekarstensen.wordpress.com</link>
	<description>insert pun here</description>
	<lastBuildDate>Fri, 24 Feb 2012 09:58:02 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='lassekarstensen.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Blog of Lasse Karstensen</title>
		<link>http://lassekarstensen.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://lassekarstensen.wordpress.com/osd.xml" title="Blog of Lasse Karstensen" />
	<atom:link rel='hub' href='http://lassekarstensen.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Mobile device detection in Varnish</title>
		<link>http://lassekarstensen.wordpress.com/2012/02/24/mobile-device-detection-in-varnish/</link>
		<comments>http://lassekarstensen.wordpress.com/2012/02/24/mobile-device-detection-in-varnish/#comments</comments>
		<pubDate>Fri, 24 Feb 2012 09:57:58 +0000</pubDate>
		<dc:creator>Lasse Karstensen</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://lassekarstensen.wordpress.com/?p=297</guid>
		<description><![CDATA[As part of my DAY JOB[tm] I&#8217;ve been working on device detection with Varnish. There is some content about this on blogs here and there, but no single place to get rulesets or VCL. We want to fix that by &#8230; <a href="http://lassekarstensen.wordpress.com/2012/02/24/mobile-device-detection-in-varnish/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lassekarstensen.wordpress.com&amp;blog=17459166&amp;post=297&amp;subd=lassekarstensen&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>As part of my DAY JOB[tm] I&#8217;ve been working on device detection with Varnish. There is some content about this on blogs here and there, but no single place to get rulesets or VCL. We want to fix that by announcing a community updated VCL set for this. Check out the Github project:</p>
<p style="padding-left:30px;"><a href="https://github.com/varnish/varnish-devicedetect">https://github.com/varnish/varnish-devicedetect</a></p>
<p><strong>It is a VCL set for Varnish which uses regular expressions to group clients into pools like PC, mobile-iphone, mobile-android, tablet-ipad and more based on their User-Agent.</strong></p>
<p>With this you can serve per-device-type content directly from the Varnish cache, without hitting your backend web servers.<strong> It is super easy to install with nothing to compile.</strong> Just pull the files and include them in default.vcl.</p>
<p>The backend sees the first request like <em>http://example.com/foo.html?devicetype=mobile-android</em>, picks out the GET argument and produces the content that is best suite for small androids. Later requests are cached in Varnish. The main points are: 1) no need to redirect, saving probably a second in page load time since mobile networks are high latency and low bandwidth, 2) increased cache hit rate, which means you don&#8217;t have to pay for as many backends. 3) you don&#8217;t have to maintain the regular expressions all by yourself.</p>
<p>In addition to the regular expression set and the supporting VCL code to send headers/GET parameter to the backend, you get a system for overriding the detection. Go to <em>/set_ua_device/mobile-android</em> with your usual browser, and later requests will be served as if you had an android phone. Simple as PIE.</p>
<p>The regular expression set will evolve over time (by us, Varnish Software, when a customer asks for it), or by community input. For example, if anyone has a good suggestions on how to differentiate android tablets and android phones, your input is very welcome :)</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/lassekarstensen.wordpress.com/297/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/lassekarstensen.wordpress.com/297/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/lassekarstensen.wordpress.com/297/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/lassekarstensen.wordpress.com/297/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/lassekarstensen.wordpress.com/297/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/lassekarstensen.wordpress.com/297/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/lassekarstensen.wordpress.com/297/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/lassekarstensen.wordpress.com/297/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/lassekarstensen.wordpress.com/297/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/lassekarstensen.wordpress.com/297/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/lassekarstensen.wordpress.com/297/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/lassekarstensen.wordpress.com/297/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/lassekarstensen.wordpress.com/297/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/lassekarstensen.wordpress.com/297/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lassekarstensen.wordpress.com&amp;blog=17459166&amp;post=297&amp;subd=lassekarstensen&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://lassekarstensen.wordpress.com/2012/02/24/mobile-device-detection-in-varnish/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/5696629f366921322b453b39d4bc5aab?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">lkarsten</media:title>
		</media:content>
	</item>
		<item>
		<title>Hosted Munin</title>
		<link>http://lassekarstensen.wordpress.com/2011/10/12/hosted-munin/</link>
		<comments>http://lassekarstensen.wordpress.com/2011/10/12/hosted-munin/#comments</comments>
		<pubDate>Wed, 12 Oct 2011 22:52:48 +0000</pubDate>
		<dc:creator>Lasse Karstensen</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[english]]></category>
		<category><![CDATA[hosting]]></category>
		<category><![CDATA[munin]]></category>
		<category><![CDATA[service]]></category>

		<guid isPermaLink="false">http://lassekarstensen.wordpress.com/?p=284</guid>
		<description><![CDATA[New project; a hosted version of the munin (http://munin-monitoring.org/) server, running on: http://hostedmunin.com/ Munin is an open source solution for collecting metrics from servers and plotting them on trend graphs. It has a simplicity that beats all other monitoring solutions I&#8217;ve &#8230; <a href="http://lassekarstensen.wordpress.com/2011/10/12/hosted-munin/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lassekarstensen.wordpress.com&amp;blog=17459166&amp;post=284&amp;subd=lassekarstensen&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>New project; a hosted version of the munin (http://munin-monitoring.org/) server, running on: <strong><a title="http://hostedmunin.com/" href="http://hostedmunin.com/">http://hostedmunin.com/</a></strong></p>
<p>Munin is an open source solution for collecting metrics from servers and plotting them on trend graphs. It has a simplicity that beats all other monitoring solutions I&#8217;ve seen, including super easy plugin creation for adding new charts for your application.</p>
<p>This is for you if you:</p>
<ul>
<li>have a couple of  machines / instances here and there (for v1.0), and just want monitoring to work.</li>
<li>want proper notifications and trending, without doing any configuring yourself.</li>
</ul>
<p>The idea is that you can spend all your precious hours awake on making your application run supersmooth, instead of tuning monitoring systems.</p>
<p>Pricing looks like will be subscription based with a basic free package (1-3 servers, limited #plugins, but quite usable) and premium package with more nodes and extra features.</p>
<p>We&#8217;re in early beta, but have room for some more trial customers.If you want in, drop me an email.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/lassekarstensen.wordpress.com/284/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/lassekarstensen.wordpress.com/284/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/lassekarstensen.wordpress.com/284/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/lassekarstensen.wordpress.com/284/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/lassekarstensen.wordpress.com/284/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/lassekarstensen.wordpress.com/284/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/lassekarstensen.wordpress.com/284/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/lassekarstensen.wordpress.com/284/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/lassekarstensen.wordpress.com/284/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/lassekarstensen.wordpress.com/284/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/lassekarstensen.wordpress.com/284/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/lassekarstensen.wordpress.com/284/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/lassekarstensen.wordpress.com/284/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/lassekarstensen.wordpress.com/284/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lassekarstensen.wordpress.com&amp;blog=17459166&amp;post=284&amp;subd=lassekarstensen&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://lassekarstensen.wordpress.com/2011/10/12/hosted-munin/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/5696629f366921322b453b39d4bc5aab?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">lkarsten</media:title>
		</media:content>
	</item>
		<item>
		<title>Fredagsmorro fra urbandictionary.no (8.april)</title>
		<link>http://lassekarstensen.wordpress.com/2011/04/08/fredagsmorro-fra-urbandictionary-no-8-april/</link>
		<comments>http://lassekarstensen.wordpress.com/2011/04/08/fredagsmorro-fra-urbandictionary-no-8-april/#comments</comments>
		<pubDate>Thu, 07 Apr 2011 23:10:10 +0000</pubDate>
		<dc:creator>Lasse Karstensen</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://lassekarstensen.wordpress.com/?p=273</guid>
		<description><![CDATA[tl;dr: her er de mest populære begrepene på urbandictionary.no denne uka: fettskatt, feie over, Kjøtlefse, ﻿gnøkka, smultbag og naturligvis biffgardiner. Videre er vinnerbegrepet for de som finner oss via google helt klart klatremus &#8230; En ukes tid etter lansering snakker vi: 6200 hits 500 besøk 200% &#8230; <a href="http://lassekarstensen.wordpress.com/2011/04/08/fredagsmorro-fra-urbandictionary-no-8-april/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lassekarstensen.wordpress.com&amp;blog=17459166&amp;post=273&amp;subd=lassekarstensen&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>tl;dr: her er de mest populære begrepene på <a href="http://urbandictionary.no/">urbandictionary.no</a> denne uka: <a href="http://urbandictionary.no/begrep/fettskatt">fettskatt</a>, <a href="http://urbandictionary.no/begrep/Feie over">feie over</a>, <a href="http://urbandictionary.no/begrep/Kjøtlefse">Kjøtlefse</a>, ﻿<a href="http://urbandictionary.no/begrep/gnøkka">gnøkka</a>, <a href="http://urbandictionary.no/begrep/smultbag">smultbag</a> og naturligvis <a href="http://urbandictionary.no/begrep/biffgardiner">biffgardiner</a>.</p>
<p>Videre er vinnerbegrepet for de som finner oss via google helt klart <a href="http://urbandictionary.no/begrep/klatremus">klatremus</a> &#8230;</p>
<p>En ukes tid etter lansering snakker vi:</p>
<ul>
<li>6200 hits</li>
<li>500 besøk</li>
<li>200% økning i antall begreper</li>
</ul>
<p>Klemz til alle som bidrar og har bidratt med å lage den beste norske ordboka, dette blir bra. Tilbakemeldinger og lignende ondsinnet kritikk mottas naturligvis med takk på <a href="mailto:lasse.karstensen@gmail.com">epost</a> eller TWITAR (@lkarsten).</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/lassekarstensen.wordpress.com/273/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/lassekarstensen.wordpress.com/273/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/lassekarstensen.wordpress.com/273/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/lassekarstensen.wordpress.com/273/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/lassekarstensen.wordpress.com/273/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/lassekarstensen.wordpress.com/273/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/lassekarstensen.wordpress.com/273/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/lassekarstensen.wordpress.com/273/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/lassekarstensen.wordpress.com/273/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/lassekarstensen.wordpress.com/273/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/lassekarstensen.wordpress.com/273/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/lassekarstensen.wordpress.com/273/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/lassekarstensen.wordpress.com/273/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/lassekarstensen.wordpress.com/273/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lassekarstensen.wordpress.com&amp;blog=17459166&amp;post=273&amp;subd=lassekarstensen&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://lassekarstensen.wordpress.com/2011/04/08/fredagsmorro-fra-urbandictionary-no-8-april/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/5696629f366921322b453b39d4bc5aab?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">lkarsten</media:title>
		</media:content>
	</item>
		<item>
		<title>urbandictionary.no på lufta</title>
		<link>http://lassekarstensen.wordpress.com/2011/03/30/urbandictionary-no-pa-lufta/</link>
		<comments>http://lassekarstensen.wordpress.com/2011/03/30/urbandictionary-no-pa-lufta/#comments</comments>
		<pubDate>Wed, 30 Mar 2011 21:58:11 +0000</pubDate>
		<dc:creator>Lasse Karstensen</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[norsk]]></category>
		<category><![CDATA[urbandictionary]]></category>

		<guid isPermaLink="false">http://lassekarstensen.wordpress.com/?p=268</guid>
		<description><![CDATA[Vinterens helgeprosjekt har vært å kode opp en norsk versjon av urbandictionary.com. Det har vi (BT+meg) nå begynt å få sånn passelig på lufta, så herved er http://urbandictionary.no/ lansert. For de som måtte være ukjent med konseptet handler det om &#8230; <a href="http://lassekarstensen.wordpress.com/2011/03/30/urbandictionary-no-pa-lufta/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lassekarstensen.wordpress.com&amp;blog=17459166&amp;post=268&amp;subd=lassekarstensen&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Vinterens helgeprosjekt har vært å kode opp en norsk versjon av urbandictionary.com. Det har vi (BT+meg) nå begynt å få sånn passelig på lufta, så herved er <a href="http://urbandictionary.no/">http://urbandictionary.no/</a> lansert.</p>
<p>For de som måtte være ukjent med konseptet handler det om å lage en ordbok basert på slangord. Urbandictionary.com sier de har rundt 5 millioner innslag. Det er jo litt å strekke seg etter, når vi har rundt 100 begreper nå. :-)</p>
<p>planer for fremtiden:</p>
<ul>
<li>noe api-greier slik at mobilklientene har noe å snakke med.</li>
<li>klienter for android/iphone.</li>
<li>nyhetsbrev med ukas ord?</li>
<li>kanskje selge noen kaffekopper for å dekke inn hostingutgiftene.</li>
</ul>
<p>På den tekniske siden bruker vi Django med PostgreSQL i bunn. git til revisjonskontroll, redmine til issuetracking.</p>
<p>Vi trenger litt grafikk, om noen har lyst til å bidra. :-)</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/lassekarstensen.wordpress.com/268/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/lassekarstensen.wordpress.com/268/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/lassekarstensen.wordpress.com/268/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/lassekarstensen.wordpress.com/268/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/lassekarstensen.wordpress.com/268/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/lassekarstensen.wordpress.com/268/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/lassekarstensen.wordpress.com/268/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/lassekarstensen.wordpress.com/268/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/lassekarstensen.wordpress.com/268/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/lassekarstensen.wordpress.com/268/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/lassekarstensen.wordpress.com/268/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/lassekarstensen.wordpress.com/268/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/lassekarstensen.wordpress.com/268/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/lassekarstensen.wordpress.com/268/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lassekarstensen.wordpress.com&amp;blog=17459166&amp;post=268&amp;subd=lassekarstensen&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://lassekarstensen.wordpress.com/2011/03/30/urbandictionary-no-pa-lufta/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/5696629f366921322b453b39d4bc5aab?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">lkarsten</media:title>
		</media:content>
	</item>
		<item>
		<title>Internett i flyet hos Norwegian</title>
		<link>http://lassekarstensen.wordpress.com/2011/03/12/internett-i-flyet-hos-norwegian/</link>
		<comments>http://lassekarstensen.wordpress.com/2011/03/12/internett-i-flyet-hos-norwegian/#comments</comments>
		<pubDate>Sat, 12 Mar 2011 10:21:03 +0000</pubDate>
		<dc:creator>Lasse Karstensen</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://lassekarstensen.wordpress.com/?p=262</guid>
		<description><![CDATA[Var ute og fløy i går, og fikk en av disse nye 737-800w -ene fra Norwegian. Nytt og spennende er gratis WLAN når man passerer 10k fot. tl;dr -versjonen er at det virker omtrent som ISDN, men latensen via satellitt &#8230; <a href="http://lassekarstensen.wordpress.com/2011/03/12/internett-i-flyet-hos-norwegian/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lassekarstensen.wordpress.com&amp;blog=17459166&amp;post=262&amp;subd=lassekarstensen&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Var ute og fløy i går, og fikk en av disse nye 737-800w -ene fra Norwegian. Nytt og spennende er gratis WLAN når man passerer 10k fot.</p>
<p>tl;dr -versjonen er at det virker omtrent som ISDN, men latensen via satellitt er ganske drøy. Man kommer ut på Internett i Tyskland, og round-trip til Norge er 1-2 sekunder. De har en linuxboks ombord som router IPv4 (ingen IPv6 å se), gjør dns/dhcp og har en transparent webcache (squid by the looks of it).</p>
<p>Som telematiker må det naturligvis undersøkes litt når sjansen bryr seg.</p>
<pre>traceroute to www.vg.no (195.88.55.16), 64 hops max, 40 byte packets

1  192.168.33.1 (192.168.33.1)  1 ms  1 ms  1 ms

2  * * *

3  * * *

4  * * *

5  192.168.14.102 (192.168.14.102)  1188 ms  836 ms  961 ms

6  2.239.214.82.in-addr.arpa (82.214.239.2)  721 ms  685 ms  978 ms

7  cr-01-ge0-8.dw.direcpceu.com (62.128.191.190)  1101 ms  958 ms  799 ms

8  pr-02-ge0-1.dw.direcpceu.com (62.128.191.251)  740 ms  748 ms  733 ms

9  pos-2-1-a2.f.core.de.ignite.net (62.134.2.93)  774 ms  689 ms  733 ms

10  t2a7-ge7-0-0.de-fra.eu.bt.net (166.49.172.33)  679 ms  707 ms  714 ms

11  so-7-0-3.edge1.Frankfurt1.Level3.net (212.162.47.109)  685 ms  659 ms  671 ms

12  vlan99.csw4.Frankfurt1.Level3.net (4.68.23.254)  679 ms vlan69.csw1.Frankfurt1.Level3.net (4.68.23.62)  809 ms vlan79.csw2.Frankfurt1.Level3.net (4.68.23.126)  1161 ms

13  ae-72-72.ebr2.Frankfurt1.Level3.net (4.69.140.21)  1490 ms * ae-62-62.ebr2.Frankfurt1.Level3.net (4.69.140.17)  1646 ms

14  ae-48-48.ebr1.Dusseldorf1.Level3.net (4.69.143.177)  901 ms ae-47-47.ebr1.Dusseldorf1.Level3.net (4.69.143.173)  1166 ms ae-48-48.ebr1.Dusseldorf1.Level3.net (4.69.143.177)  1610 ms

15  * * *

16  ae-6-6.car1.Oslo1.Level3.net (4.69.143.225)  1278 ms  1403 ms  1440 ms

17  212.162.27.6 (212.162.27.6)  1361 ms  1306 ms  938 ms

18  te4-2-0.cr2.osls.no.catchbone.net (193.75.3.169) [MPLS: Label 301024 Exp 0]  793 ms  817 ms  790 ms

19  te7-1-0.cr2.xa19.no.catchbone.net (193.75.1.202) [MPLS: Label 308032 Exp 0]  777 ms  970 ms  1420 ms

20  te4-1-0.br1.xa19.no.catchbone.net (193.75.1.50)  890 ms  860 ms  958 ms

21  v4094.m323-rs1.net.kq.no (193.69.44.206)  1119 ms  1629 ms  1230 ms

22  www.vg.no (195.88.55.16)  970 ms  1377 ms  1485 ms</pre>
<p>Nedlasting (hm, blir det ikke egentlig _opplasting_ når man er på 30k fot og jobber via en satellittlink?) av en ucachet 10MB stor fil gir 208KB/s.  Litt mistenkelige høyt, montro om målingen min er feil og den faktisk var cachet likevel.</p>
<p>&nbsp;</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/lassekarstensen.wordpress.com/262/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/lassekarstensen.wordpress.com/262/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/lassekarstensen.wordpress.com/262/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/lassekarstensen.wordpress.com/262/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/lassekarstensen.wordpress.com/262/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/lassekarstensen.wordpress.com/262/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/lassekarstensen.wordpress.com/262/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/lassekarstensen.wordpress.com/262/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/lassekarstensen.wordpress.com/262/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/lassekarstensen.wordpress.com/262/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/lassekarstensen.wordpress.com/262/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/lassekarstensen.wordpress.com/262/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/lassekarstensen.wordpress.com/262/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/lassekarstensen.wordpress.com/262/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lassekarstensen.wordpress.com&amp;blog=17459166&amp;post=262&amp;subd=lassekarstensen&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://lassekarstensen.wordpress.com/2011/03/12/internett-i-flyet-hos-norwegian/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/5696629f366921322b453b39d4bc5aab?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">lkarsten</media:title>
		</media:content>
	</item>
		<item>
		<title>Detecting IP-over-DNS, part two.</title>
		<link>http://lassekarstensen.wordpress.com/2011/01/23/detecting-ip-over-dns-part-two/</link>
		<comments>http://lassekarstensen.wordpress.com/2011/01/23/detecting-ip-over-dns-part-two/#comments</comments>
		<pubDate>Sun, 23 Jan 2011 17:12:10 +0000</pubDate>
		<dc:creator>Lasse Karstensen</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[english]]></category>
		<category><![CDATA[ip-over-dns]]></category>

		<guid isPermaLink="false">http://lassekarstensen.wordpress.com/?p=245</guid>
		<description><![CDATA[As mentioned earlier, I did some work on detecting IP-over-DNS traffic as a part of my masters degree from NTNU in Communication Technology with focus on information security. My final method was to, and this may be cheating, look at &#8230; <a href="http://lassekarstensen.wordpress.com/2011/01/23/detecting-ip-over-dns-part-two/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lassekarstensen.wordpress.com&amp;blog=17459166&amp;post=245&amp;subd=lassekarstensen&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>As mentioned earlier, I did some work on detecting IP-over-DNS traffic as a part of my masters degree from NTNU in Communication Technology with focus on information security.</p>
<p>My final method was to, and this may be cheating, look at a pcap or live dump of packets and group per domain the client requested DNS answers from. In essence, utilize that all public IP-over-DNS implementations use a single domain name. The cheating part is because there is no reason for a IP-over-DNS implementation to do this.. I figure the less ethical of IP-over-DNS users can patch this easily.</p>
<p>After collecting n replies from the recursive DNS server to the client and compute the following metrics:</p>
<ul>
<li>percentage of replies to the same domain (domain_max_percent)</li>
<li>bytes per second over the time period it took for n replies to be seen. (bps)</li>
<li>average number of queries seen per second in the time period. (qps)</li>
<li>mean packet size in the time period (mps)</li>
</ul>
<p>The values I got the best results with were:</p>
<ul>
<li>mps &gt; 140 bytes</li>
<li>qps &gt; 2.27</li>
<li>bps &gt; 560 bytes</li>
<li>domain_max_percent &gt;= 98%</li>
<li>n=70 packets</li>
</ul>
<p>For each sample consisting of n packets from a single client, compute these. If any of the rules above are false, the client is not an IP-over-DNS client. (by this definition)</p>
<p>Early attempts used n=30 packets and mps &gt; 240 bytes, but detection avoidance attempts with extremely low fragment size showed that n=70 packets and mps &gt; 140 byte gave the best results.</p>
<p>Critics may point out that a client may send a lot of fake requests in addition to the IP-over-DNS traffic to a different domain and then skew the max_domain_percent below 98%. Yes, this is possible.</p>
<p>I have Python implementations of all of the methods attempted. I guess realtime detection is the most interesting, and I will put it up on my <a href="http://github.com/lkarsten/">github account</a> sometime in the near future after cleaning up the code a bit.</p>
<p>In the time since I did my prestudies last spring there seem to have been published a <a href="http://arxiv.org/pdf/1004.4358">paper</a> on IP-over-DNS detection. It&#8217;s on Arxiv, and they use the character distribution in the query strings to match IP-over-DNS clients. This sounds cool, and way better than the Kolmogorovcomplexity attempts that I did.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/lassekarstensen.wordpress.com/245/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/lassekarstensen.wordpress.com/245/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/lassekarstensen.wordpress.com/245/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/lassekarstensen.wordpress.com/245/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/lassekarstensen.wordpress.com/245/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/lassekarstensen.wordpress.com/245/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/lassekarstensen.wordpress.com/245/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/lassekarstensen.wordpress.com/245/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/lassekarstensen.wordpress.com/245/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/lassekarstensen.wordpress.com/245/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/lassekarstensen.wordpress.com/245/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/lassekarstensen.wordpress.com/245/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/lassekarstensen.wordpress.com/245/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/lassekarstensen.wordpress.com/245/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lassekarstensen.wordpress.com&amp;blog=17459166&amp;post=245&amp;subd=lassekarstensen&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://lassekarstensen.wordpress.com/2011/01/23/detecting-ip-over-dns-part-two/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/5696629f366921322b453b39d4bc5aab?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">lkarsten</media:title>
		</media:content>
	</item>
		<item>
		<title>den perfekte webstrategi</title>
		<link>http://lassekarstensen.wordpress.com/2011/01/22/den-perfekte-webstrategi/</link>
		<comments>http://lassekarstensen.wordpress.com/2011/01/22/den-perfekte-webstrategi/#comments</comments>
		<pubDate>Sat, 22 Jan 2011 13:45:11 +0000</pubDate>
		<dc:creator>Lasse Karstensen</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[fail]]></category>
		<category><![CDATA[norsk]]></category>
		<category><![CDATA[sarkasme]]></category>

		<guid isPermaLink="false">http://lassekarstensen.wordpress.com/?p=256</guid>
		<description><![CDATA[Clue (ordbokfolkene) har definitivt skjønt det. Om du er litt usikker på denne nymotens webteknologien, gjør som du er vant til og klem det inn samme format som du er vant til. Windows-vinduer er jo best practice på web.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lassekarstensen.wordpress.com&amp;blog=17459166&amp;post=256&amp;subd=lassekarstensen&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Clue (ordbokfolkene) har definitivt skjønt det.</p>
<p><a href="http://lassekarstensen.files.wordpress.com/2011/01/cluefail.png"><img class="alignnone size-full wp-image-257" title="cluefail" src="http://lassekarstensen.files.wordpress.com/2011/01/cluefail.png?w=640&#038;h=453" alt="" width="640" height="453" /></a></p>
<p>Om du er litt usikker på denne nymotens webteknologien, gjør som du er vant til og klem det inn samme format som du er vant til. Windows-vinduer er jo best practice på web.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/lassekarstensen.wordpress.com/256/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/lassekarstensen.wordpress.com/256/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/lassekarstensen.wordpress.com/256/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/lassekarstensen.wordpress.com/256/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/lassekarstensen.wordpress.com/256/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/lassekarstensen.wordpress.com/256/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/lassekarstensen.wordpress.com/256/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/lassekarstensen.wordpress.com/256/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/lassekarstensen.wordpress.com/256/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/lassekarstensen.wordpress.com/256/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/lassekarstensen.wordpress.com/256/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/lassekarstensen.wordpress.com/256/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/lassekarstensen.wordpress.com/256/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/lassekarstensen.wordpress.com/256/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lassekarstensen.wordpress.com&amp;blog=17459166&amp;post=256&amp;subd=lassekarstensen&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://lassekarstensen.wordpress.com/2011/01/22/den-perfekte-webstrategi/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/5696629f366921322b453b39d4bc5aab?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">lkarsten</media:title>
		</media:content>

		<media:content url="http://lassekarstensen.files.wordpress.com/2011/01/cluefail.png" medium="image">
			<media:title type="html">cluefail</media:title>
		</media:content>
	</item>
		<item>
		<title>Detecting IP-over-DNS</title>
		<link>http://lassekarstensen.wordpress.com/2011/01/21/detecting-ip-over-dns/</link>
		<comments>http://lassekarstensen.wordpress.com/2011/01/21/detecting-ip-over-dns/#comments</comments>
		<pubDate>Fri, 21 Jan 2011 21:28:48 +0000</pubDate>
		<dc:creator>Lasse Karstensen</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[english]]></category>
		<category><![CDATA[ip-over-dns]]></category>

		<guid isPermaLink="false">http://lassekarstensen.wordpress.com/?p=238</guid>
		<description><![CDATA[I wrote my master&#8217;s thesis at the Norwegian University of Science and Technology (NTNU) during the spring of 2010. My assignment was &#8220;Covert channels in the Domain Name System&#8221;, but for the most part it is about detecting an IP-over-DNS &#8230; <a href="http://lassekarstensen.wordpress.com/2011/01/21/detecting-ip-over-dns/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lassekarstensen.wordpress.com&amp;blog=17459166&amp;post=238&amp;subd=lassekarstensen&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I wrote my master&#8217;s thesis at the Norwegian University of Science and Technology (NTNU) during the spring of 2010. My assignment was <strong>&#8220;Covert channels in the Domain Name System&#8221;</strong>, but for the most part it is about detecting an IP-over-DNS client from observing its queries. It is published in Norwegian, and available over <a href="mailto:lasse.karstensen@gmail.com">email</a> if you&#8217;re interested.</p>
<p>To put it in Wikipedia terms, I believe this blog now contains original research. Crazy.</p>
<p>The setup was to look at packet dumps from a recursive DNS cache, or more precisely, the answers from the local DNS cache to the client. PCAPs were taken at one of the DNS-recursors at NTNU, and also packet dumps of ssh, web and keepalive traffic for nstx, iodine and TUNS were taken.</p>
<p><strong>I was able to within 10-30 seconds detect a client running iodine among university background traffic with no false positives.</strong> It was implemented in python with impacket, and works in real time with negligible resource usage.</p>
<p>First of all, I was not able to get the following detection mechanisms to work very well:</p>
<ul>
<li>client&#8217;s bandwidth usage per time unit. May work if you whitelist your email servers and use 30-60 seconds detection time, but not a very promising method.</li>
<li>Kolmogorov-complexity. Zip the data parts of the DNS response. The idea was that the complexity (==lower ability to compress it) was higher on IP-over-DNS traffic than on the usual DNS traffic. Didn&#8217;t quite work out, but may be feasible with more work.</li>
</ul>
<p>What I didn&#8217;t try, but seemed cool:</p>
<ul>
<li>autocorrelation of time between queries. It should be a quite different, since the client is polling constantly.</li>
<li>time series analysis with wavelets. Complicated math.</li>
</ul>
<p>I also believe that most people interested in machine learning will find this a very simple task. I did not look into it, but probably should have.</p>
<p>Top tip for people (without training, like me) is to never never never attempt to use uniform sampling for this stuff. I wasted probably a month on figuring this out. You already have a perfect event based sample set, use it for what it is worth.</p>
<p>So, since this blog post is pretty long already, I&#8217;m going to save the good stuff for a followup post later this weekend.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/lassekarstensen.wordpress.com/238/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/lassekarstensen.wordpress.com/238/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/lassekarstensen.wordpress.com/238/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/lassekarstensen.wordpress.com/238/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/lassekarstensen.wordpress.com/238/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/lassekarstensen.wordpress.com/238/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/lassekarstensen.wordpress.com/238/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/lassekarstensen.wordpress.com/238/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/lassekarstensen.wordpress.com/238/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/lassekarstensen.wordpress.com/238/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/lassekarstensen.wordpress.com/238/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/lassekarstensen.wordpress.com/238/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/lassekarstensen.wordpress.com/238/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/lassekarstensen.wordpress.com/238/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lassekarstensen.wordpress.com&amp;blog=17459166&amp;post=238&amp;subd=lassekarstensen&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://lassekarstensen.wordpress.com/2011/01/21/detecting-ip-over-dns/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/5696629f366921322b453b39d4bc5aab?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">lkarsten</media:title>
		</media:content>
	</item>
		<item>
		<title>Mutt folders in Gmail</title>
		<link>http://lassekarstensen.wordpress.com/2011/01/16/mutt-folders-in-gmail/</link>
		<comments>http://lassekarstensen.wordpress.com/2011/01/16/mutt-folders-in-gmail/#comments</comments>
		<pubDate>Sun, 16 Jan 2011 12:57:52 +0000</pubDate>
		<dc:creator>Lasse Karstensen</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://lassekarstensen.wordpress.com/?p=234</guid>
		<description><![CDATA[Top tip. If you want to read email stored on Gmail with Mutt, don&#8217;t have dots in the tags you use to sort email to. IMAP does it usual confusing trick with converting &#8216;.&#8217; to &#8216;/&#8217;, and you will no &#8230; <a href="http://lassekarstensen.wordpress.com/2011/01/16/mutt-folders-in-gmail/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lassekarstensen.wordpress.com&amp;blog=17459166&amp;post=234&amp;subd=lassekarstensen&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Top tip. If you want to read email stored on Gmail with Mutt, <strong>don&#8217;t have dots in the tags</strong> you use to sort email to. IMAP does it usual confusing trick with converting &#8216;.&#8217; to &#8216;/&#8217;, and you will no be able to open the folder.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/lassekarstensen.wordpress.com/234/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/lassekarstensen.wordpress.com/234/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/lassekarstensen.wordpress.com/234/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/lassekarstensen.wordpress.com/234/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/lassekarstensen.wordpress.com/234/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/lassekarstensen.wordpress.com/234/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/lassekarstensen.wordpress.com/234/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/lassekarstensen.wordpress.com/234/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/lassekarstensen.wordpress.com/234/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/lassekarstensen.wordpress.com/234/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/lassekarstensen.wordpress.com/234/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/lassekarstensen.wordpress.com/234/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/lassekarstensen.wordpress.com/234/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/lassekarstensen.wordpress.com/234/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lassekarstensen.wordpress.com&amp;blog=17459166&amp;post=234&amp;subd=lassekarstensen&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://lassekarstensen.wordpress.com/2011/01/16/mutt-folders-in-gmail/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/5696629f366921322b453b39d4bc5aab?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">lkarsten</media:title>
		</media:content>
	</item>
		<item>
		<title>Omron V3TU-1K magnetic card reader</title>
		<link>http://lassekarstensen.wordpress.com/2011/01/02/omron-v3tu-1k-magnetic-card-reader/</link>
		<comments>http://lassekarstensen.wordpress.com/2011/01/02/omron-v3tu-1k-magnetic-card-reader/#comments</comments>
		<pubDate>Sun, 02 Jan 2011 11:16:32 +0000</pubDate>
		<dc:creator>Lasse Karstensen</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://lassekarstensen.wordpress.com/?p=226</guid>
		<description><![CDATA[This weeks Sunday activity: playing around with an Omron V3TU-1K magnetic card reader with USB interface. Second (or third, fourh .. ) hand, and of course no drivers to be found anywhere. [15293.788217] usb 4-1: new low speed USB device &#8230; <a href="http://lassekarstensen.wordpress.com/2011/01/02/omron-v3tu-1k-magnetic-card-reader/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lassekarstensen.wordpress.com&amp;blog=17459166&amp;post=226&amp;subd=lassekarstensen&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>This weeks Sunday activity: playing around with an Omron V3TU-1K magnetic card reader with USB interface.</p>
<p>Second (or third, fourh .. ) hand, and of course no drivers to be found anywhere.</p>
<p>[15293.788217] usb 4-1: new low speed USB device using uhci_hcd and address 2<br />
[15293.970485] usb 4-1: configuration #1 chosen from 1 choice<br />
[15293.989256] input: TOPRE CO.,Ltd. USB &#8211; CardReader         as /devices/pci0000:00/0000:00:1d.2/usb4/4-1/4-1:1.0/input/input16<br />
[15293.989435] generic-usb 0003:0853:0001.0004: input,hidraw0: USB HID v1.00 Keyboard [TOPRE CO.,Ltd. USB - CardReader        ] on usb-0000:00:1d.2-1/input0<br />
﻿</p>
<p>No help to be found (nor any contact email addresses??) at Topre&#8217;s web pages.  http://www.topre.co.jp/e/products/comp/index.html .</p>
<p><strong>UPDATE:</strong></p>
<p>After contacting Omron Europe, I finally got drivers for it from <a href="http://www.cetwinservice.se/">Cetwin Service </a>which seems to still have support for these. To spare them the extra work I&#8217;ve put the driver zip file up on the web <a href="http://samfundet.no/~lkarsten/omron-driver-v3tu/">here</a>. Since the reader is very old and probably not in sale anywhere any more, this shouldn&#8217;t hurt anyones feelings.</p>
<p>In the end my reader was unable to read a single card. It is detected in Windows and seems to work, but any card I try to read it just beeps and flashes unreadable.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/lassekarstensen.wordpress.com/226/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/lassekarstensen.wordpress.com/226/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/lassekarstensen.wordpress.com/226/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/lassekarstensen.wordpress.com/226/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/lassekarstensen.wordpress.com/226/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/lassekarstensen.wordpress.com/226/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/lassekarstensen.wordpress.com/226/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/lassekarstensen.wordpress.com/226/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/lassekarstensen.wordpress.com/226/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/lassekarstensen.wordpress.com/226/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/lassekarstensen.wordpress.com/226/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/lassekarstensen.wordpress.com/226/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/lassekarstensen.wordpress.com/226/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/lassekarstensen.wordpress.com/226/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lassekarstensen.wordpress.com&amp;blog=17459166&amp;post=226&amp;subd=lassekarstensen&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://lassekarstensen.wordpress.com/2011/01/02/omron-v3tu-1k-magnetic-card-reader/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/5696629f366921322b453b39d4bc5aab?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">lkarsten</media:title>
		</media:content>
	</item>
	</channel>
</rss>
