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 _______________________________________________ Babel-users mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/babel-users

