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
_______________________________________________ Babel-users mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/babel-users
