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 (from
60 <a href=
"https://www.youtube.com/watch?v=N2Kd7CLkhSY
">youtube
</a
>):
</p
>
62 <p
><iframe width=
"420" height=
"315" src=
"https://www.youtube.com/embed/N2Kd7CLkhSY
" frameborder=
"0" allowfullscreen
></iframe
></p
>
64 <p
>I mentioned OLSR and batman-adv, which are mesh routing protocols.
65 There are heaps of different protocols, and I am still struggling to
66 figure out which one would be
"best
" for some definitions of best, but
67 given that the community mesh group in Oslo is so small, I believe it
68 is best to hook up with the existing one instead of trying to create a
69 completely different setup, and thus this have decided to focus on
70 batman-adv for now. It sure help me to know that the very cool
71 <a href=
"http://www.servalproject.org/
">Serval project in Australia
</a
>
72 is using batman-adv as their meshing technology when it create a self
73 organizing and self healing telephony system for disaster areas and
74 less industrialized communities. Check out this cool video presenting
76 <a href=
"https://www.youtube.com/watch?v=
30qNfzJCQOA
">youtube
</a
>):
</p
>
78 <p
><iframe width=
"560" height=
"315" src=
"https://www.youtube.com/embed/
30qNfzJCQOA
" frameborder=
"0" allowfullscreen
></iframe
></p
>
80 <p
>According to the wikipedia page on
81 <a href=
"http://en.wikipedia.org/wiki/Wireless_mesh_network
">Wireless
82 mesh network
</a
> there are around
70 competing schemes for routing
83 packets across mesh networks, and OLSR, B.A.T.M.A.N. and
84 B.A.T.M.A.N. advanced are protocols used by several free software
85 based community mesh networks.
</p
>
87 <p
>The batman-adv protocol is a bit special, as it provide layer
2
88 (as in ethernet ) routing, allowing ipv4 and ipv6 to work on the same
89 network. One way to think about it is that it provide a mesh based
90 vlan you can bridge to or handle like any other vlan connected to your
91 computer. The required drivers are already in the Linux kernel at
92 least since Debian Wheezy, and it is fairly easy to set up. A
93 <a href=
"http://www.open-mesh.org/projects/batman-adv/wiki/Quick-start-guide
">good
94 introduction
</a
> is available from the Open Mesh project. These are
95 the key settings needed to join the Oslo meshfx network:
</p
>
97 <p
><table
>
98 <tr
><th
>Setting
</th
><th
>Value
</th
></tr
>
99 <tr
><td
>Protocol / kernel module
</td
><td
>batman-adv
</td
></tr
>
100 <tr
><td
>ESSID
</td
><td
>meshfx@hackeriet
</td
></tr
>
101 <td
>Channel / Frequency
</td
><td
>11 /
2462</td
></tr
>
102 <td
>Cell ID
</td
><td
>02:BA:
00:
00:
00:
01</td
>
103 </table
></p
>
105 <p
>The reason for setting ad-hoc wifi Cell ID is to work around bugs
106 in firmware used in wifi card and wifi drivers. (See a nice post from
108 "<a href=
"http://tiebing.blogspot.no/
2009/
12/ad-hoc-cell-splitting-re-post-original.html
">Information
109 about cell-id splitting, stuck beacons, and failed IBSS merges!
</a
>
110 for details.) When these settings are activated and you have some
111 other mesh node nearby, your computer will be connected to the mesh
112 network and can communicate with any mesh node that is connected to
113 any of the nodes in your network of nodes. :)
</p
>
115 <p
>My initial plan was to reuse my old Linksys WRT54GL as a mesh node,
116 but that seem to be very hard, as I have not been able to locate a
117 firmware supporting batman-adv. If anyone know how to use that old
118 wifi access point with batman-adv these days, please let me know.
</p
>
120 <p
>If you find this project interesting and want to join, please join
121 us on IRC, either channel
122 <a href=
"irc://irc.freenode.net/#oslohackerspace
">#oslohackerspace
</a
>
123 or
<a href=
"irc://irc.freenode.net/#nuug
">#nuug
</a
> on
124 irc.freenode.net.
</p
>
126 <p
>While investigating mesh networks in Oslo, I came across an old
127 research paper from the university of Stavanger and Telenor Research
128 and Innovation called
129 <a href=
"http://folk.uio.no/paalee/publications/netrel-egeland-iswcs-
2008.pdf
">The
130 reliability of wireless backhaul mesh networks
</a
> and elsewhere
131 learned that Telenor have been experimenting with mesh networks at
132 Grünerløkka in Oslo. So mesh networks are also interesting for
133 commercial companies, even though Telenor discovered that it was hard
134 to figure out a good business plan for mesh networking and as far as I
135 know have closed down the experiment. Perhaps Telenor or others would
136 be interested in a cooperation?
</p
>
141 <title>Skolelinux / Debian Edu
7.1 install and overview video from Marcelo Salvador
</title>
142 <link>http://people.skolelinux.org/pere/blog/Skolelinux___Debian_Edu_7_1_install_and_overview_video_from_Marcelo_Salvador.html
</link>
143 <guid isPermaLink=
"true">http://people.skolelinux.org/pere/blog/Skolelinux___Debian_Edu_7_1_install_and_overview_video_from_Marcelo_Salvador.html
</guid>
144 <pubDate>Tue,
8 Oct
2013 17:
10:
00 +
0200</pubDate>
145 <description><p
>The other day I was pleased and surprised to discover that Marcelo
146 Salvador had published a
147 <a href=
"https://www.youtube.com/watch?v=w-GgpdqgLFc
">video on
148 Youtube
</a
> showing how to install the standalone Debian Edu /
149 Skolelinux profile. This is the profile intended for use at home or
150 on laptops that should not be integrated into the provided network
151 services (no central home directory, no Kerberos / LDAP directory etc,
152 in other word a single user machine). The result is
11 minutes long,
153 and show some user applications (seem to be rather randomly picked).
154 Missed a few of my favorites like celestia, planets and chromium
155 showing the
<a href=
"http://www.zygotebody.com/
">Zygote Body
3D model
156 of the human body
</a
>, but I guess he did not know about those or find
157 other programs more interesting. :) And the video do not show the
158 advantages I believe is one of the most valuable featuers in Debian
159 Edu, its central school server making it possible to run hundreds of
160 computers without hard drives by installing one central
161 <a href=
"http://www.ltsp.org/
">LTSP server
</a
>.
</p
>
163 <p
>Anyway, check out the video, embedded below and linked to above:
</p
>
165 <iframe width=
"420" height=
"315" src=
"http://www.youtube.com/embed/w-GgpdqgLFc
" frameborder=
"0" allowfullscreen
></iframe
>
167 <p
>Are there other nice videos demonstrating Skolelinux? Please let
168 me know. :)
</p
>