From: Sven Eckelmann <sven.eckelmann@gmx.de>
To: b.a.t.m.a.n@lists.open-mesh.org
Subject: Re: [B.A.T.M.A.N.] Security & node authentication in BATMAN network
Date: Sun, 25 Apr 2010 22:08:27 +0200 [thread overview]
Message-ID: <201004252208.35822.sven.eckelmann@gmx.de> (raw)
In-Reply-To: <201004252136.25395.adebex@gmail.com>
[-- Attachment #1: Type: Text/Plain, Size: 2791 bytes --]
Adrian Byszuk wrote:
> Hello,
>
> I'm currently working on project (part of my Bachelor work) which will use
> to transfer very sensitive data over the network, and I'd like to use mesh
> networks to transfer this data. Additionally, it should also be possible
> for "normal people" to connect to this network (e.g. to surf internet).
> Preliminary, I've chosen BATMAN to build this network. But I've got a few
> questions regarding security of this solution:
>
> 1. Does BATMAN provide any method of *authenticating* nodes?
> As I've said earlier, sometimes transferred data will be highly sensitive
> (for example: information of patients health in hospital), so it's
> absolutely critical to not allow leaking this information. I can imagine
> situation when some fake nodes claim "Hey, I'm the server collecting this
> data"... I think this is also important when someone would try to destroy
> our mesh network by placing some fake nodes in it.
No, it doesn't provide any form of authentication. Normally this should be
done in any layer above batman-adv. As in other network setups it is possible
to create local blackhole by a node which says that it is the perfect route or
that he is someone else. Maybe Simon can give more information about such
strategies.
I would say that it a good idea not to allow other nodes to join the mesh
directly if you have mission critical data send over it.
> 2. If point nr one isn't possible, maybe there is some other way to ensure
> security? I don't know too much about security or cryptography, but I can
> think of solutions such as openVPN or IPsec.
Correct. This is the best idea to do it. To prevent others to enter the mesh
setup it should be possible to use wpa_none. Maybe there are other suggestions
floating around on the mailing list.
> Generally, the goal is to assert security of transmitting some data
> *without* losing open characteristics of mesh network.
The problem is that you have two different goals. It is ok to say that data
must be encrypted over the mesh (vpn/ipsec/..), but it is hard to keep
something really open and at the the same time also prevent the user to have
control over the mesh (because the mesh is not for the nodes, but the nodes
form the mesh).
But if it is only important that data cannot be captured by other people then
go for a good higher level encryption and authentication strategy.
And are you sure that you really want to connect endu ser to the mesh
directly? It is a lot easier to use dedicated nodes (ask Linus or Marek) which
connects to the mesh and provide some kind of gateway to/over the mesh. Those
endpoints could for example also use to provide the vpn (depends on your
setup).
Best regards,
Sven
[-- Attachment #2: This is a digitally signed message part. --]
[-- Type: application/pgp-signature, Size: 836 bytes --]
next prev parent reply other threads:[~2010-04-25 20:08 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-04-25 19:36 [B.A.T.M.A.N.] Security & node authentication in BATMAN network Adrian Byszuk
2010-04-25 19:53 ` Andrew Lunn
2010-04-25 20:08 ` Sven Eckelmann [this message]
2010-04-25 20:13 ` Daniel Golle
2010-04-25 21:14 ` Marek Lindner
2010-04-25 23:24 ` Adrian Byszuk
2010-04-26 5:14 ` Andrew Lunn
2010-04-25 21:07 ` Marek Lindner
2010-04-25 22:01 ` Simon Wunderlich
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=201004252208.35822.sven.eckelmann@gmx.de \
--to=sven.eckelmann@gmx.de \
--cc=b.a.t.m.a.n@lists.open-mesh.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.