mirror of
https://git.proxmox.com/git/pve-docs
synced 2025-05-02 21:34:39 +00:00
15 lines
232 B
Plaintext
15 lines
232 B
Plaintext
nwdiag {
|
|
inet [shape = cloud];
|
|
inet -- router;
|
|
|
|
network cluster {
|
|
router;
|
|
|
|
address = "210.x.x.x/24"
|
|
|
|
node-01 [address = "210.x.x.1"];
|
|
node-02 [address = "210.x.x.2"];
|
|
node-03 [address = "210.x.x.2"];
|
|
}
|
|
}
|