[Babel-users] default route not redistributing?

Juliusz Chroboczek jch at irif.fr
Thu Sep 27 16:21:38 BST 2018


> 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



More information about the Babel-users mailing list