gluon-ebtables-filter-multicast.rst 1.1 KB

123456789101112131415161718192021222324252627282930
  1. gluon-ebtables-filter-multicast
  2. ===============================
  3. The *gluon-ebtables-filter-multicast* package filters out various kinds of
  4. non-essential multicast traffic, as this traffic often constitutes a
  5. disproportionate burden on the mesh network. Unfortunately, this breaks many useful services
  6. (Avahi, Bonjour chat, ...), but this seems unavoidable, as the current Avahi implementation is
  7. optimized for small local networks and causes too much traffic in large mesh networks.
  8. The multicast packets are filtered between the nodes' client bridge (*br-client*) and mesh
  9. interface (*bat0*) on output.
  10. The following packet types are considered essential and aren't filtered:
  11. * ARP (except requests for/replies from 0.0.0.0)
  12. * DHCP, DHCPv6
  13. * ICMPv6 (except Echo Requests (ping) and Node Information Queries (RFC4620)
  14. * IGMP
  15. In addition, the following packet types are allowed to allow experimentation with
  16. layer 3 routing protocols.
  17. * Babel
  18. * OSPF
  19. * RIPng
  20. The following packet types are also allowed:
  21. * BitTorrent Local Peer Discovery (it seems better to have local peers for BitTorrent than sending everything through the internet)