[Olsr-users] olsrd.conf

Henning Rogge (spam-protected)
Tue Mar 11 12:24:01 CET 2014


I would suggest throwing out all configuration option you don't really
need. Try with a minimal configuration file:

Interface "wlan0"
{
}

LoadPlugin "olsrd_txtinfo.so.0.1"
{
PlParam "port" "8080"
PlParam "host" "127.0.0.1"
}

Also, moving to the latest stable olsrd version might be a good idea.

Henning Rogge

On Sat, Mar 8, 2014 at 6:52 PM, Armansah Hs <(spam-protected)> wrote:
> I have olsrd 0.6.3 installed on cubieboard (linaro ubuntu 12.10) and laptop
> (ubuntu 13.10).
> when olsrd started, it's ok on laptop but on cubieboard olsrd will
> continuosly print "sendto(v4): Invalid Argument".
>
> here my configuration /etc/network/interfaces
>
> auto wlan0
> allow-hot plug wlan0
> iface wlan0 inet static
> address 192.168.120.1
> netmask 255.255.255.0
> wireless-mode ad-hoc
> wireless-channel 10
> wireless-essid MESH
>
> etc/olsrd/olsrd.conf
>
> DebugLevel      2
> Interface          "wlan0"
> {
> HelloInterval 1.0
> HelloValidityTime 600.0
> TcInterval 0.5
> TcValidityTime 300.0
> MidInterval 10.0
> MidValidityTime 300.0
> HnaInterval 10.0
> HnaValidityTime 300.0
> }
> LinkQualityFishEye 1
> IpVersion 4
> ClearScreen     yes
> AllowNoInt        yes
> willingness        7
>
> IpcConnect
> {
> MaxConnetion    0
> Host                  127.0.0.1
> }
>
> UseHysteresis     no
> Pollrate              0.1
> TcRedundancy    2
> MprCoverage       5
> LoadPlugin "olsrd_txtinfo.so.0.1"
> {
> PlParam "port" "8080"
> PlParam "host" "127.0.0.1"
> }
>
>
> ---------------------------
> Am I miss something on configuration file ?
>
> I'm want to use OLSRd for sending file (document), stream video (I'm using
> VLC)
>
> Thanks before and I,m sorry for bad english :)
>
>
> --
> Olsr-users mailing list
> (spam-protected)
> https://lists.olsr.org/mailman/listinfo/olsr-users




More information about the Olsr-users mailing list