[Babel-users] not routing

Juliusz Chroboczek Juliusz.Chroboczek at pps.jussieu.fr
Thu Nov 5 19:59:38 UTC 2009


I think that the proper solution is to use multiple routing tables, one
for the DHCP route and one for Babel; this way, your node will have both
default routes at the same time, but prefer the Babel route to the DHCP
route.

Add something like this to your init scripts:

  ip rule add prio 100 table 42

and run babeld as

  babeld -t 42 ...

You will need to use

  ip route show table 42

in order to view the routes installed by Babel.

                                        Juliusz



More information about the Babel-users mailing list