Files
easytier.github.io/en/guide/network/multi-node-networking.md
T
2024-05-07 21:58:38 +08:00

12 lines
346 B
Markdown

# Multi-node Networking
Based on the two-node networking example just now, if more nodes need to join the virtual network, you can use the following command.
```sh
sudo easytier-core --ipv4 10.144.144.2 --peers udp://22.1.1.1:11010
```
The `--peers` parameter can fill in the listening address of any node already in the virtual network.
---