I could use an assist with this one. I have 3 mesh nodes, well two are configured, using voyage linux 8.5, host apd and olsr. my nodes each have two radios in them so one uses hostapd and the other uses olsr. I sent this several months ago and was never resolved, but at least my interface now shows up in OLSR http interface. the Routes tab and Links/Topology tabs are empty of data.<br><br>Here is my OLSR.CONF file (its pretty much the same for the second node as well):<br><hr>DebugLevel 0<br>IpVersion 4<br>AllowNoInt yes<br>TosValue 16<br>Willingness 7<br>OlsrPort 698!<br>RtTableDefault 0<br>RtTable 254<br>UseHysteresis no<br>HystScaling 0.50<br>HystThrHigh 0.80<br>HystThrLow 0.30<br>Pollrate 0.1<br>NicChgsPollInt 2.5<br>TcRedundancy 2<br>MprCoverage 7<br>LinkQualityLevel 2<br>LinkQualityFishEye 1<br>ClearScreen yes<br>#LinkQualityDijkstraLimit 0 7.0<br>#LinkQualityWinSize 100<br><br>IpcConnect<br>{<br>    MaxConnections 1<br>    Host 127.0.0.1<br>    Net 10.0.0.0 255.0.0.0 <br>}<br><br>Hna4<br>{<br>    #0.0.0.0 0.0.0.0<br>    #192.168.1.0 255.255.255.0<br>}<br><br>Hna6<br>{<br>    #:: 0<br>    #fec0:2200:106:: 48<br>}<br>LoadPlugin "olsrd_httpinfo.so.0.1"<br>{<br>    PlParam "Port" "8080"<br>    PlParam "Host" "80.23.53.22"<br>    PlParam "Net" "10.0.0.0 255.0.0.0"<br>    PlParam "Net" "0.0.0.0 0.0.0.0"<br>}<br>LoadPlugin "olsrd_txtinfo.so.0.1"<br>{<br>    PlParam "Accept" "127.0.0.1"<br>}<br>LoadPlugin "olsrd_dot_draw.so.0.3"<br>{<br>    PlParam "accept" "10.0.1.1"<br>    PlParam "port" "2004"<br>}<br>Interface "wlan0"<br>{<br>    AutoDetectChanges yes<br>    Ip4Broadcast 255.0.0.0<br>    Mode "mesh"<br>    HelloInterval 5.0<br>    HelloValidityTime 90.0<br>    TcInterval 3.0<br>    TcValidityTime 300.0<br>    MidInterval 15.0<br>    MidValidityTime 270.0<br>    HnaInterval 15.0<br>    HnaValidityTime 90.0<br>    #LinkQualityMult 192.168.0.1 0.5<br>    #LinkQualityMult default 0.8<br>}<br><br><br>my interfaces file:<br><hr>auto lo<br>iface lo inet loopback<br><br>auto eth0<br>allow-hotplug eth0<br>iface eth0 inet static<br>        address 10.0.1.1<br>        netmask 255.0.0.0<br>        network 10.0.0.0<br>        broadcast 10.255.255.255<br>        gateway 10.0.0.1<br><br>#Client Radio<br>auto wlan0<br>iface wlan0 inet static<br>        address 10.0.2.1<br>        netmask 255.0.0.0<br>        network 10.0.0.0<br>        broadcast 10.255.255.255<br>        gateway 10.0.0.1<br><br>#Backhual Radio<br>auto wlan1<br>iface wlan1 inet static<br>        address 10.0.3.1<br>        netmask 255.0.0.0<br>        network 10.0.0.0<br>        broadcast 10.255.255.255<br>        gateway 10.0.0.1<br>        wireless-channel 1<br>        wireless-essid OmegaMeshBackhual<br>        wireless-mode ad-hoc<br><br><br>I do not know what else to send, you will have to ask me for the information, Im still learning and still a noob.<br><br>Thanks in advance for your help,<br>John<br>