5
0
mirror of https://github.com/cwinfo/yggdrasil-network.github.io.git synced 2024-09-20 02:32:32 +00:00

Update platform-edgerouter.md

This commit is contained in:
Neil Alexander 2019-02-01 16:07:00 +00:00 committed by GitHub
parent 5811aefc88
commit 72be5e1df3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -30,42 +30,6 @@ commit
```
At this point, Yggdrasil will start running using default configuration, which includes automatic peer discovery of other Yggdrasil nodes on the same network using multicast.
## Add peers
Add additional peers to your configuration (using `tcp://` or `socks://`):
```
configure
set interfaces yggdrasil tunX peers tcp://hostname.com:12345
set interfaces yggdrasil tunX peers tcp://a.b.c.d:12345
set interfaces yggdrasil tunX peers tcp://[a:b:c::d]:12345
commit
run restart yggdrasil tun0
```
## Set multicast
Enable or disable multicast peer discovery:
```
configure
set interfaces yggdrasil tun0 multicast true
set interfaces yggdrasil tun0 multicast false
commit
run restart yggdrasil tun0
```
## Set MTU
Set the maximum MTU of the Yggdrasil interface, from 1280-65535:
```
configure
set interfaces yggdrasil tun0 mtu 1500
commit
run restart yggdrasil tun0
```
## Configuration
Other changes should be made to `/config/yggdrasil.tun0.conf` by hand. To make effective, restart Yggdrasil: