mirror of
https://github.com/EasyTier/easytier.github.io.git
synced 2025-05-19 10:27:06 +00:00
12 lines
346 B
Markdown
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.
|
|
|
|
---
|