5
0
mirror of https://github.com/cwinfo/yggdrasil-network.github.io.git synced 2024-09-19 21:52:31 +00:00

configuration.md: mention firewall for MulticastInterfaces

This commit is contained in:
Mikaela Suomalainen 2018-12-19 11:14:15 +02:00
parent d93008ce0b
commit 32950beb5e
No known key found for this signature in database
GPG Key ID: 0C207F07B2F32B67

View File

@ -222,6 +222,7 @@ Note that any field not specified in the configuration will use its default valu
- A list of regex strings for matching which interfaces to enable multicast peer discovery on. Interfaces that don't match any of the provided regexes are ignored.
- The default value (`.*`) matches all interfaces.
- This is also useful if you want to prevent accidental peering over a layer 2 VPN running on top of Yggdrasil.
- These interfaces will be listened on UDP port 9001 which needs to be opened in firewall. For example with UFW: `ufw allow from fe80::/10 to any port 9001 proto udp`
- `IfName`
- The name of the `tun` or `tap` network interface to create or use. Applications send packets over this interface to use the network.
- On most platforms, an empty string or the default `"auto"` will create a new interface automatically.