Skip to content
Snippets Groups Projects
Unverified Commit cc69663e authored by Paul's avatar Paul :turtle:
Browse files

add gallifrey-gluon site

parent 3881719a
No related branches found
No related tags found
No related merge requests found
# gallifrey-gluon01
`gallifrey-gluon01` ist eine gluon VM auf dem dem Server `gallifrey`. Er macht den uplink ins
Freifunk für srv02.
## respondd ebtables rule
Damit srv02 respondd requests rausschicken kann, die nicht von gluon geblockt werden, ist diese rule
nötig.
{{< hint warning >}}
**Achtung!**
Die rule ist nicht reboot persistent und muss nach einem neustart wieder hinzugefügt werden.
Siehe [hier](https://github.com/freifunk-gluon/gluon/pull/2103)
{{< /hint >}}
`lib/gluon/ebtables/110-mcast-allow-respondd`:
```
rule 'MULTICAST_OUT -p IPv6 --ip6-protocol udp --ip6-destination-port 1001 --ip6-dst ff02::2:1001 -j RETURN'
```
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment