[Babel-users] openwrt babel configuration

Matthieu Boutier boutier at pps.univ-paris-diderot.fr
Mon Jul 27 20:22:56 UTC 2015


Hi!

> root at GW:~# ip route
> 192.168.3.0/24 <http://192.168.3.0/24> dev eth0.1  proto kernel  scope link  src 192.168.3.1
> 192.168.3.135 via 192.168.3.135 dev eth0.1  proto babel onlink
> 192.168.4.0/24 <http://192.168.4.0/24> via 192.168.3.135 dev eth0.1  proto babel onlink
> 192.168.4.1 via 192.168.3.135 dev eth0.1  proto babel onlink

> I currently dont have Wan port connected anywhere on GW router at the moment, is this why I cant see 0.0.0.0/0 <http://0.0.0.0/0> on 2ND?

Yes, but it's not sufficient.  The "redistribute" command tells Babel to pick routes from the kernel, so you must have a default route installed on your gateway, such that Babel can redistribute it.  For testing, you may use a static route, with some kind of "ip route add 0.0.0.0/0 dev … via … proto static".

> Is this configuration OK?

Not sufficient, for reasons detailed here:

    http://lists.alioth.debian.org/pipermail/babel-users/2014-July/001736.html <http://lists.alioth.debian.org/pipermail/babel-users/2014-July/001736.html>

Matthieu

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.alioth.debian.org/pipermail/babel-users/attachments/20150727/c6f94600/attachment.html>


More information about the Babel-users mailing list