Hi,

I'm trying to set up some WRT54GL's with openwrt + olsrd + olsrd-mod-secure. At the moment i have managed to get the openwrt and olsrd to work fine, however i'm kinda lost trying to figure out how to get the olsrd secure plugin to work and i can find any howto's on it. If there is a howto someone can someone kindly point me towards it?

What i have managed to do so far is install the olsrd secure plugin and configure the /etc/olsrd.conf file accordingly as follows:



DebugLevel              0
IpVersion               4
AllowNoInt              yes
Pollrate                0.1
TcRedundancy            2
MprCoverage             7
LinkQualityFishEye      1
LinkQualityWinSize      100
LinkQualityDijkstraLimit 0 5.0

Hna4
{
        192.168.69.100 255.255.255.0
}

LoadPlugin "olsrd_dyn_gw.so.0.4"
{
}

LoadPlugin "olsrd_secure.so.0.5"
{
        PlParam  "keyfile" "/etc/olsrd.d/olsrd_secure_key"
}
"olsrd.conf" line 1 of 53 --1%--
{
        192.168.69.100 255.255.255.0
}

LoadPlugin "olsrd_dyn_gw.so.0.4"
{
}

LoadPlugin "olsrd_secure.so.0.5"
{
        PlParam  "keyfile" "/etc/olsrd.d/olsrd_secure_key"
}

LoadPlugin "olsrd_httpinfo.so.0.1"
{
        PlParam "port"  "8080"
        PlParam "Host"  "192.168.69.1"
#        PlParam "Host"  "127.0.0.1"
        PlParam "Net" "192.168.69.0 255.255.255.0"
#        PlParam "Net" "192.168.1.0 255.255.255.0"
}
IpcConnect
{
        MaxConnections  1
        Host            127.0.0.1
#        Host            127.0.0.1
        Net 192.168.1.0 255.255.255.0
#        Net 192.168.1.0 255.255.255.0
}
LinkQualityLevel 2
UseHysteresis no
Interface "eth1"
{
        HelloInterval           5.0
        HelloValidityTime       90.0
        TcInterval              2.0
        TcValidityTime          270.0
        MidInterval             15.0
        MidValidityTime         90.0
        HnaInterval             15.0
        HnaValidityTime         90.0
}




I have also installed the openSSL library and the keyfile is there and has a valid key (well the default one of 12345678901234567890123456)

Is there anything else i need to do?

Thanks