i use this platform Atheros AR9344, and want to start wireless mesh feature.<br>And use OpenWrt Environment, my wifi interface is wlan0 and set static ip:10.0.0.1. <br><br>this is my olsrd.conf:<br>===============================================<br>
DebugLevel 0<br>IpVersion 4<br>ClearScreen yes<br><br>Hna4<br>{<br># My home LAN<br>10.0.0.0 255.255.255.0<br>}<br><br>AllowNoInt yes<br>UseHysteresis yes<br><br># Hysteresis parameters<br>HystScaling 0.50<br>
HystThrHigh 0.80<br>HystThrLow 0.30<br><br><br>LinkQualityLevel 0<br>Pollrate 0.05<br>NicChgsPollInt 3.0<br><br>Interface "wlan0"<br>{<br>AutoDetectChanges yes<br>}<br><br>LoadPlugin "olsrd_httpinfo.so.0.1"<br>
{<br>PlParam "port" "1979"<br>PlParam "Net" "0.0.0.0 0.0.0.0"<br>}<br><br>LoadPlugin "olsrd_txtinfo.so.0.1"<br>{<br>PlParam "port" "9090"<br>
PlParam "accept" "0.0.0.0"<br>PlParam "accept" "127.0.0.1"<br>}<br>===============================================<br><br><br><br>This is my file /etc/config/olsrd:<br>
===============================================<br>config olsrd<br> option config_file '/etc/olsrd.conf'<br> option IpVersion '4'<br><br>config LoadPlugin<br> option library 'olsrd_arprefresh.so.0.1'<br>
option ignore '0'<br><br>config LoadPlugin<br> option library 'olsrd_dyn_gw.so.0.5'<br> option ignore '0'<br><br>config LoadPlugin<br> option library 'olsrd_httpinfo.so.0.1'<br>
option port '9090'<br> list Net '10.0.0.0 255.255.255.0'<br> option ignore '0'<br><br>config LoadPlugin<br> option library 'olsrd_nameservice.so.0.3'<br> option ignore '0'<br>
config LoadPlugin<br> option library 'olsrd_txtinfo.so.0.1'<br> option port '9090'<br> option accept '127.0.0.1'<br> option ignore '0'<br><br>config Interface<br>
option ignore '0'<br> option interface 'mesh'<br> option Mode 'mesh'<br><br>config InterfaceDefaults<br><br>config LoadPlugin<br> option library 'olsrd_pgraph.so.1.1'<br>
option ignore '0'<br><br>config LoadPlugin<br> option library 'olsrd_jsoninfo.so.0.0'<br> option ignore '0'<br><br>config LoadPlugin<br> option library 'olsrd_p2pd.so.0.1.0'<br>
option ignore '1'<br><br>config LoadPlugin<br> option library 'olsrd_sgwdynspeed.so.1.0.0'<br> option ignore '1'<br><br>config LoadPlugin<br> option library 'olsrd_pud.so.1.1.0'<br>
option ignore '1'<br><br>config LoadPlugin<br> option library 'olsrd_watchdog.so.0.1'<br> option ignore '1'<br><br>config LoadPlugin<br> option library 'olsrd_secure.so.0.6'<br>
option ignore '1'<br><br>config LoadPlugin<br> option library 'olsrd_bmf.so.1.7.0'<br> option ignore '1'<br><br>config LoadPlugin<br> option library 'olsrd_dyn_gw_plain.so.0.4'<br>
option ignore '1'<br><br>config LoadPlugin<br> option library 'olsrd_dot_draw.so.0.3'<br> option ignore '1'<br><br>config LoadPlugin<br> option library 'olsrd_mdns.so.1.0.1'<br>
option ignore '1'<br>=============================================<br><br><br>This is my /etc/config/wireless:<br>=============================================<br>config wifi-device 'radio0'<br> option type 'mac80211'<br>
option channel '11'<br> option hwmode '11ng'<br> option path 'platform/ar934x_wmac'<br> option htmode 'HT20'<br> list ht_capab 'LDPC'<br> list ht_capab 'SHORT-GI-20'<br>
list ht_capab 'SHORT-GI-40'<br> list ht_capab 'TX-STBC'<br> list ht_capab 'RX-STBC1'<br> list ht_capab 'DSSS_CCK-40'<br> option txpower '27'<br> option country 'US'<br>
config wifi-iface<br> option device 'radio0'<br> option encryption 'none'<br> option wps_pushbutton '1'<br> option ssid 'OLSR_test1'<br> option mode 'adhoc'<br>
option bssid '00:00:00:FF:FF:01'<br> option network 'mesh wlan'<br>========================================<br><br>Now i have several devices, i want to connect together.<br>when i exec /etc/init.d/olsrd start, and seen't error msg.<br>
But when i see WebGUI, i sawn't any device connect.<br>And has a error msg in OLSR statistic page:<br><h2><a id="content" name="content">OLSR Daemon</a></h2>
<p class="error">Unable to connect to the OLSR daemon!</p>
<p>Make sure that OLSRd is running, the "jsoninfo" plugin is loaded,
configured on port 9090 and accepts connections from "127.0.0.1".</p><p>But i always findn't reason. And also not know this msg when another node/device connect or not. How i can to do and solve this problem?</p>
<p>Thanks a lot.<br></p>