<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
<META NAME="Generator" CONTENT="MS Exchange Server version 6.5.7652.24">
<TITLE>Olsr node stops sending olsr messages</TITLE>
</HEAD>
<BODY>
<!-- Converted from text/plain format -->
<BR>
<P><FONT SIZE=2>I've run into an odd problem that recurs without any user intervention. With 3 or more nodes set up in a mesh, one of them will stop transmitting olsr messages of any kind. Traffic is still routed through it and it still receives olsr messages from other nodes, but no HELLO, LQ, etc messages are sent our from it. Has this happened to anyone else?<BR>
<BR>
We are running olsrd 0.5.5 under OpenWrt Trunk rev 10500<BR>
<BR>
Our olsrd.conf<BR>
<BR>
#<BR>
# olsr.org OLSR daemon config file<BR>
#<BR>
# Lines starting with a # are discarded<BR>
#<BR>
DebugLevel 8<BR>
IpVersion 4<BR>
FIBMetric "flat"<BR>
LinkQualityFishEye 1<BR>
LinkQualityDijkstraLimit 3 3.0<BR>
ClearScreen yes<BR>
Hna4<BR>
{<BR>
192.168.2.40 255.255.255.248<BR>
192.168.2.7 255.255.255.255<BR>
}<BR>
Hna6<BR>
{<BR>
}<BR>
AllowNoInt yes <BR>
Willingness 7 <BR>
IpcConnect <BR>
{ <BR>
MaxConnections 1 <BR>
Host 127.0.0.1 <BR>
} <BR>
UseHysteresis no <BR>
LinkQualityLevel 2 <BR>
LinkQualityWinSize 100 <BR>
Pollrate 0.05 <BR>
NicChgsPollInt 3.0 <BR>
TcRedundancy 2 <BR>
MprCoverage 5 <BR>
LoadPlugin "olsrd_bmf.so.1.5.2" <BR>
{ <BR>
PlParam "BmfInterfaceIp" "192.168.3.41/24" <BR>
PlParam "DoLocalBroadcast" "yes" <BR>
PlParam "CapturePacketsOnOlsrInterfaces" "yes" <BR>
PlParam "BmfMechanism" "Broadcast" <BR>
PlParam "FanOutLimit" "1" <BR>
PlParam "NonOlsrIf" "br-lan" <BR>
} <BR>
LoadPlugin "olsrd_httpinfo.so.0.1" <BR>
{ <BR>
PlParam "port" "8079" <BR>
PlParam "Net" "192.168.2.0 255.255.255.0" <BR>
PlParam "Net" "127.0.0.0 255.255.255.0" <BR>
} <BR>
LoadPlugin "olsrd_nameservice.so.0.3" <BR>
{ <BR>
PlParam "suffix" ".mesh" <BR>
PlParam "name" "node-5" <BR>
PlParam "hosts-file" "/etc/hosts" <BR>
PlParam "resolv-file" "/etc/resolv.conf" <BR>
PlParam "interval" "5" <BR>
} <BR>
Interface "ath0" "ath1" <BR>
{ <BR>
AutoDetectChanges yes <BR>
HelloInterval 0.2 <BR>
HelloValidityTime 20.0 <BR>
TcInterval 0.5 <BR>
TcValidityTime 20.0 <BR>
MidInterval 0.5 <BR>
MidValidityTime 20.0 <BR>
HnaInterval 0.5 <BR>
HnaValidityTime 20.0 <BR>
} </FONT>
</P>
</BODY>
</HTML>