[Babel-users] how to reach non-babel router from babel node?

Juliusz Chroboczek jch at pps.jussieu.fr
Fri Aug 31 13:39:07 UTC 2012


> I don't have full control to my Internet provider router, so, I can't
> put babeld on this router.  and I don't know how to give route to
> reach non-babel router from any babel node.

You need to put a static route on your Babel gateway (the Babel router
that's directly connected to your provider router).  Say something like

  ip route add default via x.y.z.t dev eth42 proto static

If this fails with ENOENT ("No such file or directory"), add "onlink" to
the command line.

-- Juliusz




More information about the Babel-users mailing list