[Babel-users] Create simple BABEL MANET

Juliusz Chroboczek jch at pps.jussieu.fr
Tue Jul 19 16:50:20 UTC 2011


Nik,

Babeld assumes that wired interfaces are transitive, and applies split
horizon to them (see Section 3.7.4 of RFC 6126).  In your case, your
firewall rules have violated the transitivity assumption.

Please try again with the option -s on babeld's command line.
Alternatively, you can use the -w option, which will disable all of
babeld's optimisations for wired links, i.e. assume that all interfaces
are wireless.

You may also use

  interface eth0 split-horizon false

or

  interface eth0 wired false

in /etc/babeld.conf.

-- Juliusz



More information about the Babel-users mailing list