<div dir="ltr"><div><div>Hi all,<br>I'm facing an odd problem that recurs randomly, without any user intervention, at different times on a single-gateway network. <br>Suddenly, all the links of the gateway node have their NLQ values equal to zero and the respective LQ values greather than zero, so every link has an INFINITE cost -> olsrd route table is empty -> ip main route table is empty.<br>
Just because all NLQ values are zero, it seems that the nodes do not receive/hear olsrd packets from the gateway, but , at the same time, the gateway itself continues to receive and process packets sent by the other node (LQ values change in time). <br>
<br>In this situation, I logged to the gateway node and run the command 'tcpdump -vv -ni wlan0-1 port 698' (wlan0-1 is the adhoc interface) to inspect the way olsrd was working.<br>As supposed:<br>1) the gateway had stopped transmitting olsrd packets but continued to receive and process olsrd packets sent by the other nodes<br>
2) olsrd route table and ip main route table were empty and the gateway does not ping any other node<br>3) the topology seen by the gateway have no node reachable<br>4) at layer2 the neighbors are all associated (iw dev wlan0-1 station dump) so adHoc beacons travel<br>
Stopping and restarting olsrd does not fix the stalemate as well as manually populating the ip main route table. Obviuosly, rebooting the node all goes right ...untill the next olsrd stale.<br><br>I'm wondering:<br>1) Why all links go to INFINITE cost? (A loop caused by LQ mechanism?)<br>
2) may be the case that the gateway try to transmit olsrd packets, but since its route table is empty, no packet reach the adHoc interface<br>(loop inside the gteway) ?<br>3) since the TC-LQ packets sent by the nodes (and received by the gateway) do not show the gateway (NLQ = 0) why these packets reach the gateway? Nodes should have no route to the gateway since they do not hear it!<br>
4) and... the all_INFINITE_costs situation (as well as the empty routing tables) is a "cause" or an "effect" ?<br><br>Have you some directions?<br><br>Antonio<br><br>For your information:<br></div>- network is 17 nodes + 1 gateway node, every node has an AP for wireless user connections<br>
</div><div><div>- openwrt trunk r37737, kernel 3.10.4<br>- ath9k from kmod-mac80211 3.10.4+2013-06-27-1<br>- olsrd.conf file below<br><br><br>DebugLevel 0<br>IpVersion 4<br>AllowNoInt yes<br>Pollrate 0.05<br>TcRedundancy 2<br>
MprCoverage 7<br>LinkQualityFishEye 1<br>LinkQualityLevel 2<br>UseHysteresis no<br>NatThreshold 0.5<br><br>Interface "wlan0-1"<br>{<br>    Ip4Broadcast 255.255.255.255<br>    HelloInterval 6.0<br>    HelloValidityTime 108.0<br>
    TcInterval 4.0<br>    TcValidityTime 324.0<br>    MidInterval 18.0<br>    MidValidityTime 324.0<br>    HnaInterval 18.0<br>    HnaValidityTime 108.0<br>}<br><br>LoadPlugin "olsrd_txtinfo.so.0.1"<br>{<br>    PlParam "port" "8090"<br>
    PlParam "Host" "127.0.0.1"<br>}<br><br>LoadPlugin "olsrd_dot_draw.so.0.3"<br>{<br>   PlParam "port" "2004"<br>}<br><br>LoadPlugin "olsrd_httpinfo.so.0.1"<br>
{<br>    PlParam     "port" "8080"<br>    PlParam     "Net" "0.0.0.0 0.0.0.0"<br>}<br><br> <br>Hna4<br>{<br>    0.0.0.0   0.0.0.0<br>}<br><br></div></div></div>