1 <?xml version=
"1.0" encoding=
"ISO-8859-1"?>
2 <rss version='
2.0' xmlns:lj='http://www.livejournal.org/rss/lj/
1.0/'
>
4 <title>Petter Reinholdtsen - Entries from October
2013</title>
5 <description>Entries from October
2013</description>
6 <link>http://people.skolelinux.org/pere/blog/
</link>
10 <title>Oslo community mesh network - with NUUG and Hackeriet at Hausmania
</title>
11 <link>http://people.skolelinux.org/pere/blog/Oslo_community_mesh_network___with_NUUG_and_Hackeriet_at_Hausmania.html
</link>
12 <guid isPermaLink=
"true">http://people.skolelinux.org/pere/blog/Oslo_community_mesh_network___with_NUUG_and_Hackeriet_at_Hausmania.html
</guid>
13 <pubDate>Fri,
11 Oct
2013 14:
10:
00 +
0200</pubDate>
14 <description><p
>Wireless mesh networks are self organising and self healing
15 networks that can be used to connect computers across small and large
16 areas, depending on the radio technology used. Normal wifi equipment
17 can be used to create home made radio networks, and there are several
18 successful examples like
19 <a href=
"http://www.freifunk.net/
">Freifunk
</a
> and
20 <a href=
"http://www.awmn.net/
">Athens Wireless Metropolitan Network
</a
>
22 <a href=
"http://en.wikipedia.org/wiki/List_of_wireless_community_networks_by_region#Greece
">wikipedia
23 for a large list
</a
>) around the globe. To give you an idea how it
24 work, check out the nice overview of the Kiel Freifunk community which
25 can be seen from their
26 <a href=
"http://freifunk.in-kiel.de/ffmap/nodes.html
">dynamically
27 updated node graph and map
</a
>, where one can see how the mesh nodes
28 automatically handle routing and recover from nodes disappearing.
29 There is also a small community mesh network group in Oslo, Norway,
30 and that is the main topic of this blog post.
</p
>
32 <p
>I
've wanted to check out mesh networks for a while now, and hoped
33 to do it as part of my involvement with the
<a
34 href=
"http://www.nuug.no/
">NUUG member organisation
</a
> community, and
35 my recent involvement in
36 <a href=
"https://wiki.debian.org/FreedomBox
">the Freedombox project
</a
>
37 finally lead me to give mesh networks some priority, as I suspect a
38 Freedombox should use mesh networks to connect neighbours and family
39 when possible, given that most communication between people are
40 between those nearby (as shown for example by research on Facebook
41 communication patterns). It also allow people to communicate without
42 any central hub to tap into for those that want to listen in on the
43 private communication of citizens, which have become more and more
44 important over the years.
</p
>
46 <p
>So far I have only been able to find one group of people in Oslo
47 working on community mesh networks, over at the hack space
48 <a href=
"http://hackeriet.no/
">Hackeriet
</a
> at Husmania. They seem to
49 have started with some Freifunk based effort using OLSR, called
50 <a href=
"http://oslo.freifunk.net/index.php?title=Main_Page
">the Oslo
51 Freifunk project
</a
>, but that effort is now dead and the people
52 behind it have moved on to a batman-adv based system called
53 <a href=
"http://meshfx.org/trac
">meshfx
</a
>. Unfortunately the wiki
54 site for the Oslo Freifunk project is no longer possible to update to
55 reflect this fact, so the old project page can
't be updated to point to
56 the new project. A while back, the people at Hackeriet invited people
57 from the Freifunk community to Oslo to talk about mesh networks. I
58 came across this video where Hans Jørgen Lysglimt interview the
59 speakers about this talk:
</p
>
61 <p
><iframe width=
"420" height=
"315" src=
"https://www.youtube.com/embed/N2Kd7CLkhSY
" frameborder=
"0" allowfullscreen
></iframe
></p
>
63 <p
>I mentioned OLSR and batman-adv, which are mesh routing protocols.
64 There are heaps of different protocols, and I am still struggling to
65 figure out which one would be
"best
" for some definitions of best, but
66 given that the community mesh group in Oslo is so small, I believe it
67 is best to hook up with the existing one instead of trying to create a
68 completely different setup, and thus this have decided to focus on
69 batman-adv for now. It sure help me to know that the very cool
70 <a href=
"http://www.servalproject.org/
">Serval project in Australia
</a
>
71 is using batman-adv as their meshing technology when it create a self
72 organizing and self healing telephony system for disaster areas and
73 less industrialized communities. Check out this cool video presenting
76 <p
><iframe width=
"560" height=
"315" src=
"https://www.youtube.com/embed/
30qNfzJCQOA
" frameborder=
"0" allowfullscreen
></iframe
></p
>
78 <p
>According to the wikipedia page on
79 <a href=
"http://en.wikipedia.org/wiki/Wireless_mesh_network
">Wireless
80 mesh network
</a
> there are around
70 competing schemes for routing
81 packets across mesh networks, and OLSR, B.A.T.M.A.N. and
82 B.A.T.M.A.N. advanced are protocols used by several free software
83 based community mesh networks.
</p
>
85 </p
>The batman-adv protocol is a bit special, as it provide layer
2
86 (as in ethernet ) routing, allowing ipv4 and ipv6 to work on the same
87 network. One way to think about it is that it provide a mesh based
88 vlan you can bridge to or handle like any other vlan connected to your
89 computer. The required drivers are already in the Linux kernel at
90 least since Debian Wheezy, and it is fairly easy to set up. A
91 <a href=
"http://www.open-mesh.org/projects/batman-adv/wiki/Quick-start-guide
">good
92 introduction
</a
> is available from the Open Mesh project. These are
93 the key settings needed to join the Oslo meshfx network:
</p
>
96 <tr
><th
>Setting
</th
><th
>Value
</th
></tr
>
97 <tr
><td
>Protocol / kernel module
</td
><td
>batman-adv
</td
></tr
>
98 <tr
><td
>ESSID
</td
><td
>meshfx@hackeriet
</td
></tr
>
99 <td
>Channel / Frequency
</td
><td
>11 /
2462</td
></tr
>
100 <td
>Cell ID
</td
><td
>02:BA:
00:
00:
00:
01</td
>
103 <p
>The reason for setting ad-hoc wifi Cell ID is to work around bugs
104 in firmware used in wifi card and wifi drivers. (See a nice post from
106 "<a href=
"http://tiebing.blogspot.no/
2009/
12/ad-hoc-cell-splitting-re-post-original.html
">Information
107 about cell-id splitting, stuck beacons, and failed IBSS merges!
</a
>
108 for details.) When these settings are activated and you have some
109 other mesh node nearby, your computer will be connected to the mesh
110 network and can communicate with any mesh node that is connected to
111 any of the nodes in your network of nodes. :)
</p
>
113 <p
>My initial plan was to reuse my old Linksys WRT54GL as a mesh node,
114 but that seem to be very hard, as I have not been able to locate a
115 firmware supporting batman-adv. If anyone know how to use that old
116 wifi access point with batman-adv these days, please let me know.
</p
>
118 <p
>If you find this project interesting and want to join, please join
119 us on IRC, either channel
120 <a href=
"irc://irc.freenode.net/#oslohackerspace
">#oslohackerspace
</a
>
121 or
<a href=
"irc://irc.freenode.net/#nuug
">#nuug
</a
> on
122 irc.freenode.net.
</p
>
124 <p
>While investigating mesh networks in Oslo, I came across an old
125 research paper from the university of Stavanger and Telenor Research
126 and Innovation called
127 <a href=
"http://folk.uio.no/paalee/publications/netrel-egeland-iswcs-
2008.pdf
">The
128 reliability of wireless backhaul mesh networks
</a
> and elsewhere
129 learned that Telenor have been experimenting with mesh networks at
130 Grünerløkka in Oslo. So mesh networks are also interesting for
131 commercial companies, even though Telenor discovered that it was hard
132 to figure out a good business plan for mesh networking and as far as I
133 know have closed down the experiment. Perhaps Telenor or others would
134 be interested in a cooperation?
</p
>
139 <title>Skolelinux / Debian Edu
7.1 install and overview video from Marcelo Salvador
</title>
140 <link>http://people.skolelinux.org/pere/blog/Skolelinux___Debian_Edu_7_1_install_and_overview_video_from_Marcelo_Salvador.html
</link>
141 <guid isPermaLink=
"true">http://people.skolelinux.org/pere/blog/Skolelinux___Debian_Edu_7_1_install_and_overview_video_from_Marcelo_Salvador.html
</guid>
142 <pubDate>Tue,
8 Oct
2013 17:
10:
00 +
0200</pubDate>
143 <description><p
>The other day I was pleased and surprised to discover that Marcelo
144 Salvador had published a
145 <a href=
"https://www.youtube.com/watch?v=w-GgpdqgLFc
">video on
146 Youtube
</a
> showing how to install the standalone Debian Edu /
147 Skolelinux profile. This is the profile intended for use at home or
148 on laptops that should not be integrated into the provided network
149 services (no central home directory, no Kerberos / LDAP directory etc,
150 in other word a single user machine). The result is
11 minutes long,
151 and show some user applications (seem to be rather randomly picked).
152 Missed a few of my favorites like celestia, planets and chromium
153 showing the
<a href=
"http://www.zygotebody.com/
">Zygote Body
3D model
154 of the human body
</a
>, but I guess he did not know about those or find
155 other programs more interesting. :) And the video do not show the
156 advantages I believe is one of the most valuable featuers in Debian
157 Edu, its central school server making it possible to run hundreds of
158 computers without hard drives by installing one central
159 <a href=
"http://www.ltsp.org/
">LTSP server
</a
>.
</p
>
161 <p
>Anyway, check out the video, embedded below and linked to above:
</p
>
163 <iframe width=
"420" height=
"315" src=
"http://www.youtube.com/embed/w-GgpdqgLFc
" frameborder=
"0" allowfullscreen
></iframe
>
165 <p
>Are there other nice videos demonstrating Skolelinux? Please let
166 me know. :)
</p
>