<div dir="ltr">Hi!<br><br>We are currently using olsr in a mesh network in Manresa, near Barcelona. We are currently using Linksys routers with the freifunk firmware but we would like to move to atheros based routers. We are testing openwrt with and it gives us good results. However, I had a problem with the dynamic gateway plugin. It only pings the specified address few times and then, sooner or later, it stops announcing the <a href="http://0.0.0.0/0">0.0.0.0/0</a> network even though it is connected to the internet (and an internet address does answer pings). Sometimes it stops after the first ping and sometimes it works well for few hours. We use the 0.5.6-rc7 version with the 0.4 version of the plugin in the trunk version of openwrt. This is our configuration file:<br>
<br>DebugLevel              0<br>IpVersion               4<br>AllowNoInt              yes<br>Pollrate                0.1<br>TcRedundancy            2<br>MprCoverage             7<br>LinkQualityFishEye      1<br>LinkQualityWinSize      100<br>
LinkQualityDijkstraLimit 0 6.0<br>LinkQualityLevel 2<br>UseHysteresis no<br>Interface "ath0"<br>        {<br>        HelloInterval           4.0<br>        HelloValidityTime       72.0<br>        TcInterval              3.0<br>
        TcValidityTime          216.0<br>        MidInterval             12.0<br>        MidValidityTime         216.0<br>        HnaInterval             12.0<br>        HnaValidityTime         72.0<br>        }<br>LoadPlugin "olsrd_httpinfo.so.0.1"<br>
        {<br>        PlParam     "port"   "8080"<br>        PlParam     "Net"    "<a href="http://0.0.0.0">0.0.0.0</a> <a href="http://0.0.0.0">0.0.0.0</a>"<br>        }<br>LoadPlugin "olsrd_nameservice.so.0.3"<br>
        {<br>        PlParam "name"          "InfantsNanostation"<br>        PlParam "hosts-file"    "/tmp/hosts.olsr"<br>        PlParam "resolv-file"   "/tmp/resolv.conf.olsr"<br>
        PlParam "suffix"        ".olsr"<br>        }<br>LoadPlugin "olsrd_dyn_gw.so.0.4"<br>        {<br>        PlParam         "Interval"      "50"<br>        PlParam     "Ping"  "<a href="http://80.58.0.33">80.58.0.33</a>"<br>
        }<br>LoadPlugin "olsrd_txtinfo.so.0.1"<br>        {<br>        PlParam "Accept" "<a href="http://127.0.0.1">127.0.0.1</a>"<br>        }<br><br>Are we doing something wrong? <br><br>Thanks!<br>
<br>Xavier<br> <br></div>