[Babel-users] not routing
Michael Grant
mgrant at grant.org
Thu Nov 5 21:00:06 UTC 2009
Should I still be running babel-pinger in this case?
On Thu, Nov 5, 2009 at 20:59, Juliusz Chroboczek
<Juliusz.Chroboczek at pps.jussieu.fr> wrote:
> 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