<?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>General Settings &#187; freifunk</title>
	<atom:link href="http://blog.dd19.de/~alx/tag/freifunk/feed/" rel="self" type="application/rss+xml" />
	<link>https://blog.dd19.de/~alx</link>
	<description>freifunk, piratenpartei und polyamorie</description>
	<lastBuildDate>Sat, 04 Feb 2012 13:34:07 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>boot_wait on atheros &#8211; part2</title>
		<link>https://blog.dd19.de/~alx/2010/10/boot_wait-on-atheros-part2/</link>
		<comments>https://blog.dd19.de/~alx/2010/10/boot_wait-on-atheros-part2/#comments</comments>
		<pubDate>Thu, 28 Oct 2010 14:51:57 +0000</pubDate>
		<dc:creator>alx</dc:creator>
				<category><![CDATA[freifunk]]></category>
		<category><![CDATA[hardware]]></category>
		<category><![CDATA[miscellaneous]]></category>
		<category><![CDATA[network]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[dir-300]]></category>
		<category><![CDATA[dir300]]></category>
		<category><![CDATA[nanostation]]></category>
		<category><![CDATA[redboot]]></category>
		<category><![CDATA[tftp]]></category>
		<category><![CDATA[ubnt]]></category>

		<guid isPermaLink="false">http://blog.dd19.de/~alx/?p=242</guid>
		<description><![CDATA[How to flash a redboot on a ubnt nanostation-2 from remote. <a href="https://blog.dd19.de/~alx/2010/10/boot_wait-on-atheros-part2/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Ok, i&#8217;ve got a redboot on a bunch of nanostations, but this does not help with my existing nanostations on the roof.</p>
<p>Usually, i brick my nanos with experimental firmware images and have to climb &#8230;.</p>
<p>So i want a tftp-boot_wait redbook on my roof without climbing up there. I have to flash it from my livingroom.</p>
<p>step1: brick my dir-300</p>
<p>Before flashing my redboot from inside openwrt on my nano, i prefer to test with cheap hardware, in this case a dir-300 from d-link, which is a pain in the ass anyway, as i need the terrible dir300flash util or telnet into redboot. A little bit of research showed up, that the redboot on openwrt is NOT writeprotected by the kernel. So after copying <a title="dir-300 redboot image" href="http://mirror2.openwrt.org/ar231x-redboot/dir300.rom">dir300.rom</a> to /tmp of my dir, a simple</p>
<p>mtd write /tmp/dir300.rom RedBoot</p>
<p>wrote the image into the bootblock. After a reboot, the dir was waiting for tftp on 192.168.1.1.</p>
<p>The next step was the nanostation, in this case i used <a title="ubnt nanostation-2 redboot" href="http://mirror2.openwrt.org/ar231x-redboot/ubnt_ns2.rom">ubnt_ns2.rom</a> and did everything like before.</p>
<p>It worked and now i got a new firmware on my rooftop-nano and will hopefully never go up there for a firmware update.</p>
]]></content:encoded>
			<wfw:commentRss>https://blog.dd19.de/~alx/2010/10/boot_wait-on-atheros-part2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>redboot mit boot_wait und tftp</title>
		<link>https://blog.dd19.de/~alx/2010/10/redboot-mit-boot_wait-und-tftp/</link>
		<comments>https://blog.dd19.de/~alx/2010/10/redboot-mit-boot_wait-und-tftp/#comments</comments>
		<pubDate>Tue, 26 Oct 2010 16:37:32 +0000</pubDate>
		<dc:creator>alx</dc:creator>
				<category><![CDATA[freifunk]]></category>
		<category><![CDATA[hardware]]></category>
		<category><![CDATA[miscellaneous]]></category>
		<category><![CDATA[network]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[bootwait]]></category>
		<category><![CDATA[openwrt]]></category>
		<category><![CDATA[redboot]]></category>

		<guid isPermaLink="false">http://blog.dd19.de/~alx/?p=227</guid>
		<description><![CDATA[My dear friend nbd did some redboot modifications some time ago and now he ported it to ubnt nanostation-2 and Bullet-2. The Problem: whenever i brick a nanostation or bullet, i have to climb to the roof and press the &#8230; <a href="https://blog.dd19.de/~alx/2010/10/redboot-mit-boot_wait-und-tftp/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>My dear friend <a title="Felix Fietkaus Blog" href="http://nbd.name/blog/">nbd</a> did some redboot modifications some time ago and now he ported it to ubnt nanostation-2 and Bullet-2.</p>
<p>The Problem: whenever i brick a nanostation or bullet, i have to climb to the roof and press the resetbutton to reflash the device. During cold and windy evenings, it is an experience you do not want to repeat.</p>
<p>An old Linksys WRT-54gl has a nvram variable called boot_wait, if it is enabled, you have 5 seconds to send a firmware image via tftp, so you just powerccle your device and send a new firmware after bricking it. As most devices on the roof are powered over ethernet, you can do this without climbing on the roof.</p>
<p>So nbd patched a Redboot to do the same and i will decribe how to flash the bootloader via the serial console.</p>
<p>First, get your tftpserver up and running, serving the files from <a href="http://blog.dd19.de/~alx/wp-content/uploads/2010/10/redboot-ar231x.tar.gz">redboot-ar231x.tar</a> or the <a title="boot_wait redboot" href="http://mirror2.openwrt.org/ar231x-redboot/">openwrt-mirror</a>. Test your tftpserver. I have my tftpserver running on 192.168.1.34, feel free to change the address and chage it in the example.</p>
<p>Connect your serial console, 9600 baud, i usually use screen as a terminal programm.</p>
<p>Plug your device in and press ctrl-c as soon as the message &#8220;== Executing boot script in 1.000 seconds &#8211; enter ^C to abort&#8221; comes.</p>
<p>now, issue following commands:</p>
<div id="_mcePaste">ip_address -l 192.168.1.20/24 -h 192.168.1.34</div>
<div id="_mcePaste">fis init</div>
<div id="_mcePaste">load -r -b %{FREEMEMLO} ubnt_ns2.rom</div>
<div id="_mcePaste">fis create RedBoot</div>
<p>After this, use &#8220;reset&#8221; or powercycle the device and it should expect a new firmwareimage via tftp. Use the <a title="openwrt atheros image" href="http://downloads.openwrt.org/backfire/10.03/atheros/openwrt-atheros-combined.squashfs.img">openwrt combined image</a>.</p>
]]></content:encoded>
			<wfw:commentRss>https://blog.dd19.de/~alx/2010/10/redboot-mit-boot_wait-und-tftp/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>FSA Interview</title>
		<link>https://blog.dd19.de/~alx/2010/09/fsa-interview/</link>
		<comments>https://blog.dd19.de/~alx/2010/09/fsa-interview/#comments</comments>
		<pubDate>Tue, 14 Sep 2010 14:35:51 +0000</pubDate>
		<dc:creator>alx</dc:creator>
				<category><![CDATA[outside]]></category>
		<category><![CDATA[party]]></category>
		<category><![CDATA[piraten]]></category>
		<category><![CDATA[politics]]></category>
		<category><![CDATA[freifunk]]></category>
		<category><![CDATA[FSA]]></category>
		<category><![CDATA[lqfb]]></category>

		<guid isPermaLink="false">http://blog.dd19.de/~alx/?p=219</guid>
		<description><![CDATA[Dirk vom Piratencast Sachsen hat ein kurzes Interview mit mir eingefangen, am Rande der diesjährigen Freiheit statt Angst Demo, mein Part geht Minute 11:31 los.]]></description>
			<content:encoded><![CDATA[<p>Dirk vom <a href="http://pcast-sn.neu3no.de/">Piratencast Sachsen</a> hat ein kurzes <a title="Interview" href="http://pcast-sn.neu3no.de/?p=226">Interview</a> mit mir eingefangen, am Rande der diesjährigen<a title="FSA" href="http://www.freiheitstattangst.de/"> Freiheit statt Angst Demo</a>, mein Part geht Minute 11:31 los.</p>
]]></content:encoded>
			<wfw:commentRss>https://blog.dd19.de/~alx/2010/09/fsa-interview/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>learned on the 26c3</title>
		<link>https://blog.dd19.de/~alx/2010/01/learned-on-the-26c3/</link>
		<comments>https://blog.dd19.de/~alx/2010/01/learned-on-the-26c3/#comments</comments>
		<pubDate>Tue, 12 Jan 2010 15:07:09 +0000</pubDate>
		<dc:creator>alx</dc:creator>
				<category><![CDATA[ccc]]></category>
		<category><![CDATA[freifunk]]></category>
		<category><![CDATA[network]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[6mesh]]></category>
		<category><![CDATA[ipv6]]></category>
		<category><![CDATA[mesh]]></category>
		<category><![CDATA[openwrt]]></category>
		<category><![CDATA[routing]]></category>
		<category><![CDATA[wireless]]></category>

		<guid isPermaLink="false">http://blogs.k-ita.de/~alx/?p=182</guid>
		<description><![CDATA[Hi, 26c3 is over and we had quite some experiments going on. Not everything went good, but we learned a lot: babel did not survive the hack-center. ahcp did survive. measurement needs to be improved That does not sound much, &#8230; <a href="https://blog.dd19.de/~alx/2010/01/learned-on-the-26c3/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Hi,<br />
26c3 is over and we had quite some experiments going on. Not everything went good, but we learned a lot:</p>
<ul>
<li>babel did not survive the hack-center.</li>
<li>ahcp did survive.</li>
<li>measurement needs to be improved</li>
</ul>
<p>That does not sound much, but i think it&#8217;s valuable information as we can now concentrate on some things and forget the other.</p>
<p>Openimp did not run good, it had a memory leak we got not fixed during 26c3, so the router kept rebooting after a few minutes.<br />
Babel also hat real trouble, it ate up a lot of cpu and memory, it felt like olsr 3 years ago.<br />
A few harddrives did not survive the heat of colo, so a part of the topology data are maybe lost.<br />
Firmware building and development did work quite good, but could be better, that was mainly my verpeilung, there is room for improvement.</p>
<p>I will continiue the tests in my local mesh neighbourhood without babel and without ipv4 based olsr, so expect more firmware builds soon.</p>
]]></content:encoded>
			<wfw:commentRss>https://blog.dd19.de/~alx/2010/01/learned-on-the-26c3/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Piratenfreifunk in Aachen?</title>
		<link>https://blog.dd19.de/~alx/2009/08/piratenfreifunk-in-aachen/</link>
		<comments>https://blog.dd19.de/~alx/2009/08/piratenfreifunk-in-aachen/#comments</comments>
		<pubDate>Sun, 30 Aug 2009 22:21:28 +0000</pubDate>
		<dc:creator>alx</dc:creator>
				<category><![CDATA[freifunk]]></category>
		<category><![CDATA[piraten]]></category>
		<category><![CDATA[politics]]></category>
		<category><![CDATA[wlan]]></category>

		<guid isPermaLink="false">http://blogs.k-ita.de/~alx/?p=174</guid>
		<description><![CDATA[Nach dem er mit einem Wahlergebnis von 1.77% in den Aachener Stadtrat gewählt wurde, erklärte der Piratenratherr  Thomas Gerger unter anderem: &#8220;Im Rat will er sich stark machen für mehr Transparenz in der Verwaltung und ein offenes WLAN in der &#8230; <a href="https://blog.dd19.de/~alx/2009/08/piratenfreifunk-in-aachen/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Nach dem er mit einem Wahlergebnis von 1.77% in den Aachener Stadtrat gewählt wurde, <a title="pressemitteilung piraten" href="http://www.piratenpartei.de/Pressemitteilung/Zwei_Stadtratssitze_Münster_Aachen_Fast_Verdoppelung_der_Stimmen_in_Sachsen">erklärte</a> der Piratenratherr  Thomas Gerger unter anderem: &#8220;Im Rat will er sich stark machen für mehr Transparenz in der Verwaltung und ein offenes WLAN in der Stadt.&#8221;</p>
<p>Das währe ja die perfekte Gelegenheit, in Aachen gleich mit <a title="Piratenfreifunk" href="http://wiki.piratenpartei.de/BE:Squads/Piratenfreifunk/Sympathisanten">Piratenfreifunk</a> zu beginnen und das Stadtweite Wlan gleich <a title="Freifunk Startseite" href="http://start.freifunk.net/">Freifunk</a> kompatibel nach <a title="Deutsche Version vom pico peering agreement" href="http://picopeer.net/PPA-de.html">pico peering agreement</a> zu gestalten.</p>
<p>Nun Herr Pirat, zeigen sie Flagge für freie <a title="Freie Bürgerdatennetze" href="http://wiki.piratenpartei.de/Buergerdatennetze">Bürgerdatennetze</a>.</p>
]]></content:encoded>
			<wfw:commentRss>https://blog.dd19.de/~alx/2009/08/piratenfreifunk-in-aachen/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Piratenfreifunk in progress</title>
		<link>https://blog.dd19.de/~alx/2009/08/piratenfreifunk-in-progress/</link>
		<comments>https://blog.dd19.de/~alx/2009/08/piratenfreifunk-in-progress/#comments</comments>
		<pubDate>Thu, 20 Aug 2009 15:28:02 +0000</pubDate>
		<dc:creator>alx</dc:creator>
				<category><![CDATA[freifunk]]></category>
		<category><![CDATA[network]]></category>
		<category><![CDATA[piraten]]></category>
		<category><![CDATA[politics]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[piratenfreifunk]]></category>

		<guid isPermaLink="false">http://blogs.k-ita.de/~alx/?p=169</guid>
		<description><![CDATA[Nach dem ich für ungefähr einem Monat Piratenfreifunk gestartet habe, um meinen Ergüssen auch Taten folgen zu lassen, haben wir inzwischen erste vorzeigbare Ergebnisse: Ein Repository auf github Eine vorzeigbare Demo und erste installierbare Firmwareversionen. Kleine vorstellung soll am Di, &#8230; <a href="https://blog.dd19.de/~alx/2009/08/piratenfreifunk-in-progress/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Nach dem ich für ungefähr einem Monat <a title="Piratenfreifunk" href="https://wiki.piratenpartei.de/BE:Squads/Piratenfreifunk">Piratenfreifunk</a> gestartet habe, um meinen <a title="Piraten zu Bürgernetzen" href="https://wiki.piratenpartei.de/Buergerdatennetze">Ergüssen</a> auch Taten folgen zu lassen, haben wir inzwischen erste vorzeigbare Ergebnisse:</p>
<ul>
<li>Ein Repository auf <a title="piratenluci github repo" href="http://github.com/alxhh/piratenluci/tree/luci-0.9">github</a></li>
<li>Eine vorzeigbare <a title="piratenluci demo" href="http://houston.dd19.de:8081/luci/splash">Demo</a></li>
<li>und erste installierbare <a title="piratenfirmwares" href="https://dev.dd19.de/~alx/piraten/">Firmwareversionen</a>.</li>
</ul>
<p>Kleine vorstellung soll am Di, den 25.8. 09 im Breipott in der Skalitzer Strasse (berlin) sein.</p>
<p>Update: warscheinlich um 20:00 Uhr</p>
]]></content:encoded>
			<wfw:commentRss>https://blog.dd19.de/~alx/2009/08/piratenfreifunk-in-progress/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>more nodes</title>
		<link>https://blog.dd19.de/~alx/2009/02/more-nodes/</link>
		<comments>https://blog.dd19.de/~alx/2009/02/more-nodes/#comments</comments>
		<pubDate>Sat, 14 Feb 2009 16:36:30 +0000</pubDate>
		<dc:creator>alx</dc:creator>
				<category><![CDATA[freifunk]]></category>
		<category><![CDATA[miscellaneous]]></category>
		<category><![CDATA[network]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[l2gvpn]]></category>
		<category><![CDATA[mesh]]></category>
		<category><![CDATA[vpn]]></category>

		<guid isPermaLink="false">http://blogs.k-ita.de/~alx/?p=142</guid>
		<description><![CDATA[Recent experiments mit l2gvpn resulted in an olsr-mesh with over 1000 nodes:]]></description>
			<content:encoded><![CDATA[<p>Recent experiments mit <a href="http://trac.l2gvpn.org/">l2gvpn</a> resulted in an olsr-mesh with over 1000 nodes:<img class="alignnone" title="ubermesh" src="http://visigoth.de/~alx/ubermesh.png" alt="" width="416" height="554" /></p>
]]></content:encoded>
			<wfw:commentRss>https://blog.dd19.de/~alx/2009/02/more-nodes/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Vortrag c-base</title>
		<link>https://blog.dd19.de/~alx/2009/01/vortrag-c-base/</link>
		<comments>https://blog.dd19.de/~alx/2009/01/vortrag-c-base/#comments</comments>
		<pubDate>Sat, 24 Jan 2009 00:27:47 +0000</pubDate>
		<dc:creator>alx</dc:creator>
				<category><![CDATA[freifunk]]></category>
		<category><![CDATA[network]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[6mesh]]></category>
		<category><![CDATA[ipv6]]></category>
		<category><![CDATA[mesh]]></category>
		<category><![CDATA[rfc2765]]></category>
		<category><![CDATA[siit]]></category>

		<guid isPermaLink="false">http://blogs.k-ita.de/~alx/?p=133</guid>
		<description><![CDATA[Die Folien des Vortrages, den Daniel und ich am Mittwoch über IPv6 und siit gehalten haben, sind nun online: http://download.berlin.freifunk.net/pdf/vortrag/6mesh/]]></description>
			<content:encoded><![CDATA[<p>Die Folien des Vortrages, den Daniel und ich am Mittwoch über IPv6 und siit gehalten haben, sind nun online: <a title="Folien siit" href="http://download.berlin.freifunk.net/pdf/vortrag/6mesh/">http://download.berlin.freifunk.net/pdf/vortrag/6mesh/</a></p>
]]></content:encoded>
			<wfw:commentRss>https://blog.dd19.de/~alx/2009/01/vortrag-c-base/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>radio</title>
		<link>https://blog.dd19.de/~alx/2009/01/radio/</link>
		<comments>https://blog.dd19.de/~alx/2009/01/radio/#comments</comments>
		<pubDate>Sat, 03 Jan 2009 08:38:13 +0000</pubDate>
		<dc:creator>alx</dc:creator>
				<category><![CDATA[freifunk]]></category>
		<category><![CDATA[network]]></category>
		<category><![CDATA[party]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[25c3]]></category>
		<category><![CDATA[ccc]]></category>
		<category><![CDATA[ipv6]]></category>
		<category><![CDATA[mesh]]></category>
		<category><![CDATA[openwrt]]></category>
		<category><![CDATA[siit]]></category>

		<guid isPermaLink="false">http://blogs.k-ita.de/~alx/?p=125</guid>
		<description><![CDATA[Ufo vom Rundfreifunk hat mich auf dem 25c3 interviewed, das mp3 gibs hier.]]></description>
			<content:encoded><![CDATA[<p>Ufo vom <a title="rundfreifunk" href="http://www.public-ip.org/sendung-298.html">Rundfreifunk</a> hat mich auf dem 25c3 interviewed, das mp3 gibs <a title="interview" href="http://public-ip.org/tracks/rundfreifunk/1346.mp3">hier</a>.</p>
]]></content:encoded>
			<wfw:commentRss>https://blog.dd19.de/~alx/2009/01/radio/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
<enclosure url="http://public-ip.org/tracks/rundfreifunk/1346.mp3" length="13425613" type="audio/mpeg" />
		</item>
		<item>
		<title>chaos communication congress</title>
		<link>https://blog.dd19.de/~alx/2008/12/chaos-communication-congress/</link>
		<comments>https://blog.dd19.de/~alx/2008/12/chaos-communication-congress/#comments</comments>
		<pubDate>Tue, 23 Dec 2008 03:42:27 +0000</pubDate>
		<dc:creator>alx</dc:creator>
				<category><![CDATA[ccc]]></category>
		<category><![CDATA[freifunk]]></category>
		<category><![CDATA[network]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[25c3]]></category>
		<category><![CDATA[ipv6]]></category>
		<category><![CDATA[mesh]]></category>
		<category><![CDATA[siit]]></category>

		<guid isPermaLink="false">http://blogs.k-ita.de/~alx/?p=120</guid>
		<description><![CDATA[The 25th chaos communication congress is coming and the wireless community will be there. This time, we got a nice cosy space in the famous hackcenter, in the Wireless corner. We will be right next to other interesting project like: &#8230; <a href="https://blog.dd19.de/~alx/2008/12/chaos-communication-congress/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>The <a title="25c3" href="http://events.ccc.de/congress/2008/">25th chaos communication congress</a> is coming and the wireless community will be there. This time, we got a nice cosy space in the famous hackcenter, in the <a title="Wireless" href="https://events.ccc.de/congress/2008/wiki/Wireless">Wireless corner</a>.</p>
<p>We will be right next to other interesting project like:</p>
<ul>
<li><a title="GSM" href="https://events.ccc.de/congress/2008/wiki/GSM">GSM Hackers</a></li>
<li><a title="Console Hackers" href="https://events.ccc.de/congress/2008/wiki/Console_Hacking">Console Hacking</a></li>
<li>The <a title="Bricophone" href="https://events.ccc.de/congress/2008/wiki/Bricophone">Bricophone</a> people</li>
</ul>
<p>More on the <a title="Floorplans" href="https://events.ccc.de/congress/2008/wiki/Floorplans">floorplan</a>.</p>
<p>We are going to build a <a title="ipv6 siit mesh" href="https://events.ccc.de/congress/2008/wiki/Wireless:6Mesh">ipv6 only</a> mesh using siit to transport translated ipv4 traffic.</p>
<p>So, preparation are happening all over, even if you can see them only if you have a very close look:</p>
<p>Jow is <a title="luci ticket" href="http://luci.subsignal.org/trac/changeset/3929">fixing</a> <a title="even more" href="http://luci.subsignal.org/trac/changeset/3928">tickets</a> and enhancing the <a title="luci" href="http://luci.subsignal.org/trac/wiki">openwrt luci framework</a> to make sure we have a good start into the experiment.</p>
<p>Meanwhile, <a title="leo34" href="http://blog.leo34.net/">Daniel</a> is working hard on our BGP routers to make sure we get a direct routing for the freifunk <a title="ripe whois" href="http://www.db.ripe.net/whois?form_type=simple&amp;full_query_string=&amp;searchtext=77.87.48.1&amp;do_search=Search">PI</a> network into the 25c3. As you can see, our <a title="freifunk AS" href="http://www.db.ripe.net/whois?form_type=simple&amp;full_query_string=&amp;searchtext=AS44194&amp;submit.x=0&amp;submit.y=0&amp;submit=Search">RIPE</a> entry has been updated to enable routing to and from <a title="AS249" href="http://www.db.ripe.net/whois?form_type=simple&amp;full_query_string=&amp;searchtext=AS249&amp;do_search=Search">AS249</a>, the congress network.</p>
<p>Felix has ported the siit kernel module to kernel 2.6 and <a title="siit commit" href="https://dev.openwrt.org/changeset/13730">commited</a>.</p>
<p><a title="Helox" href="http://no-route.org/blog/">Lehox</a> and friends are working hard on <a title="n2n p2p vpn" href="http://www.ntop.org/n2n/">n2n</a> to get at least the worst bugs fixed, as we are going to use it as the backup vpn to our other BGP routers.</p>
<p>There is still a lot to do, but it looks like we are on a good way.</p>
]]></content:encoded>
			<wfw:commentRss>https://blog.dd19.de/~alx/2008/12/chaos-communication-congress/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

