<div dir="ltr"><div dir="ltr">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.<div><br></div><div>My babeld.conf is rather short:</div><div><br></div><div><div>#redistribute IPv4 default route into babel</div><div>redistribute local ip <a href="http://0.0.0.0/0">0.0.0.0/0</a> le 0 metric 128</div><div><br></div><div># same but for IPv6</div><div>redistribute local ip ::/0 le 0 metric 128</div><div><br></div><div># no redistribute local rules are going to match</div><div>redistribute local ip <a href="http://192.168.1.0/24">192.168.1.0/24</a></div><div>redistribute local ip <a href="http://192.168.4.0/24">192.168.4.0/24</a></div><div><br></div><div><br></div><div># Babel refuses to redistribute routes with a protocol number of "boot";</div><div># this is standard practice, and means that you cannot easily</div><div># redistribute the default route installed by dhcp.  It is however</div><div># possible to redistribute such route by explicitly specifying "proto 3"</div><div># on the redistribute line.</div><div>redistribute ip <a href="http://0.0.0.0/0">0.0.0.0/0</a> le 0 proto 3 metric 128</div><div><br></div><div>#redistribute local deny</div><div>#redistribute deny</div><div><br></div></div><div>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?</div><div><br></div><div>Harri</div><div><br></div></div></div>