[Olsr-users] how to install olsrd secure plugin

Henning Rogge (spam-protected)
Tue Jan 8 07:26:01 CET 2008


Am Dienstag 08 Januar 2008 21:48:08 schrieb Victor:
> Hi,
>
> I'm trying to install the olsrd secure plugin on a Linksys WRT54GL running
> on Freifunk (actually have Kamikaze as well) and I'm a bit stuck. Is there
> a howto somewhere? I've looked around and haven't found one though there
> are lots of people talking about how they have it working. If there isn't a
> howto somewhere, I'd be happy to write one up and post it since I need to
> show other people how to do it once I get it working.
>
> At the moment I've got the plugin installed (doing the usual ipkg install )
> and I've also configured the /etc/olsrd.conf file accordingly. I;ve checked
> that the key file is there and valid and I;ve installed the openssl
> library. So what now?

Do you have something like this in your olsrd.conf (especially the version 
number of the plugin is important, the README is out of date...) ?

LoadPlugin "olsrd_secure.so.0.5"
{
    PlParam     "Keyfile"   "./olsrd_secure_key.conf"
}

In addition to this you need a keyfile exactly 128 Bit (16 bytes) long 
distributed on all nodes.

These two things were enough (for my setup) to get the "secure" plugin 
running. (I write "secure" because all the authentification of this plugin is 
done by a symmetric key, so it does not provide much more security that a 
good WPA2 encryption on your net unless you share the WLAN with other persons 
who must not send olsr routing messages).

Henning




More information about the Olsr-users mailing list