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.
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. Thanks for the help, much appriciated! Harri On Thu, 27 Sep 2018 at 18:21, Juliusz Chroboczek <[email protected]> wrote: > > BABEL 1.0 > > version babeld-1.8.2 > > host XNode-HUB > > my-id f0:0a:0d:8d:14:34:94:99 > > ok > > add interface eth0 up true ipv6 fe80::6f0:21ff:fe40:520 ipv4 > 192.168.1.103 > > add interface eth0.1 up false > > add interface eth0.2 up true ipv6 fe80::6f0:21ff:fe40:520 > > add interface wlan0 up true ipv6 fe80::6f0:21ff:fe3d:b557 ipv4 > 192.168.4.1 > > add interface wlan1 up true ipv6 fe80::6f0:21ff:fe40:12e0 ipv4 > 192.168.2.1 > > add xroute 192.168.234.1/32-::/0 prefix 192.168.234.1/32 from ::/0 > metric 0 > > add xroute 192.168.1.103/32-::/0 prefix 192.168.1.103/32 from ::/0 > metric 0 > > add xroute 192.168.4.1/32-::/0 prefix 192.168.4.1/32 from ::/0 metric 0 > > add xroute 192.168.2.1/32-::/0 prefix 192.168.2.1/32 from ::/0 metric 0 > > ok > > [...] > > default via 192.168.1.1 dev eth0 > 192.168.1.0/24 dev eth0 proto kernel scope link src 192.168.1.103 > 192.168.2.0/24 dev wlan1 proto kernel scope link src 192.168.2.1 > 192.168.4.0/24 dev wlan0 proto kernel scope link src 192.168.4.1 > 192.168.234.0/24 dev br-lan proto kernel scope link src 192.168.234.1 > > It looks to me like your babeld.conf is not being read -- only the local > routes are being redistributed, which is the default configuration. Could > you please make sure that your babeld.conf is at the right place? (You > can use the "-c" command-line option to make sure.) > > -- Juliusz >
_______________________________________________ Babel-users mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/babel-users
