2017-09-06 11:17:38 +02:00
|
|
|
|
# Ansible role network-meshbridge
|
|
|
|
|
|
|
|
|
|
Diese Ansible role konfiguriert die Linux Bridges für die Freifunk Meshes.
|
|
|
|
|
|
|
|
|
|
- linux bridge pro mesh inklusive IP-Konfiguration
|
|
|
|
|
- konfiguriert sysfs variablen:
|
|
|
|
|
- hash_max
|
|
|
|
|
|
|
|
|
|
## Benötigte Variablen
|
|
|
|
|
|
|
|
|
|
- Dictionary `meshes`
|
|
|
|
|
´´´
|
|
|
|
|
meshes:
|
2017-10-06 22:58:00 +02:00
|
|
|
|
-id: xx
|
2017-09-06 11:17:38 +02:00
|
|
|
|
...
|
|
|
|
|
ipv4_network:
|
|
|
|
|
...
|
2017-10-06 22:58:00 +02:00
|
|
|
|
ipv6_ula:
|
|
|
|
|
- fdxx.../48 # ipv6 ula prefix
|
|
|
|
|
ipv6_public:
|
|
|
|
|
- 2xxx.../48 # ipv6 public prefix
|
2017-09-06 11:17:38 +02:00
|
|
|
|
|
|
|
|
|
´´´
|
|
|
|
|
- Host Variable `magic`
|
|
|
|
|
|
|
|
|
|
## MAC-Adressen
|
|
|
|
|
|
|
|
|
|
Die MAC-Adressen der Interfaces werden aus dem IPv4-Subnetz sowie der `magic`-Nummer des Hosts berechnet.
|
|
|
|
|
|
2017-11-06 21:24:56 +01:00
|
|
|
|
xxbr-prefix: `02:10`
|