Should I still be running babel-pinger in this case? On Thu, Nov 5, 2009 at 20:59, Juliusz Chroboczek <[email protected]> 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 > >
_______________________________________________ Babel-users mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/babel-users

