<div dir="ltr"><div>I'm using olsr under kamikaze trunk on a Nanostation2 and everything works fine except the txtinfo plugin. When I try "wget -q -O - <a href="http://127.0.0.1:2006/">http://127.0.0.1:2006</a>" I've got "wget: no response from server". However, a linksys WRT54G with the same config file and version works fine. Olsr version is 0.5.6-rc7 on both cases...</div>

<div> </div>
<div>Any ideas on what I'm doing wrong? </div>
<p>Here is my olsrd.conf:</p>
<p>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" "ath1"<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>Interface "tap0" "tap1" "tap2"<br>
{<br>        HelloInterval           5.0<br>        HelloValidityTime       90.0<br>        TcInterval              2.0<br>        TcValidityTime          270.0<br>        MidInterval             15.0<br>        MidValidityTime         90.0<br>
        HnaInterval             15.0<br>        HnaValidityTime         90.0<br>        Ip4Broadcast <a href="http://10.224.255.255">10.224.255.255</a><br>}<br># Olsrd plugins to load<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>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>LoadPlugin "olsrd_nameservice.so.0.3"<br>        {<br>        PlParam "name"          "TDT-4"<br>
        PlParam "hosts-file"    "/tmp/hosts.olsr"<br>        PlParam "resolv-file"   "/tmp/resolv.conf.olsr"<br>        PlParam "suffix"        ".olsr"<br>        }<br>
</p></div>