[Babel-users] default route not redistributing?

Harri Nyman harri.nyman at modexnet.com
Wed Sep 26 11:43:24 BST 2018


I've managed to get everything else working, machines can talk to each
other but internet connectivity is missing - and the culprint seems to be
mesh node missing default route.

My babeld.conf is rather short:

#redistribute IPv4 default route into babel
redistribute local ip 0.0.0.0/0 le 0 metric 128

# same but for IPv6
redistribute local ip ::/0 le 0 metric 128

# no redistribute local rules are going to match
redistribute local ip 192.168.1.0/24
redistribute local ip 192.168.4.0/24


# Babel refuses to redistribute routes with a protocol number of "boot";
# this is standard practice, and means that you cannot easily
# redistribute the default route installed by dhcp.  It is however
# possible to redistribute such route by explicitly specifying "proto 3"
# on the redistribute line.
redistribute ip 0.0.0.0/0 le 0 proto 3 metric 128

#redistribute local deny
#redistribute deny

But, these local ip networks are distributed ok, 192.168.1.1 is the
internet gateway (fw) and address to this box is retrieved via dhcp - what
am I missing?

Harri
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/babel-users/attachments/20180926/5ac81a69/attachment.html>


More information about the Babel-users mailing list