OpenWrt Forum Archive

Topic: Olsr

The content of this topic has been archived on 5 May 2018. There are no obvious gaps in this topic, but there may still be some posts missing at the end.

is there any decent OLSR howto for openwrt?
i can't get it to work on La Foneras with latest kamikaze build.

Here's my /etc/olsrd.conf:


DebugLevel      0
IpVersion       4
ClearScreen     yes

Hna4
{
        # My home LAN
        10.0.2.0  255.255.255.0
        192.168.1.2 255.255.255.255
}

AllowNoInt      no

UseHysteresis   yes
# Hysteresis parameters
HystScaling     0.50
HystThrHigh     0.80
HystThrLow      0.30

LinkQualityLevel        0
Pollrate                0.05
NicChgsPollInt          3.0

Interface "ath1"
{
    AutoDetectChanges            yes
}

LoadPlugin "olsrd_httpinfo.so.0.1"
{
        PlParam         "port"  "1979"
        PlParam         "Net"   "0.0.0.0 0.0.0.0"
}

here's my /etc/config/wireless:


config wifi-device  wifi0
    option type     atheros
    option channel  1

    # REMOVE THIS LINE TO ENABLE WIFI:
    option disabled 0

config wifi-iface
    option device    wifi0
    option network    wireless
    option mode    adhoc
    option ssid    mesh
    option encryption none
    option txpower    0
   
config wifi-iface
    option device     wifi0
    option network     lan
    option mode    ap
    option ssid    node-2
    option encryption none
    option txpower    0

(Last edited by tikalius on 23 Jun 2010, 18:44)

Wrong sub-forum for questions.......

The discussion might have continued from here.