<div dir="ltr">We just found out it's due to the subnet being set incorrectly afterall. The intern has been thoroughly flogged for this.<div><br></div><div>Thank you for that piece of information though!</div></div><div class="gmail_extra"><br><div class="gmail_quote">On Fri, Sep 30, 2016 at 4:51 PM, Lars Kruse <span dir="ltr"><<a href="mailto:lists@sumpfralle.de" target="_blank">lists@sumpfralle.de</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hello Adam,<br>
<br>
<br>
Am Fri, 30 Sep 2016 15:20:54 -0400<br>
schrieb Adam Longwill <<a href="mailto:adam.longwill@metamesh.org">adam.longwill@metamesh.org</a>>:<br>
<br>
> [..]<br>
<span class="">> But if you look at the IP of the Main Router in the neighbors list, the ETX<br>
> value is 0.0 which... I have never seen before.<br>
<br>
</span>The ETX value is derived from LQ (link quality) and NLQ (neighbor link<br>
quality):<br>
 ETX = 1 / (LQ * NLQ)<br>
<br>
In your case NLQ is zero - thus ETX is infinite/undefined, which is visualized<br>
by OLSRD as zero (i.e. there is no route).<br>
<br>
You will need to find the reason for your NLQ being zero.<br>
<br>
In general it means that the neighbor does not receive locally generated OLSR<br>
packets. Your screenshot shows the perspective of your Ubiquiti router towards<br>
your Main Router.<br>
<br>
I guess, that your Main Router does not receive the OLSR packets from your<br>
Ubiquiti router. Maybe firewall rules or something similar are in their way.<br>
I would recommend the following approach:<br>
* run "tcpdump -npi INTERFACE port 698" on your Main Router - you should see<br>
  the OLSR announcements between the Main Router and the Ubiquiti router<br>
* verify the LQ/NLQ numbers on your Main Router<br>
  (e.g. "echo /links | nc localhost 2006" or visit <a href="http://MAIN_ROUTER:8080/" rel="noreferrer" target="_blank">http://MAIN_ROUTER:8080/</a>)<br>
  This requires the txtinfo or httpinfo plugin on the Main Router.<br>
<br>
Cheers,<br>
Lars<br>
</blockquote></div><br></div>