<?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>rullzer &#187; Gentoo</title>
	<atom:link href="http://rullzer.com/blog/category/linux/gentoo/feed/" rel="self" type="application/rss+xml" />
	<link>http://rullzer.com/blog</link>
	<description>an experience beyond</description>
	<lastBuildDate>Sat, 19 Mar 2011 07:59:59 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1</generator>
		<item>
		<title>GPG key singing with pictures</title>
		<link>http://rullzer.com/blog/2011/02/03/gpg-key-singing-with-pictures/</link>
		<comments>http://rullzer.com/blog/2011/02/03/gpg-key-singing-with-pictures/#comments</comments>
		<pubDate>Thu, 03 Feb 2011 13:31:09 +0000</pubDate>
		<dc:creator><span property="dc:creator" resource="http://rullzer.com/blog/2011/02/03/gpg-key-singing-with-pictures/">rullzer</span></dc:creator>
				<category><![CDATA[Cryptography]]></category>
		<category><![CDATA[Gentoo]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Programming things]]></category>
		<category><![CDATA[gnupg]]></category>
		<category><![CDATA[gpg]]></category>
		<category><![CDATA[keysinging]]></category>

		<guid isPermaLink="false">http://rullzer.com/blog/?p=265</guid>
		<description><![CDATA[Yesterday evening, at a friend birthdayparty, I had an interesting discussion with some people about GPG keysinging (you know the usual birthday-talk-stuff). And the main questions was `why do we do &#8220;official&#8221; ID verification for the web of trust?` A GPG key contains too little information to make chekking against a government ID usefull. There [...]]]></description>
			<content:encoded><![CDATA[<p>Yesterday evening, at a friend birthdayparty, I had an interesting discussion with some people about GPG keysinging (you know the usual birthday-talk-stuff). And the main questions was `why do we do &#8220;official&#8221; ID verification for the <a href="http://en.wikipedia.org/wiki/Web_of_trust">web of trust</a>?` A GPG key contains too little information to make chekking against a government ID usefull. There are many many people with the same name so the only thing you actually verify is the name on this ID matches the name of the identities that I am signing, but that is not really what you are interested in for the web of trust. Since can&#8217;t I be part of the web of trust if I have a nickname listed as my identity? Or what if the name of the identity is Joe but the name of the ID is Joseph? The thing we really want to establish in the web of trust is to know that the key that you sign actually belongs to the person that claims that it is his key.</p>
<h2>The solution</h2>
<p>The solution we came up with is actually very simple and already possible with GPG anyway. You attach a photo to your public key! This ways if you (in person) claim that the key belongs to you (you say the fingerprint is correct or whatever) the person that wants to sign your key can check (live) to see if the photo attached to the key is really you. Of course this will require yout to update the photo every once in a while. And well since you only have your private key (or at least I hope that is the case) you are the only person that can add (or replace) the photo in your key.</p>
<p>A nice side effect is that you don&#8217;t have to show your ID to a lot of people (which could be a problem to some).</p>
<h2>Remarks</h2>
<p>I can&#8217;t really think of any reason (right now) why this would be less secure than checkking an official ID. But maybe someone can?</p>
]]></content:encoded>
			<wfw:commentRss>http://rullzer.com/blog/2011/02/03/gpg-key-singing-with-pictures/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>XMPP: publish-subscribe: RSS as it should be!</title>
		<link>http://rullzer.com/blog/2011/01/30/xmpp-publish-subscribe-rss-as-it-should-be/</link>
		<comments>http://rullzer.com/blog/2011/01/30/xmpp-publish-subscribe-rss-as-it-should-be/#comments</comments>
		<pubDate>Sun, 30 Jan 2011 08:35:06 +0000</pubDate>
		<dc:creator><span property="dc:creator" resource="http://rullzer.com/blog/2011/01/30/xmpp-publish-subscribe-rss-as-it-should-be/">rullzer</span></dc:creator>
				<category><![CDATA[Daily news]]></category>
		<category><![CDATA[Gentoo]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Programming things]]></category>
		<category><![CDATA[Jabber]]></category>
		<category><![CDATA[publish-subscribe]]></category>
		<category><![CDATA[rss]]></category>
		<category><![CDATA[xep]]></category>
		<category><![CDATA[xmpp]]></category>

		<guid isPermaLink="false">http://rullzer.com/blog/?p=257</guid>
		<description><![CDATA[Over the last week I have been reading up on xmpp, I started out with reading two RFC&#8217;s: 3920 and 3921. These gave me a more in depth understanding of xmpp. However I am mostly interested in the publish/subscribe extension for xmpp (XEP-0060). Publish/subscribe can be used for a lot more (see XEP-0163) but one [...]]]></description>
			<content:encoded><![CDATA[<p>Over the last week I have been reading up on <a href="http://xmpp.org">xmpp</a>, I started out with reading two RFC&#8217;s: <a href="http://www.ietf.org/rfc/rfc3920.txt">3920</a> and <a href="http://www.ietf.org/rfc/rfc3921.txt">3921</a>. These gave me a more in depth understanding of xmpp. However I am mostly interested in the <a href="http://en.wikipedia.org/wiki/Publish/subscribe">publish/subscribe</a> extension for xmpp (<a href="http://xmpp.org/extensions/xep-0060.html">XEP-0060</a>).</p>
<p>Publish/subscribe can be used for a lot more (see <a href="http://xmpp.org/extensions/xep-0163.html">XEP-0163</a>) but one of the most logical implementations to start with would be publish/subscribe as a rss-polling replacement. Right now a lot of people get updates for a website via an <a href="http://en.wikipedia.org/wiki/News_aggregator">aggregator</a>, this basically works by fetching an rss or atom file on a given interval and then parsing the result.  Lets say your interval is 1 hour, then a worst case senario would be that you get the update 59 minutes later than it is published. A &#8220;solution&#8221; would be to set the interval to 1 minute. However this creates unessesarry bandwidth (and load) to the server.</p>
<p>For all this publish-subscribe seems to be the solution. The best way to see it is as a one-way chat. When a news items (or blog post or whatever) is post an item is published to a node. That node then sends out the notification to all subscribed clients. It is clean and simple (for a more in depth explanation you should read the <a href="http://xmpp.org/extensions/xep-0060.html">XEP</a> or google a bit!).</p>
<p>Now it would be awesome to see this implemented in some aggregator (especially <a href="http://userbase.kde.org/Akregator">Akregator</a> since I am a <a href="http://kde.org">kde</a>-man), of course that would have to be done in such a way that I can use my existing JID (Jabber-ID) but that it does not appear online or receives other messages. </p>
<p>I think a good way to start is for me just to check-out the sources of Akregator, yet another project <img src='http://rullzer.com/blog/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://rullzer.com/blog/2011/01/30/xmpp-publish-subscribe-rss-as-it-should-be/feed/</wfw:commentRss>
		<slash:comments>11</slash:comments>
		</item>
		<item>
		<title>bash.org rss feed is working again!</title>
		<link>http://rullzer.com/blog/2011/01/25/bash-org-rss-feed-is-working-again/</link>
		<comments>http://rullzer.com/blog/2011/01/25/bash-org-rss-feed-is-working-again/#comments</comments>
		<pubDate>Tue, 25 Jan 2011 20:19:12 +0000</pubDate>
		<dc:creator><span property="dc:creator" resource="http://rullzer.com/blog/2011/01/25/bash-org-rss-feed-is-working-again/">rullzer</span></dc:creator>
				<category><![CDATA[Gentoo]]></category>
		<category><![CDATA[Programming things]]></category>
		<category><![CDATA[Site]]></category>
		<category><![CDATA[Bash.org]]></category>
		<category><![CDATA[rss]]></category>

		<guid isPermaLink="false">http://rullzer.com/blog/?p=252</guid>
		<description><![CDATA[Since my webhost had a php upgrade some the php scripts that generates the bash.org rss feed did not work any more. However after some minor fixes it now works like a charm again!]]></description>
			<content:encoded><![CDATA[<p>Since my webhost had a php upgrade some the php scripts that generates the <a href="http://bash.org">bash.org</a> <a href="http://rullzer.com/bash/bash.rss">rss feed</a> did not work any more. However after some minor fixes it now works like a charm again!</p>
]]></content:encoded>
			<wfw:commentRss>http://rullzer.com/blog/2011/01/25/bash-org-rss-feed-is-working-again/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>QR Wifi code</title>
		<link>http://rullzer.com/blog/2011/01/24/qr-wifi-code/</link>
		<comments>http://rullzer.com/blog/2011/01/24/qr-wifi-code/#comments</comments>
		<pubDate>Mon, 24 Jan 2011 21:47:17 +0000</pubDate>
		<dc:creator><span property="dc:creator" resource="http://rullzer.com/blog/2011/01/24/qr-wifi-code/">rullzer</span></dc:creator>
				<category><![CDATA[Gentoo]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[QR]]></category>
		<category><![CDATA[wifi]]></category>

		<guid isPermaLink="false">http://rullzer.com/blog/?p=248</guid>
		<description><![CDATA[I was looking around in the world of QR Code today and found that you can share your WiFi (SSID, password and network type) via a QR code! It works flawless on android and probably also on other platforms. Will safe me a lot of time to tell people the password every time! Go to [...]]]></description>
			<content:encoded><![CDATA[<p>I was looking around in the world of <a href="http://en.wikipedia.org/wiki/QR_Code">QR Code</a> today and found that you can share your WiFi (SSID, password and network type) via a QR code! It works flawless on android and probably also on other platforms. Will safe me a lot of time to tell people the password every time!</p>
<ol>
<li>Go to a QR code generator site (I used <a href="http://keremerkan.net/qr-code-and-2d-code-generator/">this one</a>&#8220;).</li>
<li>Choose &#8220;WiFi Network for Android&#8221; from the drop down list.</li>
<li>Fill in you network details and export (to SVG of course since vector graphics rule!).</li>
<li>Print the code and put it on the refrigerator or something <img src='http://rullzer.com/blog/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> .</li>
<li>Let your friends scan the code.</li>
</ol>
<p>Awesome stuff those QR codes!</p>
]]></content:encoded>
			<wfw:commentRss>http://rullzer.com/blog/2011/01/24/qr-wifi-code/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>FOSDEM 2011</title>
		<link>http://rullzer.com/blog/2011/01/24/fosdem-2011/</link>
		<comments>http://rullzer.com/blog/2011/01/24/fosdem-2011/#comments</comments>
		<pubDate>Mon, 24 Jan 2011 20:49:06 +0000</pubDate>
		<dc:creator><span property="dc:creator" resource="http://rullzer.com/blog/2011/01/24/fosdem-2011/">rullzer</span></dc:creator>
				<category><![CDATA[Daily news]]></category>
		<category><![CDATA[Gentoo]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[FOSDEM]]></category>

		<guid isPermaLink="false">http://rullzer.com/blog/?p=243</guid>
		<description><![CDATA[This year I will be attending FOSDEM! Together with Sander and Daan I will be in Brussel from Saturday morning till Sunday evening! I am very excited and really looking forward to all the talks and discussion with everyone! Now I finally get to put the famous button on my own website: See you all [...]]]></description>
			<content:encoded><![CDATA[<p>This year I will be attending <a href="http://fosdem.org">FOSDEM</a>! Together with <a href="http://knopper.tk">Sander</a> and <a href="http://daanstaudt.nl">Daan</a> I will be in Brussel from Saturday morning till Sunday evening! I am very excited and really looking forward to all the talks and discussion with everyone!</p>
<p>Now I finally get to put the famous button on my own website:<br />
<a href="http://www.fosdem.org"><img src="http://www.fosdem.org/promo/going-to" alt="I'm going to FOSDEM, the Free and Open Source Software Developers' European Meeting" /></a></p>
<p>See you all at <a href="http://fosdem.org">FOSDEM</a>!</p>
]]></content:encoded>
			<wfw:commentRss>http://rullzer.com/blog/2011/01/24/fosdem-2011/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>bluedevil-1.0 and libbluedevil-1.8-1 ebuilds</title>
		<link>http://rullzer.com/blog/2010/11/13/bluedevil-1-0-and-libbluedevil-1-8-1-ebuilds/</link>
		<comments>http://rullzer.com/blog/2010/11/13/bluedevil-1-0-and-libbluedevil-1-8-1-ebuilds/#comments</comments>
		<pubDate>Sat, 13 Nov 2010 18:37:47 +0000</pubDate>
		<dc:creator><span property="dc:creator" resource="http://rullzer.com/blog/2010/11/13/bluedevil-1-0-and-libbluedevil-1-8-1-ebuilds/">rullzer</span></dc:creator>
				<category><![CDATA[Gentoo]]></category>
		<category><![CDATA[bluedevil]]></category>
		<category><![CDATA[Bluetooth]]></category>
		<category><![CDATA[ebuild]]></category>

		<guid isPermaLink="false">http://rullzer.com/blog/?p=225</guid>
		<description><![CDATA[Yesterday I found myself with some free time and still no nice bluetooth programs in my kde-4.5.2 setup. And since yesterday bluedevil-1.0 was released it sounded like good time to try it out and fix some ebuilds. So if you go to the gentoo bugzilla and then navigate to bug #345239 you will find two [...]]]></description>
			<content:encoded><![CDATA[<p>Yesterday I found myself with some free time and still no nice bluetooth programs in my kde-4.5.2 setup. And since yesterday <a href="http://blog.ereslibre.es/?p=281">bluedevil-1.0</a> was released it sounded like good time to try it out and fix some ebuilds.</p>
<p>So if you go to the <a href="https://bugs.gentoo.org">gentoo bugzilla</a> and then navigate to <a href="https://bugs.gentoo.org/show_bug.cgi?id=345239">bug #345239</a> you will find two &#8220;quick-and-dirty&#8221; ebuilds. But they work <img src='http://rullzer.com/blog/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p>So if you want bluetooth in your kde, check them out and if you have the skills and time improve the ebuilds.</p>
]]></content:encoded>
			<wfw:commentRss>http://rullzer.com/blog/2010/11/13/bluedevil-1-0-and-libbluedevil-1-8-1-ebuilds/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>HP Network Printer</title>
		<link>http://rullzer.com/blog/2010/10/31/hp-network-printer/</link>
		<comments>http://rullzer.com/blog/2010/10/31/hp-network-printer/#comments</comments>
		<pubDate>Sun, 31 Oct 2010 10:43:20 +0000</pubDate>
		<dc:creator><span property="dc:creator" resource="http://rullzer.com/blog/2010/10/31/hp-network-printer/">rullzer</span></dc:creator>
				<category><![CDATA[Annoying things]]></category>
		<category><![CDATA[Daily news]]></category>
		<category><![CDATA[Gentoo]]></category>
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://rullzer.com/blog/?p=217</guid>
		<description><![CDATA[Yesterday my good old HP Deskjet 5440 died on me But after almost 4 years of great service it was his time. I needed to print something so I went and bought a new printer. The shiny HP Deskjet 3050, it is a so called &#8220;All-in-one&#8221;&#8230; which basically means I can copy at home now [...]]]></description>
			<content:encoded><![CDATA[<p>Yesterday my good old HP Deskjet 5440 died on me <img src='http://rullzer.com/blog/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' />  But after almost 4 years of great service it was his time. I needed to print something so I went and bought a new printer. The shiny HP Deskjet 3050, it is a so called &#8220;All-in-one&#8221;&#8230; which basically means I can copy at home now <img src='http://rullzer.com/blog/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' />  Now the printer is equipped with wifi ( I did not really care about that but since it has wifi I will of course use it <img src='http://rullzer.com/blog/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' />  )</p>
<p>Installing the printer on my girlfriends windows machine was relatively straight forward, but I still do not uderstand why I would need a 50mb download for some printer drivers?</p>
<p>Installing on my laptop was also made easy thanks to <a hre="http://packages.gentoo.org/package/net-print/hplip">hplip</a>. However I could not print! My cups log had the following message:</p>
<p><code>/usr/libexec/cups/backend/hp failed</code></p>
<p>Which is not that clear at all. Enabling debug loglevel in cups did not make things any clearer. After a lot of googling I found someone suggesting to install avahi. Which indeed is the solution!</p>
<p>So now I am happily printing! And will not try to get scanning up and running <img src='http://rullzer.com/blog/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://rullzer.com/blog/2010/10/31/hp-network-printer/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Developing for Android on AMD64</title>
		<link>http://rullzer.com/blog/2010/08/14/developing-for-android-on-amd64/</link>
		<comments>http://rullzer.com/blog/2010/08/14/developing-for-android-on-amd64/#comments</comments>
		<pubDate>Sat, 14 Aug 2010 12:40:03 +0000</pubDate>
		<dc:creator><span property="dc:creator" resource="http://rullzer.com/blog/2010/08/14/developing-for-android-on-amd64/">rullzer</span></dc:creator>
				<category><![CDATA[Gentoo]]></category>
		<category><![CDATA[Hardware]]></category>
		<category><![CDATA[Programming things]]></category>
		<category><![CDATA[android]]></category>
		<category><![CDATA[chroot]]></category>
		<category><![CDATA[multilib]]></category>

		<guid isPermaLink="false">http://rullzer.com/blog/?p=213</guid>
		<description><![CDATA[The last couple of days I have done some coding for Android. All my resentment towards java is coming back but getting some cool mobile app requires sacrifices! But I do not want to write about java today. The problem I encountered when installing the Android SDK is that the some of the programs won&#8217;t [...]]]></description>
			<content:encoded><![CDATA[<p>The last couple of days I have done some coding for Android. All my resentment towards java is coming back but getting some cool mobile app requires sacrifices! But I do not want to write about java today.</p>
<p>The problem I encountered when installing the Android SDK is that the some of the programs won&#8217;t run on non-multilib AMD64 installations. This is really annoying since I do not want to have 32bit libraries on my system (it is matter of principals!). But linux to the rescue! A simple multilib chroot allows me to compile and deploy my android apps!</p>
<p>Mounting (with bind) the source directory allows me to code in my normal env while compiling in the chroot. Which is not a big thing for me since I code in VIM but for IDE users this might be an advantage!</p>
<p>So for all native AMD64 users there is hope! But it would be better for the Android devs to fix the binaries!</p>
]]></content:encoded>
			<wfw:commentRss>http://rullzer.com/blog/2010/08/14/developing-for-android-on-amd64/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
		<item>
		<title>qbook</title>
		<link>http://rullzer.com/blog/2010/04/25/qbook/</link>
		<comments>http://rullzer.com/blog/2010/04/25/qbook/#comments</comments>
		<pubDate>Sun, 25 Apr 2010 15:28:06 +0000</pubDate>
		<dc:creator><span property="dc:creator" resource="http://rullzer.com/blog/2010/04/25/qbook/">rullzer</span></dc:creator>
				<category><![CDATA[Gentoo]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Programming things]]></category>
		<category><![CDATA[facebook]]></category>
		<category><![CDATA[qbook]]></category>
		<category><![CDATA[qfacebookconnect]]></category>
		<category><![CDATA[Qt]]></category>

		<guid isPermaLink="false">http://rullzer.com/blog/?p=206</guid>
		<description><![CDATA[This morning I was up rather early (well not that early but the others were still asleep ). So I decided to do a little coding and came up with a very simple Qt desktop client for facebook. Since it would of course be nice to have client sitting in your task bar showing new [...]]]></description>
			<content:encoded><![CDATA[<p>This morning I was up rather early (well not that early but the others were still asleep <img src='http://rullzer.com/blog/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' />  ). So I decided to do a little coding and came up with a very simple <a href="http://qt.nokia.com">Qt</a> desktop client for <a href="http://facebook.com">facebook</a>. Since it would of course be nice to have client sitting in your task bar showing new notifications, later this can be extended but for now that will do.</p>
<p>All this was created in a about an hour but would not have been possible without <a href="http://gitorious.org/qfacebookconnect">qfacebookconnect</a>.</p>
<p>It is far from finished and no notifications are really visible yet but a nice start is made (not bad for 45 minutes coding). See the git repository of <a href="http://gitorious.org/qbook">qbook</a> if you want to take a peak, all paths are currently hard coded so you will need to do a little hacking, this is mainly because qfacebookconnect is not yet in portage so I can properly link to it.</p>
<p>Maybe next time when I am up early I will first fix an ebuild for that one <img src='http://rullzer.com/blog/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://rullzer.com/blog/2010/04/25/qbook/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>OpenVPN on OpenWRT with ethernet-bridging</title>
		<link>http://rullzer.com/blog/2009/12/13/openvpn-on-openwrt-with-ethernet-bridging/</link>
		<comments>http://rullzer.com/blog/2009/12/13/openvpn-on-openwrt-with-ethernet-bridging/#comments</comments>
		<pubDate>Sun, 13 Dec 2009 17:30:44 +0000</pubDate>
		<dc:creator><span property="dc:creator" resource="http://rullzer.com/blog/2009/12/13/openvpn-on-openwrt-with-ethernet-bridging/">rullzer</span></dc:creator>
				<category><![CDATA[Gentoo]]></category>
		<category><![CDATA[Hardware]]></category>
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://rullzer.com/blog/?p=179</guid>
		<description><![CDATA[This weekend I finally updated the router (Linksys WRT54GL) to OpenWRT-8.09.1. I was running 7.07 so it was about time. This means I moved form a 2.4 kernel to a 2.6 kernel. It seems there are still some problems with the wifi but we have a dedicated acces point for that. Which means the required [...]]]></description>
			<content:encoded><![CDATA[<p>This weekend I finally updated the router (Linksys <a href="http://en.wikipedia.org/wiki/Linksys_WRT54G_series#WRT54GL">WRT54GL</a>) to <a href="http://openwrt.org/">OpenWRT-8.09.1</a>. I was running 7.07 so it was about time. This means I moved form a 2.4 kernel to a 2.6 kernel. </p>
<p>It seems there are still some problems with the wifi but we have a dedicated acces point for that. Which means the required software is not even installed on the router. This is a good thing since there is very limit storage on the router.</p>
<p>While I was playing with the router I wanted to, finally, get <a href="http://openvpn.net/">OpenVPN</a> running on it. Not that I really need the VPN but it is a matter of principles! So I started out with the <a href="http://openvpn.net/index.php/open-source/documentation/howto.html">OpenVPN Howto</a> which guides your pretty much trough the whole setup. </p>
<p>However since room on the openwrt is limited, the easy-rsa (for key generation and signing) is not included. So I used my server to generate the keys and certs.</p>
<p>The ethernet-bridging is not necessary in my scenario but it seems the best way to go, espessialy since I want to implement it for some people that want to browse the samba shares. It is however important to note that you should have different local subnet and remote subnet.</p>
<p>So a productive weekend. It still feels cool that the router (which coasts only 55 euro&#8217;s) can be pimped so you can ssh to it, work with IPtables and act as an OpenVPN server! Embedded linux rocks <img src='http://rullzer.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://rullzer.com/blog/2009/12/13/openvpn-on-openwrt-with-ethernet-bridging/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>

