<div dir="ltr">Hmm.... things are getting more interesting by the minute - running babeld from command line it shows exports all right, every single one of 'em, but they are not getting picked up by mesh node - thats pretty much what I expected due ipv6 configuration differences.<div><br></div><div>What makes this bit more baffling and to be honest, helluva lot more challenging is OpenWRT and how babel is packaged there - openwrt's default configuration system is bit... complex to say the least and documentation is not upto date on all parts.. oh well, at least now I know everything seem to work okay, only thing to get sorted out is openwrt configuration.</div><div><br></div><div>Thanks for the help, much appriciated!</div><div>Harri</div><div><br></div></div><br><div class="gmail_quote"><div dir="ltr">On Thu, 27 Sep 2018 at 18:21, Juliusz Chroboczek <<a href="mailto:jch@irif.fr">jch@irif.fr</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">> BABEL 1.0<br>
> version babeld-1.8.2<br>
> host XNode-HUB<br>
> my-id f0:0a:0d:8d:14:34:94:99<br>
> ok<br>
> add interface eth0 up true ipv6 fe80::6f0:21ff:fe40:520 ipv4 192.168.1.103<br>
> add interface eth0.1 up false<br>
> add interface eth0.2 up true ipv6 fe80::6f0:21ff:fe40:520<br>
> add interface wlan0 up true ipv6 fe80::6f0:21ff:fe3d:b557 ipv4 192.168.4.1<br>
> add interface wlan1 up true ipv6 fe80::6f0:21ff:fe40:12e0 ipv4 192.168.2.1<br>
> add xroute <a href="http://192.168.234.1/32-::/0" rel="noreferrer" target="_blank">192.168.234.1/32-::/0</a> prefix <a href="http://192.168.234.1/32" rel="noreferrer" target="_blank">192.168.234.1/32</a> from ::/0 metric 0<br>
> add xroute <a href="http://192.168.1.103/32-::/0" rel="noreferrer" target="_blank">192.168.1.103/32-::/0</a> prefix <a href="http://192.168.1.103/32" rel="noreferrer" target="_blank">192.168.1.103/32</a> from ::/0 metric 0<br>
> add xroute <a href="http://192.168.4.1/32-::/0" rel="noreferrer" target="_blank">192.168.4.1/32-::/0</a> prefix <a href="http://192.168.4.1/32" rel="noreferrer" target="_blank">192.168.4.1/32</a> from ::/0 metric 0<br>
> add xroute <a href="http://192.168.2.1/32-::/0" rel="noreferrer" target="_blank">192.168.2.1/32-::/0</a> prefix <a href="http://192.168.2.1/32" rel="noreferrer" target="_blank">192.168.2.1/32</a> from ::/0 metric 0<br>
> ok<br>
<br>
[...]<br>
<br>
default via 192.168.1.1 dev eth0<br>
<a href="http://192.168.1.0/24" rel="noreferrer" target="_blank">192.168.1.0/24</a> dev eth0 proto kernel scope link src 192.168.1.103<br>
<a href="http://192.168.2.0/24" rel="noreferrer" target="_blank">192.168.2.0/24</a> dev wlan1 proto kernel scope link src 192.168.2.1<br>
<a href="http://192.168.4.0/24" rel="noreferrer" target="_blank">192.168.4.0/24</a> dev wlan0 proto kernel scope link src 192.168.4.1<br>
<a href="http://192.168.234.0/24" rel="noreferrer" target="_blank">192.168.234.0/24</a> dev br-lan proto kernel scope link src 192.168.234.1<br>
<br>
It looks to me like your babeld.conf is not being read -- only the local<br>
routes are being redistributed, which is the default configuration.  Could<br>
you please make sure that your babeld.conf is at the right place?  (You<br>
can use the "-c" command-line option to make sure.)<br>
<br>
-- Juliusz<br>
</blockquote></div>